UNPKG

@react-navigation/bottom-tabs

Version:

Bottom tab navigator following iOS design guidelines

9 lines (8 loc) 338 B
"use strict"; export const createNativeBottomTabNavigator = () => { throw new Error('Native Bottom Tabs are not supported on this platform.'); }; export const createNativeBottomTabScreen = () => { throw new Error('Native Bottom Tabs are not supported on this platform.'); }; //# sourceMappingURL=createNativeBottomTabNavigator.js.map