Skip to content

Commit fe7c258

Browse files
committed
fix format
1 parent b73f938 commit fe7c258

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

packages/rn-tester/js/examples/Pressable/PressableExample.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,15 @@ function PressableBlockNativeResponderExample() {
297297

298298
return (
299299
<View>
300-
<View style={{flexDirection: 'row', alignItems: 'center', marginBottom: 12}}>
300+
<View
301+
style={{flexDirection: 'row', alignItems: 'center', marginBottom: 12}}>
301302
<Text style={{flex: 1, fontSize: 13, color: '#444'}}>
302303
blockNativeResponder
303304
</Text>
304-
<Switch value={blockNativeResponder} onValueChange={setBlockNativeResponder} />
305+
<Switch
306+
value={blockNativeResponder}
307+
onValueChange={setBlockNativeResponder}
308+
/>
305309
</View>
306310
<RNTNativeTouchReceiver
307311
style={scenarioReceiverStyle}

0 commit comments

Comments
 (0)