You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
...
The text was updated successfully, but these errors were encountered:
@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.
Thanks for this boilerplate! It works but I see several warnings
The text was updated successfully, but these errors were encountered: