Capture and save image use react native version 0.61.5, React Native Camera , File stream ,

preview_player
Показать описание
Capture and save image use react native version 0.61.5, React Native Camera , File stream ,
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-camera": "^3.15.1",
"rn-fetch-blob": "^0.12.0"
1. npm i react-native-camera
2. npm i rn-fetch-blob



android {
...
defaultConfig {
...
missingDimensionStrategy 'react-native-camera', 'general' // --- insert this line
}
}

5. npx react-native run-android done

run ios
6. cd ios
7. pod install
8. cd ..
9 npx react-native run-ios

dirs
This constant is a hash map containing commonly used folders:
DocumentDir
CacheDir
Рекомендации по теме
Комментарии
Автор

How to open local folder where our images are saved in react-native.

unsolvedhistoryofficial
Автор

Hi I've got an error message after running run-android: TypeError undefined is not an object (evaluating

jaden-wi
Автор

is there any githun file for this one?

정경두-mm
Автор

Why does that picture doesn't appear in the gallery?

harihaaranghiri
Автор

Hi, nice video...I want to save picture to my device gallery (android)...I need help on that

benjaminikwuagwu
join shbcf.ru