mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 13:41:08 +00:00
Add alias for photo (#268)
* Add alias for photo * Map photo to high on android
This commit is contained in:
@@ -104,6 +104,7 @@ public class RCTCameraModule extends ReactContextBaseJavaModule {
|
||||
put("low", "low");
|
||||
put("medium", "medium");
|
||||
put("high", "high");
|
||||
put("photo","high");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user