diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-17 22:53:42 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-17 22:53:42 +0200 |
commit | 447e836e0cef64f2285b0fa7facb7dfdbe504d8c (patch) | |
tree | eb364407018d8f6185874b6e4613b0b5a19750d0 /.expo-shared/README.md | |
parent | e228ecac226b6c8bafd5011e800dead62cebc298 (diff) |
fresh build
Diffstat (limited to '.expo-shared/README.md')
-rw-r--r-- | .expo-shared/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.expo-shared/README.md b/.expo-shared/README.md new file mode 100644 index 0000000..e9e5318 --- /dev/null +++ b/.expo-shared/README.md @@ -0,0 +1,11 @@ +> Why do I have a folder named ".expo-shared" in my project? + +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". + +> What does the "assets.json" file contain? + +The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again. + +> Should I commit the ".expo-shared" folder? + +Yes, you should share the ".expo-shared" folder with your collaborators. |