react-native-toast-message
react-native-toast-message copied to clipboard
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Are you setting a ref on your <Toast />
instance? It's no longer required in v2
I am using "react-native-toast-message": "^2.1.7"
and getting this message
Any solution?