Kouta Imanaka

Results 3 issues of Kouta Imanaka

When device has Camera2 API (whether Camera2 class expected to successfully initialized or not), `app:aspectRatio` value is passed following `CameraView(Context, AttributeSet, int)`, `CameraView#setAspectRatio(AspectRatio)` and `Camera2#setAspectRatio(AspectRatio)`. In [`Camera2#setAspectRatio(AspectRatio)`](https://github.com/google/cameraview/blob/master/library/src/main/api21/com/google/android/cameraview/Camera2.java#L265), checking ratio is...

cla: yes

The modification addresses an issue where react-navigation does not accept Screen components with props other than route and navigation, creating a problem since Screen components passing through connectActionSheet demand the...

This PR fixes issue when latest Android Studio didn't compile immediately and not compile when go along with wizard of Android Studio. In particular: - Update android build tools version...