We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2806f commit b6496e5Copy full SHA for b6496e5
src/index.js
@@ -111,8 +111,9 @@ var Accordion = React.createClass({
111
style={{
112
height: this.getTweeningValue('height')
113
}}
114
+ onLayout={()=>{}}
115
>
- <View ref="AccordionContent">
116
+ <View ref="AccordionContent" onLayout={()=>{}}>
117
{(Platform.OS === 'ios' || this.state.is_visible) ? this.props.content : null}
118
</View>
119
0 commit comments