Skip to content

Commit

Permalink
chore(bump): upgrade to expo SDK 39 (#9)
Browse files Browse the repository at this point in the history
* chore: update to expo 39

* doc: update readme
  • Loading branch information
WataruMaeda authored Oct 18, 2020
1 parent eac476b commit 124f328
Show file tree
Hide file tree
Showing 4 changed files with 1,413 additions and 1,357 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We spend a large amount of time to setup a project; changing file structure, ins

#### Navigation

At the default, you can see 3 type of navigation; stack, tab and drawer. Here in the [code](https://github.com/WataruMaeda/react-native-boilerplate/tree/master/src/routes/navigator), files are separated by the navigation types. If you don't need a drawer navigation for example, you can the remove drawer file and replace the import status [here](https://github.com/WataruMaeda/react-native-boilerplate/blob/master/src/routes/navigation/Navigation.js#L2) to tab or stack navigator.
At the default, you can see 3 types of navigation; stack, tab, and drawer. Here in the [code](https://github.com/WataruMaeda/react-native-boilerplate/tree/master/src/routes/navigation), files are separated by the navigation types. If you don't need drawer navigation for example, you can the remove drawer file and replace the import status [here](https://github.com/WataruMaeda/react-native-boilerplate/blob/master/src/routes/navigation/Navigation.js#L2) to tab or stack navigator.

#### Authentication

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
},
"dependencies": {
"axios": "^0.19.0",
"expo": "^38.0.0",
"expo-asset": "~8.1.7",
"expo": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-cli": "^3.20.0",
"expo-font": "~8.2.1",
"expo-font": "~8.3.0",
"global": "^4.4.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-screens": "~2.10.1",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7",
"react-native-web": "~0.13.7",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.2.2",
"react-navigation-stack": "^1.9.3",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^8.2.3",
"babel-preset-expo": "^8.3.0",
"braces": ">=2.3.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"husky": "^4.2.5",
"jest-expo": "^38.0.0",
"jest-expo": "^39.0.0",
"lint-staged": "^10.2.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
Expand Down
6 changes: 2 additions & 4 deletions src/utils/ignore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { YellowBox } from 'react-native'
import { LogBox } from 'react-native'

YellowBox.ignoreWarnings([
'Remote debugger',
])
LogBox.ignoreLogs(['Remote debugger'])
Loading

0 comments on commit 124f328

Please sign in to comment.