mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Fix style variable in docs. (#2451)
This commit is contained in:
parent
f172ade4ae
commit
3336022279
@ -116,7 +116,7 @@ You can easily override the default component used by `react-navigation`:
|
|||||||
import { DrawerItems } from 'react-navigation';
|
import { DrawerItems } from 'react-navigation';
|
||||||
|
|
||||||
const CustomDrawerContentComponent = (props) => (
|
const CustomDrawerContentComponent = (props) => (
|
||||||
<View style={style.container}>
|
<View style={styles.container}>
|
||||||
<DrawerItems {...props} />
|
<DrawerItems {...props} />
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user