prscX / react-native-toasty

React Native: Native Toast
Apache License 2.0
153 stars 39 forks source link

not working with react-native @0.60.5 #15

Open ravik2015 opened 5 years ago

ravik2015 commented 5 years ago

Getting Cannot read property 'Show' of undefined

JxDarkAngel commented 5 years ago

same problem, in ios

TypeError: null is not an object (evaluating 'RNToasty.Show')

bockc commented 5 years ago

Running into the same issue in RN 0.61.3

TusharAswal commented 4 years ago

Same problem on RN 0.61.4

popstheman commented 4 years ago

Same problem with RN 0.61.1

ireeskenz commented 4 years ago

Anyone fix this ?

Peelz commented 4 years ago

same problem, in ios

TypeError: null is not an object (evaluating 'RNToasty.Show')

I already solved it by delete app from simulator -> terminate npm server and start new one -> npm run ios.

prscX commented 4 years ago

Could you please share the version of library you are using? Would recommend to use V1+.

Thanks </ Pranav >

JxDarkAngel commented 4 years ago

In the end I changed it to react-native-root-toast

MurtazaEliyas commented 4 years ago

Was having the same issue 4 months ago.. Had stopped using the library and looking for an alternative. Just tried the library out now and its working fine for both IOS and Android.

"react-native": "0.61.1", "react-native-toasty": "^1.0.0",