Most voted "react-native-community" questions
2 questions
Sort by count of
-
-1
votes1
answer16
viewsUsestate changes to Undefined at the time of saving the photo
I need to save the path of the photo taken through the camera.takePictureAsync. I created the variable through the Hook concept as defined below: const [path,setPath] = useState(''); When the…
react-native react-native-camera react-native-community camerarollasked 3 years, 7 months ago Gabriel Santana 372 -
-3
votes1
answer22
viewserror while running npx React-Native run-android command
When I execute npx react-native run-android, which is to start the Android emulator, returns me the following error: Command run-android unrecognized. Make sure that you have run npm install and…