react-native-toasty icon indicating copy to clipboard operation
react-native-toasty copied to clipboard

not working with react-native @0.60.5

Open ravik2015 opened this issue 6 years ago • 9 comments

Getting Cannot read property 'Show' of undefined

ravik2015 avatar Sep 20 '19 11:09 ravik2015

same problem, in ios

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

JxDarkAngel avatar Sep 26 '19 01:09 JxDarkAngel

Running into the same issue in RN 0.61.3

bockc avatar Nov 04 '19 14:11 bockc

Same problem on RN 0.61.4

TusharAswal avatar Nov 20 '19 10:11 TusharAswal

Same problem with RN 0.61.1

popstheman avatar Nov 21 '19 10:11 popstheman

Anyone fix this ?

ireeskenz avatar Nov 23 '19 23:11 ireeskenz

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.

Peelz avatar Jan 13 '20 07:01 Peelz

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

Thanks </ Pranav >

prscX avatar Jan 15 '20 14:01 prscX

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

JxDarkAngel avatar Jan 15 '20 16:01 JxDarkAngel

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",

MurtazaEliyas avatar Feb 10 '20 18:02 MurtazaEliyas