Skip to content

Commit

Permalink
feat: prepare example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Apr 8, 2023
1 parent df3e660 commit ccc1c3b
Show file tree
Hide file tree
Showing 6 changed files with 5,456 additions and 12 deletions.
3 changes: 2 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:localeConfig="@xml/locales_config">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down
6 changes: 6 additions & 0 deletions example/android/app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/>
<locale android:name="pl"/>
<locale android:name="fr"/>
</locale-config>
Loading

0 comments on commit ccc1c3b

Please sign in to comment.