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

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

Open LuisBonsembiante opened this issue 6 years ago • 2 comments

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 avatar Apr 05 '19 14:04 LuisBonsembiante

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

LuisBonsembiante avatar Apr 16 '19 11:04 LuisBonsembiante

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.

rafalzawadzki avatar Jun 04 '19 10:06 rafalzawadzki