File tree Expand file tree Collapse file tree 5 files changed +512
-458
lines changed Expand file tree Collapse file tree 5 files changed +512
-458
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
strategy :
149
149
fail-fast : false # keeps matrix running if one fails
150
150
matrix :
151
- rn-version : ['0.65.3', '0.73.0 ']
151
+ rn-version : ['0.65.3', '0.73.2 ']
152
152
rn-architecture : ['legacy', 'new']
153
153
platform : ['android', 'ios']
154
154
build-type : ['dev', 'production']
@@ -391,7 +391,7 @@ jobs:
391
391
strategy :
392
392
fail-fast : false # keeps matrix running if one fails
393
393
matrix :
394
- rn-version : ['0.65.3', '0.73.0 ']
394
+ rn-version : ['0.65.3', '0.73.2 ']
395
395
rn-architecture : ['legacy', 'new']
396
396
platform : ['android', 'ios']
397
397
build-type : ['production']
Original file line number Diff line number Diff line change 87
87
"metro" : " 0.76" ,
88
88
"prettier" : " ^2.0.5" ,
89
89
"react" : " 18.2.0" ,
90
- "react-native" : " 0.73.0 " ,
90
+ "react-native" : " 0.73.2 " ,
91
91
"replace-in-file" : " ^7.0.1" ,
92
92
"rimraf" : " ^4.1.1" ,
93
93
"ts-jest" : " ^29.1.1" ,
Original file line number Diff line number Diff line change 20
20
"@react-navigation/native" : " ^6.1.9" ,
21
21
"@react-navigation/stack" : " ^6.3.20" ,
22
22
"react" : " 18.2.0" ,
23
- "react-native" : " 0.73.0 " ,
23
+ "react-native" : " 0.73.2 " ,
24
24
"react-native-gesture-handler" : " ^2.14.0" ,
25
25
"react-native-safe-area-context" : " 4.8.0" ,
26
26
"react-native-screens" : " 3.29.0" ,
You can’t perform that action at this time.
0 commit comments