0.0.5 • Published 9 years ago

sidemenu v0.0.5

Weekly downloads
4
License
"MIT"
Repository
github
Last release
9 years ago

RNSideMenu

Preview

Examples

Clone this repo and take a look of the index.ios.js

Usage

var SideMenu = require('sidemenu');

global.sideMenu = 
      <SideMenu
      frontView={FrontView}
      sideView={<SideView />}
      />;

var App = React.createClass({
  render: function () {
    return (
      <View style={styles.container} >
        {sideMenu}
      </View>
    );
  }
})

Then at any place of you code, if you wanna toggle SideView manually, call sideMenu.props.toggleSideView()

Route map

  • Basic views and animations
  • Pass frontView and sideView as props
  • Make it as npm module
  • Mutiple directions of side menu
  • Helper actions for toggleSideView(), open(), close(), chageFrontView(), changeSideView()
  • Make more examples
  • Change the name to react-native-side-menu
  • create another repo to examples
  • Clean this repo to just contain lib files, (now it also contains xCode files)

Contribute

Pull requests are welcome.

This component can not be done without helps from @ToanNG & @vu.nguyen

About me

Follow me at @khanght

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago