diff options
author | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
---|---|---|
committer | Kirill Rogovoy <[email protected]> | 2021-07-20 21:24:52 +0300 |
commit | 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb (patch) | |
tree | 273dfc086444533d86d580961c92ba8d14781a67 /.expo-shared/README.md | |
parent | f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 (diff) |
WIP
Diffstat (limited to '.expo-shared/README.md')
-rw-r--r-- | .expo-shared/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.expo-shared/README.md b/.expo-shared/README.md deleted file mode 100644 index e9e5318..0000000 --- a/.expo-shared/README.md +++ /dev/null @@ -1,11 +0,0 @@ -> 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. |