Add alias for photo (#268)

* Add alias for photo

* Map photo to high on android
This commit is contained in:
Jason Brown
2016-04-23 12:59:06 -07:00
committed by Zack Story
parent 12b5e330cd
commit 2a78d0e1d0
2 changed files with 2 additions and 0 deletions
@@ -104,6 +104,7 @@ public class RCTCameraModule extends ReactContextBaseJavaModule {
put("low", "low");
put("medium", "medium");
put("high", "high");
put("photo","high");
}
});
}