Skip to content

Commit fb1b226

Browse files
committed
chore: upgrade dependencies
1 parent 4752078 commit fb1b226

File tree

8 files changed

+473
-185
lines changed

8 files changed

+473
-185
lines changed

examples/default/android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ android {
128128
keyPassword 'android'
129129
}
130130
}
131+
buildFeatures {
132+
buildConfig true
133+
}
131134
buildTypes {
132135
debug {
133136
signingConfig signingConfigs.debug

examples/default/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext {
55
buildToolsVersion = "33.0.0"
66
minSdkVersion = 21
7-
compileSdkVersion = 33
7+
compileSdkVersion = 34
88
targetSdkVersion = 33
99
kotlinVersion = "1.7.10"
1010

@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath("com.android.tools.build:gradle")
19+
classpath("com.android.tools.build:gradle:8.1.0")
2020
classpath("com.facebook.react:react-native-gradle-plugin")
2121
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2222
}

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ PODS:
470470
- React-jsi (= 0.72.3)
471471
- React-logger (= 0.72.3)
472472
- React-perflogger (= 0.72.3)
473-
- RNCClipboard (1.5.1):
473+
- RNCClipboard (1.14.3):
474474
- React-Core
475475
- RNGestureHandler (2.13.4):
476476
- RCT-Folly (= 2021.07.22.00)
@@ -566,7 +566,7 @@ DEPENDENCIES:
566566
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
567567
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
568568
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
569-
- "RNCClipboard (from `../node_modules/@react-native-community/clipboard`)"
569+
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
570570
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
571571
- RNInstabug (from `../node_modules/instabug-reactnative`)
572572
- RNReanimated (from `../node_modules/react-native-reanimated`)
@@ -678,7 +678,7 @@ EXTERNAL SOURCES:
678678
ReactCommon:
679679
:path: "../node_modules/react-native/ReactCommon"
680680
RNCClipboard:
681-
:path: "../node_modules/@react-native-community/clipboard"
681+
:path: "../node_modules/@react-native-clipboard/clipboard"
682682
RNGestureHandler:
683683
:path: "../node_modules/react-native-gesture-handler"
684684
RNInstabug:
@@ -746,7 +746,7 @@ SPEC CHECKSUMS:
746746
React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a
747747
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
748748
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
749-
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
749+
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
750750
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
751751
RNInstabug: 8e7eb1df3f35b935dda661f5bb475f37cef595e6
752752
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87

examples/default/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"postinstall": "patch-package"
1111
},
1212
"dependencies": {
13-
"@react-native-community/clipboard": "^1.5.1",
14-
"@react-native-community/slider": "^4.4.3",
13+
"@react-native-clipboard/clipboard": "^1.14.3",
14+
"@react-native-community/slider": "^4.5.5",
1515
"@react-navigation/bottom-tabs": "^6.5.7",
1616
"@react-navigation/native": "^6.1.6",
1717
"@react-navigation/native-stack": "^6.9.12",
18-
"graphql": "^16.8.1",
1918
"axios": "^1.7.4",
19+
"graphql": "^16.8.1",
2020
"graphql-request": "^6.1.0",
2121
"instabug-reactnative": "link:../..",
2222
"instabug-reactnative-ndk": "github:https://github.com/Instabug/Instabug-React-Native-NDK",
2323
"native-base": "^3.4.28",
2424
"react": "18.2.0",
2525
"react-native": "0.72.3",
2626
"react-native-background-timer": "^2.4.1",
27-
"react-native-config": "^1.5.1",
27+
"react-native-config": "^1.5.3",
2828
"react-native-gesture-handler": "^2.13.4",
2929
"react-native-maps": "^1.10.3",
30-
"react-native-reanimated": "^3.5.4",
31-
"react-native-safe-area-context": "^4.5.3",
32-
"react-native-screens": "^3.20.0",
33-
"react-native-svg": "^13.9.0",
34-
"react-native-vector-icons": "^10.0.0",
30+
"react-native-reanimated": "^3.16.1",
31+
"react-native-safe-area-context": "^4.12.0",
32+
"react-native-screens": "^3.35.0",
33+
"react-native-svg": "^15.8.0",
34+
"react-native-vector-icons": "^10.2.0",
3535
"react-query": "^3.39.3"
3636
},
3737
"devDependencies": {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/node_modules/react-native-background-timer/android/build.gradle b/node_modules/react-native-background-timer/android/build.gradle
2+
index 85cda09..eb6cbeb 100644
3+
--- a/node_modules/react-native-background-timer/android/build.gradle
4+
+++ b/node_modules/react-native-background-timer/android/build.gradle
5+
@@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) {
6+
}
7+
8+
android {
9+
+ namespace "com.ocetnik.timer"
10+
compileSdkVersion safeExtGet('compileSdkVersion', 28)
11+
12+
defaultConfig {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/node_modules/react-native-vector-icons/android/build.gradle b/node_modules/react-native-vector-icons/android/build.gradle
2+
index 3e615e9..92be701 100644
3+
--- a/node_modules/react-native-vector-icons/android/build.gradle
4+
+++ b/node_modules/react-native-vector-icons/android/build.gradle
5+
@@ -24,6 +24,9 @@ android {
6+
namespace = "com.oblador.vectoricons"
7+
compileSdkVersion safeExtGet('compileSdkVersion', 31)
8+
9+
+ buildFeatures {
10+
+ buildConfig true
11+
+ }
12+
defaultConfig {
13+
minSdkVersion safeExtGet('minSdkVersion', 21)
14+
targetSdkVersion safeExtGet('targetSdkVersion', 31)

examples/default/src/components/PasteFromClipboardButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Clipboard from '@react-native-community/clipboard';
1+
import Clipboard from '@react-native-clipboard/clipboard';
22
import { StyleProp, TextStyle, TouchableHighlight } from 'react-native';
33
import React, { PropsWithChildren } from 'react';
44
import Icon from 'react-native-vector-icons/Ionicons';

0 commit comments

Comments
 (0)