naoufal / react-native-accordion

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

Add empty onLayout functions on views so they can be measured on android #19

Open adamrainsby opened 8 years ago

adamrainsby commented 8 years ago

This fixes a weird bug where you can't measure views on android if the view doesn't specify an onLayout function

naoufal commented 8 years ago

@adamrainsby Can you give me more context around the fix?

adamrainsby commented 8 years ago

@naoufal See this issue https://github.com/facebook/react-native/issues/3282

Measure doesn't work on android without it.