expo-template-bare-minimum 51.0.51 → 51.0.52
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/settings.gradle +3 -1
- package/package.json +1 -1
package/android/settings.gradle
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
pluginManagement {
|
|
2
2
|
includeBuild(new File(["node", "--print", "require.resolve('@react-native/gradle-plugin/package.json')"].execute(null, rootDir).text.trim()).getParentFile().toString())
|
|
3
3
|
}
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
// Uncomment this to use React Native 0.75
|
|
6
|
+
// plugins { id("com.facebook.react.settings") }
|
|
5
7
|
|
|
6
8
|
def getRNMinorVersion() {
|
|
7
9
|
def version = providers.exec {
|
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.
|
|
4
|
+
"version": "51.0.52",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"start": "expo start --dev-client",
|