react-native-root-toast icon indicating copy to clipboard operation
react-native-root-toast copied to clipboard

Android dosen't show,RN 0.60~0.62

Open yangwei2011 opened this issue 5 years ago • 9 comments

Resolve:--->please use 3.1.2===> react-native install [email protected]

yangwei2011 avatar May 15 '20 08:05 yangwei2011

react-native install [email protected]

yangwei2011 avatar May 15 '20 08:05 yangwei2011

not working

tmdeginal avatar May 17 '20 12:05 tmdeginal

i have had problem tool

huaiguoguo avatar May 30 '20 08:05 huaiguoguo

i am use : yarn add react-native-root-toast , it's 3.2.1

huaiguoguo avatar May 30 '20 08:05 huaiguoguo

I use 3.1.2, it not working too? how to solve it ?

jetBn avatar Jul 01 '20 09:07 jetBn

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>

);

Michaelvons avatar Jul 08 '20 04:07 Michaelvons

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.

yairopro avatar Jul 13 '20 11:07 yairopro

I downgraded to 3.1.2 and it worked.

349989153 avatar Oct 30 '20 03:10 349989153

Downgrading does the trick for me

omar-salah-elboredy avatar Feb 23 '21 23:02 omar-salah-elboredy