How can implement the choose image or use camera to take a picture on windows? #10486
-
As I use this plugin(https://github.com/react-native-image-picker/react-native-image-picker) to choose or take the picture on iOS or android. but on windows I didn't see any plugin, how can I implement that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That one hasn't received an implementation for Windows yet. The only camera package that has Windows support is react-native-camera (searching the directory here, non-windows here). You could potentially harvest parts from react-native-camera to add Windows support to react-native-image-picker. General instructions here: https://microsoft.github.io/react-native-windows/docs/native-modules |
Beta Was this translation helpful? Give feedback.
That one hasn't received an implementation for Windows yet. The only camera package that has Windows support is react-native-camera (searching the directory here, non-windows here). You could potentially harvest parts from react-native-camera to add Windows support to react-native-image-picker.
General instructions here: https://microsoft.github.io/react-native-windows/docs/native-modules