We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f620190 commit 301240fCopy full SHA for 301240f
demo-react/src/app.ts
@@ -13,8 +13,6 @@ import * as ReactNativeScript from 'react-nativescript';
13
import { registerTabs } from '@nativescript-community/ui-material-tabs/react';
14
import { registerBottomNavigation } from '@nativescript-community/ui-material-bottom-navigation/react';
15
import { AppContainer } from './components/AppContainer';
16
-// import { ExampleTabs as AppContainer } from './components/TabsScreen';
17
-// import { ExampleBottomNavigation as AppContainer } from './components/BottomNavigationScreen';
18
19
registerTabs({ enableDebugLogging: true });
20
registerBottomNavigation({ enableDebugLogging: true });
0 commit comments