UNPKG

react-native-screens

Version:
9 lines 280 B
import { View } from 'react-native'; export declare const StackScreenLifecycleState: { readonly INITIAL: 0; readonly DETACHED: 1; readonly ATTACHED: 2; }; declare const StackScreen: typeof View; export default StackScreen; //# sourceMappingURL=StackScreen.web.d.ts.map