UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

12 lines (9 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TouchableItem = void 0; var _reactNative = require("react-native"); const TouchableItem = _reactNative.TouchableOpacity; exports.TouchableItem = TouchableItem; //# sourceMappingURL=TouchableItem.js.map