React-native-navigation: [Help Needed] How can I use side bar animations with RNN ?

Created on 16 Jul 2017  路  4Comments  路  Source: wix/react-native-navigation

looking for Animation SidebarLuvocracyAnimation.

image

Most helpful comment

All 4 comments

found the sol:

    drawer: {
        left: {
            screen: 'example.Types.Drawer',
        },
        type: "TheSideBar",
        animationType: "luvocracy"
    }

Need to pass the type and animationType. Missing from doc.

tested for platform: iOS

@rajaishwary Can you please update the docs?

Amazing! thanks!

Was this page helpful?
0 / 5 - 0 ratings