Sergey Smyshlyaev
Sergey Smyshlyaev
Depending on your usecase, you could wrap the screen in [KeyboardAvoidingView](https://facebook.github.io/react-native/docs/keyboardavoidingview)
Well, you could add the toast component to upper level in you view hierarchy, on the same level as you navigator. Also, there is a library that renders toast on...
Looks like it's a duplicate of https://github.com/crazycodeboy/react-native-easy-toast/pull/50
I would much prefer to separate the functionality and formatting into different PRs. Regarding formatting: when introducing prettier to the project, it would be nice to also add a `.prettierc`...
We have an issue, when screen rotation is forced, `height` is sometimes not picked up correctly. This PR fixes it.
There is a PR for this https://github.com/crazycodeboy/react-native-easy-toast/pull/58 , hope the author comes back, cleans it up and it gets merged.
Are you rotating the screen? There is a know issue with screen rotation, see https://github.com/crazycodeboy/react-native-easy-toast/pull/56
Does the toast show up with `position: 'top'`? If yes, then it may be the same issue anyway.
No, I never had any problems with this library for `position: 'top'`
Is the screen rotated? Please check out https://github.com/crazycodeboy/react-native-easy-toast/pull/56