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 878ea83 commit 0c39728Copy full SHA for 0c39728
demo-react/src/app.ts
@@ -10,7 +10,7 @@ purpose of the file is to pass control to the app’s first module.
10
*/
11
12
import * as ReactNativeScript from 'react-nativescript';
13
-import { mainStackNavigator as AppContainer } from './components/Navigator';
+import { ExampleTabs as AppContainer } from './components/HomeScreen';
14
import { registerTabs } from '@nativescript-community/ui-material-tabs/react';
15
16
registerTabs();
0 commit comments