MCPcopy
hub / github.com/react-native-modal/react-native-modal / extractAnimationFromProps

Function extractAnimationFromProps

src/modal.tsx:122–125  ·  view source on GitHub ↗
(props: ModalProps)

Source from the content-addressed store, hash-verified

120} & typeof defaultProps;
121
122const extractAnimationFromProps = (props: ModalProps) => ({
123 animationIn: props.animationIn,
124 animationOut: props.animationOut,
125});
126
127export class ReactNativeModal extends React.Component<ModalProps, State> {
128 static propTypes = {

Callers 2

constructorMethod · 0.85
componentDidUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…