arnnis / react-native-toast-notifications

Toast component for React Native, supports Android, iOS and Web
569 stars 89 forks source link

How we can use react-native-toast-notifications in class component ? #154

Closed Kajanan02 closed 2 years ago

Kajanan02 commented 2 years ago
183428537-18086f83-efa3-4666-b2c7-7278ac5fe3d7

I tried to use this toast within the class component by implementing higher-order component. like this way using in class component this.props.show("msg"),