Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 7c34b7e

Browse files
committed
Create README.md
1 parent bc976af commit 7c34b7e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.expo-shared/README.md

+11
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.

0 commit comments

Comments
 (0)