Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android dosen't show,RN 0.60~0.62 #127

Open
yangwei2011 opened this issue May 15, 2020 · 9 comments
Open

Android dosen't show,RN 0.60~0.62 #127

yangwei2011 opened this issue May 15, 2020 · 9 comments

Comments

@yangwei2011
Copy link

Resolve:--->please use 3.1.2===> react-native install react-native-root-toast@3.1.2

@yangwei2011
Copy link
Author

react-native install react-native-root-toast@3.1.2

@tmdeginal
Copy link

not working

@huaiguoguo
Copy link

i have had problem tool

@huaiguoguo
Copy link

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

@jetBn
Copy link

jetBn commented Jul 1, 2020

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

@Michaelvons
Copy link

Michaelvons commented Jul 8, 2020

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>

);

@yairopro
Copy link

yairopro commented Jul 13, 2020

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.

@349989153
Copy link

I downgraded to 3.1.2 and it worked.

@omar-salah-elboredy
Copy link

Downgrading does the trick for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants