File tree 5 files changed +504
-471
lines changed
5 files changed +504
-471
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 97
97
"metro" : " 0.76" ,
98
98
"prettier" : " ^2.0.5" ,
99
99
"react" : " 18.2.0" ,
100
- "react-native" : " 0.73.0 " ,
100
+ "react-native" : " 0.73.2 " ,
101
101
"replace-in-file" : " ^7.0.1" ,
102
102
"rimraf" : " ^4.1.1" ,
103
103
"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