You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { LogBox, AppRegistry } from 'react-native';
import App from './src/App';
LogBox.ignoreLogs([
'currentlyFocusedField is deprecated', // node_modules/@react-navigation/native/lib/module/createKeyboardAwareNavigator.js#44 is throwing this. Needs a react-navigation upgrade of some sort