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
While this relies heavily on native-navigation, I did end up having to bring
in a cross-platform JS-based TabBar library because the TabBar implementation
in native-navigation does not seem to be fully fleshed out (works via custom
swift code)
With just a small bit of wrangling in the HomeScreen's implementation of
TabViewAnimated, I was able to achieve something that looks good.
That said, there is a bug (or some confusion) when returning state from
`Navigation.present` from `Navigation.dismiss` which is tracked at
airbnb/native-navigation#142
When calling
dismiss(payload)
, the payload object is never available as a return value to theNavigator.present
Promise.No matter what I provide to
dismiss
, all I ever get is theNavigationResult
code and never apayload
key.Is this feature not yet functioning or am I missing something from the docs?
The text was updated successfully, but these errors were encountered: