Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f26327

Browse files
chore: bump up react-native dependencies (#1007)
Jira ID: MOB-12699 - ⚙️ build: upgrade ci Node.js to v18.17.0 - 🪮 style: fix format issues - 🔧 refactor: migrate deprecated `mocked` imports in favor of `jest-mock` - ⬆️ chore: bump SDK dependencies (all but TypeScript) - ✈️ chore(android): migrate to RN 0.72.3 - ⬆️ chore(example): bump react-native, jest and typescript
1 parent b7c3950 commit 1f26327

File tree

16 files changed

+5793
-7471
lines changed

16 files changed

+5793
-7471
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ commands:
1212
type: string
1313
default: .
1414
steps:
15+
- node/install:
16+
install-yarn: true
17+
node-version: 'v18.17.0'
1518
- node/install-packages:
1619
pkg-manager: yarn
1720
# Network concurrency is set to 1 for installation from GitHub to work.

examples/default/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
minSdkVersion = 21
77
compileSdkVersion = 33
88
targetSdkVersion = 33
9-
kotlinVersion = "1.5.30"
9+
kotlinVersion = "1.7.10"
1010

1111
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1212
ndkVersion = "23.1.7779620"
@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath("com.android.tools.build:gradle:7.3.1")
19+
classpath("com.android.tools.build:gradle")
2020
classpath("com.facebook.react:react-native-gradle-plugin")
2121
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2222
}

examples/default/android/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
# Version of flipper SDK to use with React Native
28-
FLIPPER_VERSION=0.125.0
28+
FLIPPER_VERSION=0.182.0
2929

3030
# Use this property to specify which architecture you want to build.
3131
# You can also override it from the CLI using
@@ -42,3 +42,4 @@ newArchEnabled=false
4242
# Use this property to enable or disable the Hermes JS engine.
4343
# If set to false, you will be using JSC instead.
4444
hermesEnabled=true
45+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
2-
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
3+
networkTimeout=10000
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rootProject.name = 'InstabugExample'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'
4-
includeBuild('../node_modules/react-native-gradle-plugin')
4+
includeBuild('../node_modules/@react-native/gradle-plugin')

examples/default/ios/InstabugExample.xcodeproj/project.pbxproj

Lines changed: 59 additions & 61 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)