Giter VIP home page Giter VIP logo

Comments (12)

eggybot avatar eggybot commented on August 18, 2024 3

any news on how to fix this part?

from react-native-camera-kit.

gran33 avatar gran33 commented on August 18, 2024 1

@guyca Can u take a look plz? You like to rotate the device lately 🤠

from react-native-camera-kit.

guyca avatar guyca commented on August 18, 2024 1

Hey there,
You should lock the device orientation when showing the camera view. The native camera view doesn't support orientation changes, we should mention this in the docs.
The actual image should be taken according the the device rotation angle even if orientation is locked.

from react-native-camera-kit.

gran33 avatar gran33 commented on August 18, 2024

iOS/Android?
Device/Simulator?
React-Native version?
OS version?

from react-native-camera-kit.

ferminmoli avatar ferminmoli commented on August 18, 2024

Android Device with 6.0 version. I have to try it out on IOS but first I'd like to fix it on Android.
React-Native version: 0.44.3

from react-native-camera-kit.

ferminmoli avatar ferminmoli commented on August 18, 2024

Is there any news about this?

from react-native-camera-kit.

ferminmoli avatar ferminmoli commented on August 18, 2024

I'm attaching some screenshots of my App. Please, I need a fix ASAP for this. How could I help?

This is how the app looks before opening the camera:

1

This is the camera when I start it:
2

This is the camera in landscape mode:
3

The I move the device to portrait mode again:
4

Finally, I close the camera an the App shows a black square on the bottom.
5

from react-native-camera-kit.

ferminmoli avatar ferminmoli commented on August 18, 2024

The issue can be reproduced on IOS (Tested on Ipad)

from react-native-camera-kit.

ferminmoli avatar ferminmoli commented on August 18, 2024

How can I accomplish that? I' doing some researching.

from react-native-camera-kit.

BoylesWhite avatar BoylesWhite commented on August 18, 2024

Anyone fix this?

from react-native-camera-kit.

diesmori avatar diesmori commented on August 18, 2024

I simply decided to delete the frame, and just work with the basics for landscape use:

`<CameraKitCameraScreen

    actions={{ rightButtonText: "Done", leftButtonText: "Cancelar" }}
    onBottomButtonPressed={() => this.props.goBackCodeReading()}
    scanBarcode={true}
    onReadCode={event => {this.props.callback(event.nativeEvent.codeStringValue);}}
  />`

Later, you can overlap a frame with another component and style. Hope this helps someone

from react-native-camera-kit.

scarlac avatar scarlac commented on August 18, 2024

Android is being redone. Closing this for now.

from react-native-camera-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.