Skip to content

Commit

Permalink
Silence warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Sep 1, 2019
1 parent b850f3d commit 14a2bcb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ YellowBox.ignoreWarnings([
'Module RCTBackgroundGeolocation requires main queue setup',
// @see https://github.com/invertase/react-native-firebase/issues/1446
'Require cycle:',
// https://github.com/coopcycle/coopcycle-app/issues/172
'Async Storage has been extracted from react-native core',
// react-native-camera
'permissionDialogTitle and permissionDialogMessage are deprecated'
'permissionDialogTitle and permissionDialogMessage are deprecated',
'Warning: componentWillReceiveProps is deprecated'
])

const RootNavigator = createAppContainer(createSwitchNavigator(
Expand Down

0 comments on commit 14a2bcb

Please sign in to comment.