naoufal / react-native-accordion

An Accordion Component for React Native
https://www.npmjs.com/package/react-native-accordion
437 stars 101 forks source link

Signed apk crash in android device #29

Closed parveen-wizni closed 7 years ago

parveen-wizni commented 8 years ago

hi, I am facing some issue. I am using "react-native-accordion": "0.2.4" library for my project. This is working fine in IOS. when I run my app in android device in debugging mode. Then app is running fine. But if I used signed apk in same device then it is give this error. here I paste my application crash report log which are shown in android monitor. Error given below.

FATAL EXCEPTION: mqt_native_modules Process: com.ampsmobile, PID: 2139 com.facebook.react.modules.core.JavascriptException: Requiring unknown module "react-native-accordion", stack: t@2:387 i@2:177 @451:139 t@2:511 i@2:177 @449:139 t@2:511 i@2:177 @448:203 t@2:511 i@2:177 @447:212 t@2:511 t@2:240 i@2:177 component@44:489 u@44:130 o@44:48 createScene@44:1781 _renderScene@244:15724 @244:16158 render@244:16032 _renderValidatedComponentWithoutOwnerOrContext@152:5072 _renderValidatedComponent@152:5200 _updateRenderedComponent@152:4595 _performComponentUpdate@152:4395 updateComponent@152:3672 performUpdateIfNecessary@152:3193 performUpdateIfNecessary@132:667 r@130:571 perform@135:494 perform@135:494 perform@130:1539 P@130:1711 closeAll@135:1131 perform@135:581 batchedUpdates@129:456 s@130:761 a@149:69 enqueueSetState@149:917 setState@29:339 push@244:13537 onPressRow@429:2254 onPress@437:2706 touchableHandlePress@295:1171 _performSideEffectsForTransition@219:8188 _receiveSignal@219:6697 touchableHandleResponderRelease@219:4183 a@113:72 o@111:392 a@111:583 f@109:163 g@109:266 i@115:88 processEventQueue@109:1386 s@163:92 handleTopLevel@163:182 _receiveRootNodeIDEvent@162:617 receiveTouches@162:999 value@60:3582 @60:1801 k@60:436 value@60:1773

maluramichael commented 7 years ago

Same here. I don't know what to do. This just happens in later versions of react-native. We used 0.24 and everything was fine. Now we updated to 0.29.

BigPun86 commented 7 years ago

And here +1

luisfuertes commented 7 years ago

+1

cfournel commented 7 years ago

seems like @naoufal is missing lately, may be you should take a look at @adamrainsby fork of this project

maluramichael commented 7 years ago

We fixed the problem by enabling the module for ios and android. To do this you have to rename the index.ios.js to index.js and change the main file in the package.json.

naoufal commented 7 years ago

33 Fixes this