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
Hi all, I currently using react-native-paper for web with typescript and receive this error
ERROR in ./node_modules/react-native-paper/lib/module/react-navigation/adapter.js 7:16-28
export 'useLinkTools' (imported as 'useLinkTools') was not found in '@react-navigation/native'
Work fine on android, ios but on web throw this error
Seem my webpack not ignore error from node_modules
Here is my CRA script
Thanks all
The text was updated successfully, but these errors were encountered:
Hi all, I currently using react-native-paper for web with typescript and receive this error
Work fine on android, ios but on web throw this error
Seem my webpack not ignore error from node_modules
Here is my CRA script
Thanks all
The text was updated successfully, but these errors were encountered: