File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 presets : [ "module:@react-native/babel-preset" ] ,
3- plugins : [ "@babel/plugin-transform-runtime" ]
43} ;
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ function Merge(): JSX.Element {
176176 testID = "setDelegate_button"
177177 title = "Set native delegate"
178178 disabled = {
179- ! TurboModuleRegistry . get ( 'AsyncStorageTestSupport' ) ||
180179 ! TurboModuleRegistry . get ( 'AsyncStorageTestSupport' ) ?. test_setDelegate
181180 }
182181 onPress = { ( ) =>
@@ -187,7 +186,6 @@ function Merge(): JSX.Element {
187186 testID = "unsetDelegate_button"
188187 title = "Unset native delegate"
189188 disabled = {
190- TurboModuleRegistry . get ( 'AsyncStorageTestSupport' ) ||
191189 TurboModuleRegistry . get ( 'AsyncStorageTestSupport' ) ?. test_unsetDelegate
192190 }
193191 onPress = { ( ) =>
You can’t perform that action at this time.
0 commit comments