react-native-collapsible
react-native-collapsible copied to clipboard
Animated collapsible component for React Native, good for accordions, toggles etc
Bumps [async](https://github.com/caolan/async) from 2.5.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also...
I've been struggling with multiple issues using this library. After hours of trial and error, forking the library and tweaking I decided it was easier to just write something from...
### Issue Dynamic content inside the collapsible component have a wrong behavior updating the height, it takes an offset and sometimes just cut to the middle the content, happens always...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Hi there, i have following method for `renderSectionContent` ``` const AccordionDetailsText = styled.Text` color: #4a4a4a; line-height: 20px; font-size: 14px; padding-bottom: 40px; ` const renderSectionContent = (section: any) => { return...
 Content is showing above header. Here is my code in functional component: ``` const SECTIONS = [ { title: 'First Header', content: 'First content text', }, { title: 'Second...
It's quite hard to explain, but when there is a CollapsedHeight set, the expand animation **sometimes** glitches before continuing with the animation: ![Screen Recording 2020-11-15 at 5 23 58 PM...
I have tried use function as a child pattern to ease some logic for my case. But if I use Collapsible component this way, i haven't got duration/animation effect in...