7

Been trying to make React Native / SDK / Installing React components/ to work properly the whole day. After many hours I got it running on my phone to start working with a camera app idea i have.

Guess what.

When you take a photo with the phone oriented vertically, it takes an horizontal photo.

YES.HELL.

Comments
  • 2
    @tomtom What? It's clearly an Android phone 😐
  • 0
    haha, in Native android we can detect the orientation of the image from the exif. then do the rotation.
  • 1
    I tried writing a snapchat clone for fun but react-native-camera was too slow 😔
  • 2
    What are you using to access the camera?
  • 1
    Search for react native camera on Google, first github link 😂 @shellbug
Add Comment