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

Function makeScene

example/src/Navigator.tsx:18–18  ·  view source on GitHub ↗
(screen: NavigationScreenComponent<any, any>)

Source from the content-addressed store, hash-verified

16import {Animated, Easing} from 'react-native';
17
18const makeScene = (screen: NavigationScreenComponent<any, any>) => ({screen});
19
20const StackNavigator = createStackNavigator(
21 {

Callers 1

Navigator.tsxFile · 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…