ssap_app/node_modules/react-native-screens/lib/module/components/gamma/StackScreen.web.js

9 lines
223 B
JavaScript

import { View } from 'react-native';
export const StackScreenLifecycleState = {
INITIAL: 0,
DETACHED: 1,
ATTACHED: 2
};
const StackScreen = View;
export default StackScreen;
//# sourceMappingURL=StackScreen.web.js.map