mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-27 21:08:02 +08:00
fix: rename contentContainerStyle to sceneContainerStyle
This commit is contained in:
@@ -210,7 +210,7 @@ function createDrawerExample(options = {}) {
|
||||
{
|
||||
overlayColor: 'rgba(0,0,0,0)',
|
||||
drawerType: 'back',
|
||||
contentContainerStyle: {
|
||||
sceneContainerStyle: {
|
||||
shadowColor: '#000000',
|
||||
shadowOpacity: 0.4,
|
||||
shadowRadius: 8,
|
||||
|
||||
Reference in New Issue
Block a user