Skip to content

Commit aff0f26

Browse files
fix:lint
1 parent dfbe0b3 commit aff0f26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/rn-tester/js/examples/Appearance/AppearanceExample.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@ const ToggleNativeAppearance = () => {
155155
title="Set to dark"
156156
onPress={() => setNativeColorScheme('dark')}
157157
/>
158-
<Button
159-
title="Unset"
160-
onPress={() => setNativeColorScheme(null)}
161-
/>
158+
<Button title="Unset" onPress={() => setNativeColorScheme(null)} />
162159
</View>
163160
);
164161
};

0 commit comments

Comments
 (0)