"use strict"; /** * Navigators */ export { createNativeBottomTabNavigator } from './createNativeBottomTabNavigator'; /** * Views */ export { NativeBottomTabView } from './NativeBottomTabView'; /** * Types */ //# sourceMappingURL=index.js.map