expo-template-bare-minimum 53.0.0-canary-20250306-d9d3e02 → 53.0.0-canary-20250320-7a205d3

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.
@@ -78,7 +78,7 @@ def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInRelea
78
78
  * give correct results when using with locales other than en-US. Note that
79
79
  * this variant is about 6MiB larger per architecture than default.
80
80
  */
81
- def jscFlavor = 'org.webkit:android-jsc:+'
81
+ def jscFlavor = 'io.github.react-native-community:jsc-android:2026004.+'
82
82
 
83
83
  android {
84
84
  ndkVersion rootProject.ext.ndkVersion
@@ -31,24 +31,12 @@ def reactNativeAndroidDir = new File(
31
31
  "../android"
32
32
  )
33
33
 
34
- def jscAndroidDir = new File(
35
- providers.exec {
36
- workingDir(rootDir)
37
- commandLine("node", "--print", "require.resolve('jsc-android/package.json', { paths: [require.resolve('react-native/package.json')] })")
38
- }.standardOutput.asText.get().trim(),
39
- "../dist"
40
- )
41
-
42
34
  allprojects {
43
35
  repositories {
44
36
  maven {
45
37
  // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
46
38
  url(reactNativeAndroidDir)
47
39
  }
48
- maven {
49
- // Android JSC is installed from npm
50
- url(jscAndroidDir)
51
- }
52
40
 
53
41
  google()
54
42
  mavenCentral()
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
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": "53.0.0-canary-20250306-d9d3e02",
5
+ "version": "53.0.0-canary-20250320-7a205d3",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "start": "expo start --dev-client",
@@ -11,10 +11,10 @@
11
11
  "web": "expo start --web"
12
12
  },
13
13
  "dependencies": {
14
- "expo": "53.0.0-canary-20250306-d9d3e02",
15
- "expo-status-bar": "2.0.2-canary-20250306-d9d3e02",
14
+ "expo": "53.0.0-canary-20250320-7a205d3",
15
+ "expo-status-bar": "2.0.2-canary-20250320-7a205d3",
16
16
  "react": "19.0.0",
17
- "react-native": "0.78.0"
17
+ "react-native": "0.79.0-rc.0"
18
18
  },
19
19
  "overrides": {
20
20
  "react": "19.0.0"