Prakash Bokati

Results 7 comments of Prakash Bokati

Cannot use your app live

try installing from git bash

Try adding following styles to QRCodeScanner component. ``` containerStyle={{ flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: 'red', }} topViewStyle={{flex: 0}} bottomViewStyle={{flex: 0}} cameraStyle={{overflow: 'hidden'}} ```

@messenja, try applying height and width to the cameraStyle prop.

Thanks for prompt reply. I will create a PR if I find a workaround.

Actually I want to use some existing java code without having to reimplement it in javascript for practice. I have not written java code before but few copy pasting of...