rescript-react-native / rescript-react-navigation

ReScript bindings for React Navigation
MIT License
74 stars 28 forks source link

How to subscribe to events like Navigation.addListener("didFocus") ? #8

Closed Natim closed 5 years ago

Natim commented 5 years ago

How to subscribe to the navigation events?

https://reactnavigation.org/docs/en/navigation-events.html

Natim commented 5 years ago

Founded the todo: https://github.com/reason-react-native/navigation/blob/master/src/Navigation.re#L17

Natim commented 5 years ago

And there is the expected types: https://reactnavigation.org/docs/en/navigation-prop.html#addlistener-subscribe-to-updates-to-navigation-lifecycle

cknitt commented 5 years ago

Thanks for your contribution (#9). 👍