prscX / react-native-tooltips

React Native: Native Tooltip View
Apache License 2.0
271 stars 40 forks source link

Cannot read property 'Show' of undefined [iOs] BUG CRASH #33

Open LuisBonsembiante opened 5 years ago

LuisBonsembiante commented 5 years ago

1 - install de library in iOs... 2- Use the code behind: Tooltips.Show( this.phone, this.target, { text: phoneString, textSize: 16, autoHide: true, duration: 3000, }, ); 4- the erro screnn show the error Cannot read property 'Show' of undefined iOs 5 The same happen with de react code.

LuisBonsembiante commented 5 years ago

hi everyone......any news about this issue?.. Regards.

rafalzawadzki commented 5 years ago

Please make sure to link the library correctly and rebuild the app (react-native run-ios). This is clearly an issue with RNTooltips not being installed.