Skip to content

Commit 74966ca

Browse files
committed
style: format root style for consistency
1 parent b105caa commit 74966ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/src/App.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@ const App: React.FC = () => {
314314
};
315315

316316
const styles = StyleSheet.create({
317-
root: { flex: 1 },
317+
root: {
318+
flex: 1,
319+
},
318320
container: {
319321
flex: 1,
320322
backgroundColor: '#f5f5f5',

0 commit comments

Comments
 (0)