crysfel / Panels

Expanding/Collapsing a panel with animations in React Native
66 stars 62 forks source link

Panel Height Issue #11

Open crzycoder opened 6 years ago

crzycoder commented 6 years ago

when i click arrow the expanded view does not show fully . I take expanded view in flatlist items . it's show me expanded items in ScrollView .. I didn't want ScrollView ..

Ummat E Mahammadi Home {this._renderSeparator()} ( )} keyExtractor={item => item.title} ItemSeparatorComponent={this.renderSeparator} style={{ height: 110 }} /> {this._renderSeparator()} Watch {this._renderSeparator()} Reciters {this._renderSeparator()} ( )} keyExtractor={item => item.title} ItemSeparatorComponent={this.renderSeparator} style={{ height: 110 }} /> {this._renderSeparator()}
KaroUlm commented 5 years ago

Having a similar problem with dynamic data by using mapping function, all panels will be opend and the height is static to the first item i clicked