Open
Description
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 userouter.push
instead ofrouter.navigate
. code
To Reproduce
Please run my example project.
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