Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
Note: React native menu without animations /shaare/FyIEVA
13/04/2017 09:36:44

    _configureScene(route){
        switch (route.name) {
            case 'CONTENT_VIEW':
                return Navigator.SceneConfigs.HorizontalSwipeJump
                break;
            case 'PUBLIC_FEED':
                return {
                    ...Navigator.SceneConfigs.HorizontalSwipeJump,
                    gestures: {
                        pop: {},
                    },
                }
                break;
        }
    };

    render() {
        return (
            <Navigator
                ref={ ref => this.navigator = ref }
                initialRoute={ { name: 'LOGIN_FORM' } }
                configureScene={ this._configureScene }
                renderScene={(route, navigator) => {
react-native
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn