Pavlo Haleta
Pavlo Haleta
I have another error (react-native 0.36.0): > babelhelpers.typeof is not a function
Try to use Linking: import { Linking } from 'react-native' ... onBarCodeRead = (scanResult) => { if (scanResult.data != null) { Linking .openURL(scanResult.data) .catch(err => console.error('An error occured', err)); this.scanner.reactivate();...
It doesn't work for me too with my own device Xiaomi Redmi Note 4x and emulator Nexus 5 (28 SDK). It works only for the first time, but when I...
I've fixed it! It was a redux-helpers problem from ignite: https://github.com/react-navigation/redux-helpers/issues/53#issuecomment-492942942