Skip to content

Various Warnings #9

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

Closed
grigio opened this issue Apr 4, 2017 · 2 comments
Closed

Various Warnings #9

grigio opened this issue Apr 4, 2017 · 2 comments

Comments

@grigio
Copy link
Contributor

grigio commented Apr 4, 2017

Thanks for this boilerplate! It works but I see several warnings

Warning: Unknown props `layout`, `navigationState`, `navigation`, `index`, `router`, `onNavigateBack`, `renderLeftComponent`, `renderRightComponent`, `renderTitleComponent` on <div> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by View)
    in View (created by AnimatedComponent)
    in AnimatedComponent (created by Header)
    in Header (created by Transitioner)
    in div (created by View)
    in View (created by Transitioner)
    in div (created by View)
    in View (created by Transitioner)
    in Transitioner (created by CardStack)
    in CardStack (created by Unknown)
    in Unknown (created by Navigator)
    in Navigator (created by NavigationContainer)
    in NavigationContainer (created by SceneView)
    in SceneView (created by Card)
    ...
@agrcrobles
Copy link
Owner

agrcrobles commented Apr 5, 2017

@grigio ! glad you made it work
yes, as it is said in react-navigation/react-navigation#622 looks like it is something related to how react-navigation uses some props of Animated.View and as a result react-native-web throws those warning but I didn't dig into that.

@grigio
Copy link
Contributor Author

grigio commented Apr 5, 2017

Argh.. yes, probably it's because some properties aren't implemented in react-native-web

@grigio grigio closed this as completed Oct 23, 2017
@grigio grigio reopened this Oct 23, 2017
@grigio grigio closed this as completed Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants