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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments