-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Version
Tell us which versions you are using:
- react-native-router-flux v4.0.0-beta.21
- react-native v0.45.1
Expected behaviour
Running the app successfully.
Actual behaviour
Using Tabs isn't working for me. Removing it works fine!
class AppRouter extends Component {
render () {
return (
<Router
createReducer={reducerCreate}>
<Modal hideNavBar>
<Scene hideNavBar>
<Tabs
key='tabbar'
showLabel
swipeEnabled={false}
tabBarPosition='bottom'
lazy>
<Stack
key='HomeStack'
title='Home'
icon={TabIcon}
initial >
<Scene
key='Profile'
hideNavBar
component={UserHistoryList}
/>
</Stack>
</Tabs>
</Scene>
</Modal>
</Router>
)
}
}
Steps to reproduce
-
Strangely, the Example app works for me.
-
Another developer can run our repo fine.
-
I've tried
rm -r node_modules
,npm start --reset-cache
andyarn install
I understand since its not easily reproducible, you don't have much to go on.
Metadata
Metadata
Assignees
Labels
No labels