Regenerate iOS and Android projects, patch boost issue

This commit is contained in:
Niklas Korz 2024-01-01 22:52:34 +01:00
parent d5e02b5b84
commit 6390d56470
31 changed files with 2759 additions and 8 deletions

View file

@ -26,7 +26,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="dev.korz.musclecat"/>
<data android:scheme="exp+app"/>
<data android:scheme="exp+musclecat"/>
</intent-filter>
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>

View file

@ -1,5 +1,6 @@
<resources>
<string name="app_name">app</string>
<string name="app_name">Musclecat</string>
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
</resources>

View file

@ -1,4 +1,4 @@
rootProject.name = 'app'
rootProject.name = 'Musclecat'
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle");
useExpoModules()