-
-
Notifications
You must be signed in to change notification settings - Fork 31
Add the addListener binding. #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the addListener binding. #9
Conversation
For the lastState and the state variable do you know what type to set?
|
The TypeScript definitions have export interface NavigationEventPayload {
type: EventType;
action: NavigationAction;
state: NavigationState;
lastState: NavigationState | null | undefined;
} So I think it should be |
Actually, if it can really be |
Thank you for bearing with me while I am starting with ReasonML. I have the following error:
but reason-react-native seems to be in bsconfig.json nonetheless any idea how to make it visible?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- deleted --
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution and for your patience!
r? @MoOx