Skip to content

Commit d443fa0

Browse files
committed
feat: 🎸 Upped versions
1 parent a5a5a66 commit d443fa0

File tree

12 files changed

+3392
-1742
lines changed

12 files changed

+3392
-1742
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@vega-ui/reanimated-icons": patch
3+
"@vega-ui/react-native": patch
4+
---
5+
6+
Upped version (reanimated)\
7+

‎apps/preview/android/app/src/main/AndroidManifest.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<data android:scheme="https"/>
1212
</intent>
1313
</queries>
14-
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true">
14+
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true" android:enableOnBackInvokedCallback="false">
1515
<meta-data android:name="expo.modules.updates.ENABLED" android:value="false"/>
1616
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
1717
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
2-
<style name="AppTheme" parent="Theme.EdgeToEdge">
2+
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
3+
<item name="android:enforceNavigationBarContrast" tools:targetApi="29">true</item>
34
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
45
<item name="colorPrimary">@color/colorPrimary</item>
56
<item name="android:statusBarColor">#ffffff</item>
@@ -8,5 +9,6 @@
89
<item name="windowSplashScreenBackground">@color/splashscreen_background</item>
910
<item name="windowSplashScreenAnimatedIcon">@drawable/splashscreen_logo</item>
1011
<item name="postSplashScreenTheme">@style/AppTheme</item>
12+
<item name="android:windowSplashScreenBehavior">icon_preferred</item>
1113
</style>
1214
</resources>

‎apps/preview/android/gradle.properties‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
5555
# Use legacy packaging to compress native libraries in the resulting APK.
5656
expo.useLegacyPackaging=false
5757

58-
# Whether the app is configured to use edge-to-edge via the app config or `react-native-edge-to-edge` plugin
59-
expo.edgeToEdgeEnabled=true
58+
expo.edgeToEdgeEnabled=true
59+
# Use this property to enable edge-to-edge display support.
60+
# This allows your app to draw behind system bars for an immersive UI.
61+
# Note: Only works with ReactActivity and should not be used with custom Activity.
62+
edgeToEdgeEnabled=true

0 commit comments

Comments
 (0)