Skip to content

Commit

Permalink
Fix nav bug (#1004)
Browse files Browse the repository at this point in the history
* add ability to add/remove android permissions

* add Android permission to dev screens

* fix nav options
  • Loading branch information
GantMan authored and skellock committed Apr 28, 2017
1 parent 044aed9 commit fd7b5f7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/ignite-dev-screens/templates/PluginExamplesScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ export default StackNavigator({
opacity: 1,
backgroundColor: '#3e243f'
},
headerMode: 'screen',
initialRouteName: 'PluginExamplesScreen',
navigationOptions: {
header: {
visible: false,
style: {
backgroundColor: '#3e243f'
}
}
}
headerMode: 'none',
initialRouteName: 'PluginExamplesScreen'
})

0 comments on commit fd7b5f7

Please sign in to comment.