benedictpmateo

Results 2 issues of benedictpmateo

**Describe the bug** When I try to use the zip function it shows this error in expo v45 ``` Invariant Violation: `new NativeEventEmitter()` requires a non-null argument. at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in...

help wanted
expo

I used `npm install react-native-custom-qr-codes-expo` and `expo install react-native-svg` to install ``` "dependencies": { "expo": "^36.0.2", "react-native": "~0.61.4", "react-native-custom-qr-codes-expo": "^2.2.0", "react-native-svg": "^11.0.1", ... ``` And here's the snippet of the...