All Questions
3 questions
8
votes
6
answers
19k
views
React Native Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
When trying to run my project on my windows computer it is not working, it works on my macOS but when running it on windows it throws the following errors:
Task :react-native-image-picker:...
10
votes
1
answer
3k
views
Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
i have a project that i was giving to update the UI , but anytime I run the app with npx react-native run android it gives the error
Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
...
1
vote
1
answer
1k
views
React Native - Opening Android Image Gallery Directly
As the title states, I am wondering how to open the Android image gallery directly from my app. Every single package that is out there, including react-native-image-picker, react-native-image-crop-...