react-native-root-toast
react-native-root-toast copied to clipboard
Android dosen't show,RN 0.60~0.62
react-native install [email protected]
not working
i have had problem tool
i am use : yarn add react-native-root-toast , it's 3.2.1
I use 3.1.2, it not working too? how to solve it ?
npm install react-native-root-toast
// in your entry file like App.js or index.js
import { RootSiblingParent } from 'react-native-root-siblings';
// in your render function
return (
// use RootSiblingParent to wrap your root component
<RootSiblingParent>
<App />
</RootSiblingParent>
);
I downgraded to 3.1.2 and it worked.
Using
Android: 10
react-native: ^0.62.2
react-native-root-toast: 3.1.2
⚠️ You must remove the ^ which is next to the version number to force the version.
I downgraded to 3.1.2 and it worked.
Downgrading does the trick for me