Skip to content

Commit 5bb8026

Browse files
RN 0.65.0 as a new min for SDK v5 (#2687)
1 parent 29f7009 commit 5bb8026

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ jobs:
295295
strategy:
296296
fail-fast: false # keeps matrix running if one fails
297297
matrix:
298-
rn-version: ['0.64.4', '0.70.6']
299-
rn-architecture: ['legacy']
298+
rn-version: ['0.65.3', '0.70.6']
299+
rn-architecture: ['legacy', 'new']
300300
platform: ['android', 'ios']
301301
build-type: ['dev', 'production']
302302
include:
@@ -305,7 +305,7 @@ jobs:
305305
device: 'iPhone 14'
306306
# exclude all rn versions lower than 0.70.0 for new architecture
307307
exclude:
308-
- rn-version: '0.64.4'
308+
- rn-version: '0.65.3'
309309
rn-architecture: 'new'
310310
steps:
311311
- uses: actions/checkout@v3

RNSentry.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Pod::Spec.new do |s|
1212
s.homepage = "https://github.com/getsentry/sentry-react-native"
1313
s.source = { :git => 'https://github.com/getsentry/sentry-react-native.git', :tag => "#{s.version}"}
1414

15-
s.ios.deployment_target = "12.4"
16-
s.osx.deployment_target = "10.10"
17-
s.tvos.deployment_target = "12.4"
15+
s.ios.deployment_target = "11.0"
16+
s.osx.deployment_target = "10.13"
17+
s.tvos.deployment_target = "11.0"
1818

1919
s.preserve_paths = '*.js'
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"peerDependencies": {
4141
"react": ">=17.0.0",
42-
"react-native": ">=0.70.0"
42+
"react-native": ">=0.65.0"
4343
},
4444
"dependencies": {
4545
"@sentry/browser": "7.28.1",

0 commit comments

Comments
 (0)