react-native-screens
Version:
Native navigation primitives for your React Native app.
15 lines (14 loc) • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.StackScreenLifecycleState = void 0;
var _reactNative = require("react-native");
const StackScreenLifecycleState = exports.StackScreenLifecycleState = {
INITIAL: 0,
DETACHED: 1,
ATTACHED: 2
};
const StackScreen = _reactNative.View;
var _default = exports.default = StackScreen;
//# sourceMappingURL=StackScreen.web.js.map