Open roshangm1 opened 5 years ago
You have to give height on RNCamera component otherwise its doesn't show up. Flex:1 doesn't work and height: '100%' givin full screen height. I used hardcoced height for both bottomsheet and rncamera component otherwise camera doesn't fit as expected.
Hi, I was trying to have QRCode scanner in the bottomsheet. I tried using RNCamera (using react-native-qrcode-scanner), also tried BarcodeScanner from expo. But I am having some issues on android.
Here's what happens when used with camera (randomly):
I have tried to reproduce the issue. Here is the link to the github repo for the example:
https://github.com/nirajniroula/bottomsheet-test
@osdnk @brentvatne