You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
LuisBonsembiante
changed the title
Cannot read property 'Show' of undefined iOs
Cannot read property 'Show' of undefined [iOs] BUG
Apr 5, 2019
LuisBonsembiante
changed the title
Cannot read property 'Show' of undefined [iOs] BUG
Cannot read property 'Show' of undefined [iOs] BUG CRASH
Apr 5, 2019
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.
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.
The text was updated successfully, but these errors were encountered: