-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working with react navigation 3 #21
Comments
I think it is not related to react-navigation v3. I am using with v3 too, but I am not facing any problem. |
could you please check the screenshot shared |
Unfortunately I do not remember error like that and this screenshot is not enough to understand the error. Sharing your code would be better. Btw, I followed examples supplied in repo and used it similar to this code below.
|
import React, { Component } from 'react'; import { drawer } from "../App"; class Home extends Component { export default Home; const styles = StyleSheet.create({ |
import React, { Component, createRef } from 'react'; const AppStack = createStackNavigator({ export const drawer = createRef(); const defaultScalingDrawerConfig = { class AppNavigation extends Component { export default createAppContainer(AppStack); |
Could you please check where I'm going wrong |
Your settings are good, but there is no page data you want to show. So the price is null. |
I am trying to use this drawer inside my application but i am using react-navigation version 3 and your drawer is no longer supported on v3
The text was updated successfully, but these errors were encountered: