We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to review and declare navigaton props. Some of navigation.navigate calls are topped with @ts-ignore
navigation.navigate
@ts-ignore
We are declaring screen props like this https://github.com/rsksmart/swallet/blob/ad4c79849437a25d951ad56489601603829abe9f/src/RootNavigation.tsx#L75
This way is how react-native-navigation gets to know what params are available for a navigation
react-native-navigation
Originally posted by @ilanolkies in #162 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to review and declare navigaton props. Some of
navigation.navigate
calls are topped with@ts-ignore
We are declaring screen props like this https://github.com/rsksmart/swallet/blob/ad4c79849437a25d951ad56489601603829abe9f/src/RootNavigation.tsx#L75
This way is how
react-native-navigation
gets to know what params are available for a navigationOriginally posted by @ilanolkies in #162 (comment)
The text was updated successfully, but these errors were encountered: