Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

undefined is not an object (evaluating e.route) the code is given below #49

Closed
gfairwanisynapse opened this issue Nov 2, 2017 · 2 comments
Assignees

Comments

@gfairwanisynapse
Copy link

gfairwanisynapse commented Nov 2, 2017

import React,{Component} from 'react'

import {View,Text} from 'react-native'

import { BottomNavigation,Tab } from 'react-router-navigation'

export default class Main extends Component{

render(){
    return(

        <BottomNavigation

        lazy={false}
        tabActiveTintColor="blue">

        <Tab label="Feed" path="/Feed" Component={require('./Feed')}/>
        <Tab label="Profile" path="/Profile" Component={require('./Profile')}/>

        </BottomNavigation>
    );
}

}

@gfairwanisynapse
Copy link
Author

Plz tell me the solution

@pyr0hu
Copy link

pyr0hu commented Nov 4, 2017

IMO There should be a Tab with a route of "/".

@LeoLeBras LeoLeBras mentioned this issue Dec 9, 2017
18 tasks
@LeoLeBras LeoLeBras added this to the 1.0.0-stable milestone Dec 9, 2017
@LeoLeBras LeoLeBras self-assigned this Dec 9, 2017
@LeoLeBras LeoLeBras removed this from the v1.0.0-stable milestone Mar 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants