Skip to content

Commit ccc1c3b

Browse files
committed
feat: prepare example app
1 parent df3e660 commit ccc1c3b

File tree

6 files changed

+5456
-12
lines changed

6 files changed

+5456
-12
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
android:icon="@mipmap/ic_launcher"
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:allowBackup="false"
11-
android:theme="@style/AppTheme">
11+
android:theme="@style/AppTheme"
12+
android:localeConfig="@xml/locales_config">
1213
<activity
1314
android:name=".MainActivity"
1415
android:label="@string/app_name"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
3+
<locale android:name="en"/>
4+
<locale android:name="pl"/>
5+
<locale android:name="fr"/>
6+
</locale-config>

0 commit comments

Comments
 (0)