File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ jobs:
295
295
strategy :
296
296
fail-fast : false # keeps matrix running if one fails
297
297
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' ]
300
300
platform : ['android', 'ios']
301
301
build-type : ['dev', 'production']
302
302
include :
@@ -305,7 +305,7 @@ jobs:
305
305
device : ' iPhone 14'
306
306
# exclude all rn versions lower than 0.70.0 for new architecture
307
307
exclude :
308
- - rn-version : ' 0.64.4 '
308
+ - rn-version : ' 0.65.3 '
309
309
rn-architecture : ' new'
310
310
steps :
311
311
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Pod::Spec.new do |s|
12
12
s . homepage = "https://github.com/getsentry/sentry-react-native"
13
13
s . source = { :git => 'https://github.com/getsentry/sentry-react-native.git' , :tag => "#{ s . version } " }
14
14
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 "
18
18
19
19
s . preserve_paths = '*.js'
20
20
Original file line number Diff line number Diff line change 39
39
],
40
40
"peerDependencies" : {
41
41
"react" : " >=17.0.0" ,
42
- "react-native" : " >=0.70 .0"
42
+ "react-native" : " >=0.65 .0"
43
43
},
44
44
"dependencies" : {
45
45
"@sentry/browser" : " 7.28.1" ,
You can’t perform that action at this time.
0 commit comments