Package Scope
@use-funnel/react-navigation-native
Bug description
I've tried using that package and found a few things that don't work properly.
__useFunnelState in the query string is being stored as "[Object Object]".

funnel.history.push method just replaces the view instead of stacking it. (code)
2-1. (low priority) In React Native Web with React Navigation, navigation.navigate can't handle browser history. (doc)
Expected behavior
- Must be serialized/deserialized correctly.
- I think we should integrate Stack Navigator into
funnel.Render, and use router.push instead of router.navigate. code
To Reproduce
Please run my example project.
repository link
Possible Solution
- Apply JSON parse/stringify wherever
__useFunnelState is used. This is just a workaround.
- I'm not sure how to resolve this issue..
etc.
No response
Package Scope
@use-funnel/react-navigation-native
Bug description
I've tried using that package and found a few things that don't work properly.
__useFunnelStatein the query string is being stored as"[Object Object]".funnel.history.pushmethod just replaces the view instead of stacking it. (code)2-1. (low priority) In React Native Web with React Navigation,
navigation.navigatecan't handle browser history. (doc)Expected behavior
funnel.Render, and userouter.pushinstead ofrouter.navigate. codeTo Reproduce
Please run my example project.
repository link
Possible Solution
__useFunnelStateis used. This is just a workaround.etc.
No response