(screen: NavigationScreenComponent<any, any>)
| 16 | import {Animated, Easing} from 'react-native'; |
| 17 | |
| 18 | const makeScene = (screen: NavigationScreenComponent<any, any>) => ({screen}); |
| 19 | |
| 20 | const StackNavigator = createStackNavigator( |
| 21 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…