Yeshan Jayasinghe
Yeshan Jayasinghe
Hi @PeterStaev , Thanks a lot for the workaround. Makes me wonder why I couldn't think of that.. lol 😄
It would be better if it supported the flexibility to add both top and bottom too. I had a requirement to do that, and was going to fork, then I...
@ravirupareliya You should add `flex: 1` style into your `View`. That would work i guess. @Johncy1997 Can you try that too? Each child should be wrapped with a `View` with...
Thank you @Seishin 😃
@tuanpmt Please accept this pull request.
Any luck finding a workaround for this??
[This](https://stackoverflow.com/a/54582622/8118437) worked for me 😃 In the `android/app/build.gradle` file, **Change** `implementation "com.facebook.react:react-native:+" ` **To** `implementation "com.facebook.react:react-native:0.58.6"` NOTE: Version should match `react-native` in `package.json`.