expo-template-bare-minimum 51.0.46 → 51.0.49

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.
@@ -22,6 +22,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
22
22
  # https://developer.android.com/topic/libraries/support-library/androidx-rn
23
23
  android.useAndroidX=true
24
24
 
25
+ # Automatically convert third-party libraries to use AndroidX
26
+ android.enableJetifier=true
27
+
25
28
  # Enable AAPT2 PNG crunching
26
29
  android.enablePngCrunchInReleaseBuilds=true
27
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
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
- "version": "51.0.46",
4
+ "version": "51.0.49",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "start": "expo start --dev-client",
@@ -10,10 +10,10 @@
10
10
  "web": "expo start --web"
11
11
  },
12
12
  "dependencies": {
13
- "expo": "~51.0.24",
13
+ "expo": "~51.0.25",
14
14
  "expo-status-bar": "~1.12.1",
15
15
  "react": "18.2.0",
16
- "react-native": "0.74.3"
16
+ "react-native": "0.74.5"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@babel/core": "^7.20.0"