expo-template-bare-minimum 54.0.4 → 54.0.5
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.
- package/android/build.gradle +0 -13
- package/package.json +2 -2
package/android/build.gradle
CHANGED
|
@@ -12,21 +12,8 @@ buildscript {
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
def reactNativeAndroidDir = new File(
|
|
16
|
-
providers.exec {
|
|
17
|
-
workingDir(rootDir)
|
|
18
|
-
commandLine("node", "--print", "require.resolve('react-native/package.json')")
|
|
19
|
-
}.standardOutput.asText.get().trim(),
|
|
20
|
-
"../android"
|
|
21
|
-
)
|
|
22
|
-
|
|
23
15
|
allprojects {
|
|
24
16
|
repositories {
|
|
25
|
-
maven {
|
|
26
|
-
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
|
27
|
-
url(reactNativeAndroidDir)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
17
|
google()
|
|
31
18
|
mavenCentral()
|
|
32
19
|
maven { url 'https://www.jitpack.io' }
|
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": "54.0.
|
|
5
|
+
"version": "54.0.5",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"start": "expo start --dev-client",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"web": "expo start --web"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"expo": "~54.0.0-preview.
|
|
14
|
+
"expo": "~54.0.0-preview.5",
|
|
15
15
|
"expo-status-bar": "~3.0.3",
|
|
16
16
|
"react": "19.1.0",
|
|
17
17
|
"react-native": "0.81.0"
|