naoufal / react-native-accordion

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

Has anyone managed to run it properly on Android? #21

Open eladcandroid opened 8 years ago

BigPun86 commented 8 years ago

Yupp. Use this repo: git+https://github.com/adamrainsby/react-native-accordion.git

naoufal commented 8 years ago

@BigPun86 Do the animations work on that fork?

eladcandroid commented 8 years ago

@BigPun86 The repo looks almost the same and the index.android.js in the example is the default react-native file..

BigPun86 commented 8 years ago

@naoufal no the animations won´t work on that fork. @eladcandroid it is actually almost the same, here are the changes: https://github.com/naoufal/react-native-accordion/pull/18

xstable commented 6 years ago

For me it works like a charm on Android.. with animation: 20180605_094543

 "dependencies": {
  ...
    "react": "16.3.1",
    "react-native": "^0.55.3",
    "react-native-collapsible": "^0.11.2",
    ...
  },

Sorry, didn't see, it was the wrong Github-Page. I've used the react-native-collapsible, which work. https://github.com/oblador/react-native-collapsible