mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Fix typo in MainScreen (#5162)
This commit is contained in:
committed by
Brent Vatne
parent
0c4845f2ff
commit
af18e1c672
@@ -311,7 +311,7 @@ class MainScreen extends React.Component<any, State> {
|
||||
>
|
||||
<SafeAreaView
|
||||
style={styles.itemContainer}
|
||||
forceInset={{ veritcal: 'never', bottom: 'never' }}
|
||||
forceInset={{ vertical: 'never', bottom: 'never' }}
|
||||
>
|
||||
<View style={styles.item}>
|
||||
<Text style={styles.title}>
|
||||
|
||||
Reference in New Issue
Block a user