expo-template-bare-minimum 58.0.0 → 58.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,6 +25,12 @@ android.useAndroidX=true
|
|
|
25
25
|
# Enable AAPT2 PNG crunching
|
|
26
26
|
android.enablePngCrunchInReleaseBuilds=true
|
|
27
27
|
|
|
28
|
+
# Enable R8 in release builds to shrink, optimize and obfuscate the Java/Kotlin code.
|
|
29
|
+
# The app is optimized using the `proguard-android-optimize.txt` preset.
|
|
30
|
+
# Add custom keep rules to android/app/proguard-rules.pro.
|
|
31
|
+
# See https://developer.android.com/topic/performance/app-optimization/enable-app-optimization
|
|
32
|
+
android.enableMinifyInReleaseBuilds=true
|
|
33
|
+
|
|
28
34
|
# Use this property to specify which architecture you want to build.
|
|
29
35
|
# You can also override it from the CLI using
|
|
30
36
|
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "expo-template-bare-minimum",
|
|
3
3
|
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
|
|
4
4
|
"license": "0BSD",
|
|
5
|
-
"version": "58.0.
|
|
5
|
+
"version": "58.0.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/expo/expo.git",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"main": "index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"expo": "~58.0.0-preview.
|
|
13
|
+
"expo": "~58.0.0-preview.1",
|
|
14
14
|
"expo-status-bar": "~58.0.0",
|
|
15
15
|
"react": "19.2.3",
|
|
16
|
-
"react-native": "0.
|
|
16
|
+
"react-native": "0.88.0-rc.0"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"executableFiles": [
|