Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Jul 21, 2019
1 parent 4610168 commit 5155bc8
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 276 deletions.
3 changes: 2 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from 'react-navigation';
import { useScreens } from 'react-native-screens';
import { createMaterialBottomTabNavigator } from 'react-navigation-material-bottom-tabs';
import { registerRootComponent } from 'expo';
import * as Font from 'expo-font';
import { Provider } from 'react-redux';
import configureStore from './configureStore';
Expand Down Expand Up @@ -130,7 +131,7 @@ export default class Root extends React.Component {
}
}

Expo.registerRootComponent(Root);
registerRootComponent(Root);

// To ignore warnings for WebSocket, which is completely fine to use.
// See this page: https://stackoverflow.com/questions/53638667/unrecognized-websocket-connection-options-agent-permessagedeflate-pfx
Expand Down
Loading

0 comments on commit 5155bc8

Please sign in to comment.