react-native-tooltips
react-native-tooltips copied to clipboard
Cannot read property 'Show' of undefined [iOs] BUG CRASH
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.
hi everyone......any news about this issue?.. Regards.
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.