You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
> 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