Skip to content

Commit 666bc91

Browse files
authored
feat: update to react native 0.68.2 (#269)
1 parent 09f0c28 commit 666bc91

File tree

4 files changed

+2
-107
lines changed

4 files changed

+2
-107
lines changed

template/Gemfile.lock

Lines changed: 0 additions & 100 deletions
This file was deleted.

template/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ android {
161161

162162
// Fix for windows limit on number of character in file paths and in command lines
163163
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
164-
arguments "NDK_OUT=${rootProject.projectDir.getParent()}\\.cxx",
165-
"NDK_APP_SHORT_COMMANDS=true"
164+
arguments "NDK_APP_SHORT_COMMANDS=true"
166165
}
167166
}
168167
}

template/android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ buildscript {
1212
if (System.properties['os.arch'] == "aarch64") {
1313
// For M1 Users we need to use the NDK 24 which added support for aarch64
1414
ndkVersion = "24.0.8215888"
15-
} else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
16-
// For Android Users, we need to use NDK 23, otherwise the build will
17-
// fail due to paths longer than the OS limit
18-
ndkVersion = "23.1.7779620"
1915
} else {
2016
// Otherwise we default to the side-by-side NDK version from AGP.
2117
ndkVersion = "21.4.7075529"

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "17.0.2",
14-
"react-native": "0.68.1"
14+
"react-native": "0.68.2"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)