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
i-m in new in react native , so i followed the steps and after the first run i had the sdk problem and after fixing it (create file named 'local.properties' in /android folder and i mentioned the sdk path , and now i got this problem )
The text was updated successfully, but these errors were encountered:
You may be getting this error if you are not using a helper (like ReactNavigation.addNavigationHelpers(...)) to add your state and dispatch handlers for the navigation props. To make things more exciting, as of react-navigation v2, that method has been deprecated so if you've upgraded to v2 and are seeing this error, then you'll need to follow https://reactnavigation.org/docs/en/redux-integration.html, paying particular attention to usage of the createNavigationPropConstructor(...) method.
i-m in new in react native , so i followed the steps and after the first run i had the sdk problem and after fixing it (create file named 'local.properties' in /android folder and i mentioned the sdk path , and now i got this problem )
The text was updated successfully, but these errors were encountered: