From 71992e19309d6fbc4c58669248a3b029fe0932d2 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Tue, 29 Jun 2021 15:56:59 -0300 Subject: [PATCH] I forgot some files int the last commit --- src/.expo-shared/README.md | 11 +++++++++++ src/app/assets/rain/PinChuvaFraca.html | 1 - src/app/assets/rain/PinChuvaModerada.html | 1 - src/app/assets/rain/PinChuvaMuitoForte.html | 1 - src/app/assets/rain/PinNublado.html | 1 - src/app/assets/river/PinRioExtravasado.js | 1 + src/app/assets/river/PinRioNormal.js | 1 + 7 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 src/.expo-shared/README.md delete mode 100644 src/app/assets/rain/PinChuvaFraca.html delete mode 100644 src/app/assets/rain/PinChuvaModerada.html delete mode 100644 src/app/assets/rain/PinChuvaMuitoForte.html delete mode 100644 src/app/assets/rain/PinNublado.html create mode 100644 src/app/assets/river/PinRioExtravasado.js create mode 100644 src/app/assets/river/PinRioNormal.js 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