ChauVV
ChauVV
you should check if dev mode: `if (process.env.NODE_ENV === 'development') { require('electron-reload')(__dirname) }`
I have the same problem!
me too, how to remove borders
Same issue, any update?
i can not add this lib, can i install it by pod?
me too, on android { this.tabbar = ref }} renderTabBar={() => } locked={true} > on Android, only About View is showed, BaseNotes, CommonQuestions and PaymentMethods not showed.
i have same issue!
i have same issue! any help!
how to limit scan area at center with width height = 200x200?
For android and ios i use fork of this lib: https://github.com/rematocorp/vision-camera-code-scanner.git to get `frameWidth, frameHeight` and in my javascript: ``` const WINDOW_HEIGHT = Dimensions.get('window').height; const WINDOW_WIDTH = Dimensions.get('window').width; const SCAN_WIDTH...