Skip to content

Commit 5e825dd

Browse files
committed
push expo stuff
1 parent 8e0febd commit 5e825dd

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

expoDemo/.expo-shared/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
> Why do I have a folder named ".expo-shared" in my project?
2+
3+
The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize".
4+
5+
> What does the "assets.json" file contain?
6+
7+
The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again.
8+
9+
> Should I commit the ".expo-shared" folder?
10+
11+
Yes, you should share the ".expo-shared" folder with your collaborators.

expoDemo/.expo/packager-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"expoServerPort": null,
44
"packagerPort": null,
55
"packagerPid": null,
6-
"expoServerNgrokUrl": "https://je-jj8.ethanshar.expodemo.exp.direct",
7-
"packagerNgrokUrl": "https://packager.je-jj8.ethanshar.expodemo.exp.direct",
8-
"ngrokPid": 31738,
6+
"expoServerNgrokUrl": "https://a7-syr.ethanshar.expodemo.exp.direct",
7+
"packagerNgrokUrl": "https://packager.a7-syr.ethanshar.expodemo.exp.direct",
8+
"ngrokPid": 64210,
99
"webpackServerPort": null
1010
}

expoDemo/.expo/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"lanType": "ip",
55
"dev": true,
66
"minify": false,
7-
"urlRandomness": null,
7+
"urlRandomness": "a7-syr",
88
"https": false
99
}

0 commit comments

Comments
 (0)