Skip to content

Commit

Permalink
upgrade to Expo SDK 43
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest0vm committed Feb 10, 2022
1 parent e90ce33 commit d33926f
Show file tree
Hide file tree
Showing 5 changed files with 3,448 additions and 2,820 deletions.
15 changes: 15 additions & 0 deletions .expo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
> Why do I have a folder named ".expo" in my project?
The ".expo" folder is created when an Expo project is started using "expo start" command.

> What do the files contain?
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
- "packager-info.json": contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator.
- "settings.json": contains the server configuration that is used to serve the application manifest.

> Should I commit the ".expo" folder?
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.

Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
4 changes: 4 additions & 0 deletions .expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packagerPort": null,
"packagerPid": null
}
10 changes: 10 additions & 0 deletions .expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scheme": null,
"hostType": "lan",
"lanType": "ip",
"devClient": false,
"dev": true,
"minify": false,
"urlRandomness": null,
"https": false
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"url": "https://github.com/reservamos/expo-mixpanel-analytics/issues"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-async-storage/async-storage": "~1.15.0",
"buffer": "^5.0.8",
"uuid": "^3.3.3"
},
"devDependencies": {
"expo": "^32.0.0",
"expo-constants": "^5.0.0",
"react": "^16.7.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
"expo": "^43.0.0",
"expo-constants": "~12.1.3",
"react": "17.0.1",
"react-native": "0.64.3"
}
}
Loading

0 comments on commit d33926f

Please sign in to comment.