motogod

Results 6 comments of motogod

Here is the solution https://github.com/AlexanderZaytsev/react-native-i18n/pull/223/commits/fa3002d062af11b16315dadcd0e2fc0d5b225a94 The PR is from **andrewmarmion** **Step:** Use Android Studio to open your project. The path is `Android/react-native-i18n/manifests/AndroidManifest.xml` remove `` The issue should be fixed.

@giantss If you want to pass an array of objects, you have to add this code `extractText={ (option) => option.label }` in your ``

Duplicated with my question #425 , although I don't know why I have to install `react-native-share` Hope my solution can help you.

Thanks for sharing the code. But I found an issue it happens on ``` alert('bottom)}>Click ``` onPress function won't trigger on Android. ( iOS is working ) I have no...

Base on @7laria suggestion, I try `alignSelf: 'flex-start'` fix the issue example: ``` ```