From 67b6f338cfe4da739d39dc6764d11efa00105d81 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 9 Dec 2021 23:15:33 +0100 Subject: Created a new Expo app --- android/app/src/main/res/drawable/splashscreen.xml | 7 +++++++ android/app/src/main/res/drawable/splashscreen_image.png | Bin 0 -> 9306 bytes 2 files changed, 7 insertions(+) create mode 100644 android/app/src/main/res/drawable/splashscreen.xml create mode 100644 android/app/src/main/res/drawable/splashscreen_image.png (limited to 'android/app/src/main/res/drawable') diff --git a/android/app/src/main/res/drawable/splashscreen.xml b/android/app/src/main/res/drawable/splashscreen.xml new file mode 100644 index 0000000..9f19c56 --- /dev/null +++ b/android/app/src/main/res/drawable/splashscreen.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/android/app/src/main/res/drawable/splashscreen_image.png b/android/app/src/main/res/drawable/splashscreen_image.png new file mode 100644 index 0000000..cc94f37 Binary files /dev/null and b/android/app/src/main/res/drawable/splashscreen_image.png differ -- cgit v1.3.1