Skip to content

Commit

Permalink
changed the expo version from 45 to 44
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalp2110 committed Jun 14, 2022
1 parent 5c2405e commit c7fd1ff
Show file tree
Hide file tree
Showing 7 changed files with 1,742 additions and 4,077 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.
8 changes: 8 additions & 0 deletions .expo/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": null,
"https": false
}
18 changes: 9 additions & 9 deletions expo-nativebase-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "^45.0.0",
"expo-status-bar": "~1.3.0",
"expo": "^44.0.0",
"expo-status-bar": "~1.2.0",
"native-base": "3.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-safe-area-context": "4.2.4",
"react-native-svg": "12.3.0",
"react-native-web": "0.17.7"
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-safe-area-context": "3.3.2",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"bugs": {
Expand Down
Loading

0 comments on commit c7fd1ff

Please sign in to comment.