aseemnishad / react-native-android-scanner

React native implementation of AndroidScannerDemo https://github.com/jhansireddy/AndroidScannerDemo
MIT License
12 stars 9 forks source link

Error calling RCTEventEmitter.receiverTouches #3

Open veeran-dev opened 6 years ago

veeran-dev commented 6 years ago

Hi, I installed the module by following your instructions and got the above error while pressing "Start Scan". it also says "Exception calling object as function: Maximum call stack size exceeded. (unknow file >: 2274)" Help me to resolve this.

aseemnishad commented 6 years ago

can you please share your installed packages with version?

veeran-dev commented 6 years ago

@aseemnishad Please find below the details

"dependencies": { "axios": "^0.18.0", "react": "16.3.1", "react-native": "^0.55.3", "react-native-android-scanner": "git+https://git@github.com/aseemnishad/react-native-android-scanner.git", "react-native-camera": "^1.2.0", "react-native-easy-toast": "^1.1.0", "react-native-geocoder": "^0.5.0", "react-native-linear-gradient": "^2.4.0", "react-native-loading-spinner-overlay": "^0.5.2", "react-native-location-switch": "^0.1.0", "react-native-maps": "^0.18.3", "react-native-permissions": "^1.1.1", "react-native-router-flux": "^4.0.0-beta.31", "react-native-scan-doc": "git+https://git@github.com/beast/react-native-scan-doc.git", "react-native-svg": "^6.5.2", "react-navigation": "^2.6.2", "react-redux": "^5.0.7", "redux": "^4.0.0", "redux-promise-middleware": "^5.1.1", "redux-thunk": "^2.3.0" },