-
Notifications
You must be signed in to change notification settings - Fork 39
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
not working with react-native @0.60.5 #15
Comments
same problem, in ios TypeError: null is not an object (evaluating 'RNToasty.Show') |
Running into the same issue in RN 0.61.3 |
Same problem on RN 0.61.4 |
Same problem with RN 0.61.1 |
Anyone fix this ? |
I already solved it by delete app from simulator -> terminate npm server and start new one -> npm run ios. |
Could you please share the version of library you are using? Would recommend to use V1+. Thanks |
In the end I changed it to react-native-root-toast |
Was having the same issue 4 months ago.. Had stopped using the library and looking for an alternative. "react-native": "0.61.1", |
Getting
Cannot read property 'Show' of undefined
The text was updated successfully, but these errors were encountered: