1.0.8 • Published 4 years ago
@cookiespam/react-native-reanimated-collapsible v1.0.8
Forked this project to implement additional features/bug fixes.
- Add support for minHeight prop
- updated dependencies
- Add support for height prop
react-native-reanimated-collapsible
Animated collapsible component for React Native using the native thread. Inspired by react-native-collapsible.

Installation
I. First install the react-native-reanimated library from npm repository using yarn:
yarn add react-native-reanimatedII. Then install the library from the npm repository using yarn:
yarn add react-native-reanimated-collapsibleIII. You may need to run pod update:
cd ios && pod updateProps
expand
Boolean value that toggles the animation height from the opened to closed state. Required.
initOpen
Boolean value that initializes the wrapped component in the open position. Default value is false.
duration
Number type value that sets the duration of the animation. Default value is 300.
Currently, the library only supports react versions compatible with react-hooks.