Skip to content

Instantly share code, notes, and snippets.

@alien3d
Created August 18, 2017 03:19
Show Gist options
  • Save alien3d/ae9021439b3bd11faddd5e4c8320bf59 to your computer and use it in GitHub Desktop.
Save alien3d/ae9021439b3bd11faddd5e4c8320bf59 to your computer and use it in GitHub Desktop.
import { Navigation } from 'react-native-navigation';
import { registerScreens } from './screens';
registerScreens();
Navigation.startSingleScreenApp({
screen: {
navBarHidden: true,
screen: 'idcms.ListingScreen',
navigatorStyle: {},
navigatorButtons: {}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment