diff --git a/src/.expo-shared/README.md b/src/.expo-shared/README.md new file mode 100644 index 0000000..e9e5318 --- /dev/null +++ b/src/.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. diff --git a/src/app/assets/rain/PinChuvaFraca.html b/src/app/assets/rain/PinChuvaFraca.html deleted file mode 100644 index 3ac67e9..0000000 --- a/src/app/assets/rain/PinChuvaFraca.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/assets/rain/PinChuvaModerada.html b/src/app/assets/rain/PinChuvaModerada.html deleted file mode 100644 index 42356bb..0000000 --- a/src/app/assets/rain/PinChuvaModerada.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/assets/rain/PinChuvaMuitoForte.html b/src/app/assets/rain/PinChuvaMuitoForte.html deleted file mode 100644 index 4bebc16..0000000 --- a/src/app/assets/rain/PinChuvaMuitoForte.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/assets/rain/PinNublado.html b/src/app/assets/rain/PinNublado.html deleted file mode 100644 index 390ac42..0000000 --- a/src/app/assets/rain/PinNublado.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/assets/river/PinRioExtravasado.js b/src/app/assets/river/PinRioExtravasado.js new file mode 100644 index 0000000..9b9afcb --- /dev/null +++ b/src/app/assets/river/PinRioExtravasado.js @@ -0,0 +1 @@ +export default PinRioExtravasado = `` \ No newline at end of file diff --git a/src/app/assets/river/PinRioNormal.js b/src/app/assets/river/PinRioNormal.js new file mode 100644 index 0000000..a46c9d7 --- /dev/null +++ b/src/app/assets/river/PinRioNormal.js @@ -0,0 +1 @@ +export default PinRioNormal = `` \ No newline at end of file