UNPKG

react-native-bars

Version:

Components to control your app status and navigation bars.

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