diff options
Diffstat (limited to 'android/app/src/main/res/values/strings.xml')
-rw-r--r-- | android/app/src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..4c6974b --- /dev/null +++ b/android/app/src/main/res/values/strings.xml @@ -0,0 +1,6 @@ +<resources> + <string name="app_name">client</string> + <string name="expo_system_ui_user_interface_style" translatable="false">automatic</string> + <string name="expo_splash_screen_resize_mode" translatable="false">contain</string> + <string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string> +</resources>
\ No newline at end of file |