react-native-toast-message icon indicating copy to clipboard operation
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()?

Open jotilohana opened this issue 2 years ago • 3 comments

Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

jotilohana avatar Jul 01 '22 05:07 jotilohana

Are you setting a ref on your <Toast /> instance? It's no longer required in v2

calintamas avatar Jul 04 '22 07:07 calintamas

I am using "react-native-toast-message": "^2.1.7" and getting this message

angelxmoreno avatar Nov 09 '23 16:11 angelxmoreno

Any solution?

mariaalm20 avatar Jan 16 '24 14:01 mariaalm20