16 lines
250 B
JavaScript
16 lines
250 B
JavaScript
"use strict";
|
|
|
|
/**
|
|
* Navigators
|
|
*/
|
|
export { createNativeBottomTabNavigator } from './createNativeBottomTabNavigator';
|
|
|
|
/**
|
|
* Views
|
|
*/
|
|
export { NativeBottomTabView } from './NativeBottomTabView';
|
|
|
|
/**
|
|
* Types
|
|
*/
|
|
//# sourceMappingURL=index.js.map
|