react-native-collapsible icon indicating copy to clipboard operation
react-native-collapsible copied to clipboard

Animated collapsible component for React Native, good for accordions, toggles etc

Results 129 react-native-collapsible issues
Sort by recently updated
recently updated
newest added

Will there be support for Reanimated V2? Are PRs welcome?

Facing blink issue while open accordion content from header. https://github.com/oblador/react-native-collapsible/assets/140066955/45284153-c656-41a5-91f1-405122f4fc13 Facing this with RN new architecture.

It is very easy. When I insert the `Accordion` element inside a scrollview (because I wish to manage what happens at the RefreshControl), I get this warning in my LogCat....

After migrating to react native 0.72, a simple jest test with react testing library gives the following error about a hundred times and the test fails: `ReferenceError: You are trying...

``` const { getByTestId } = testingHelpers.renderWithProviders( , { preloadedState: preloadedState, } ); const productSpecificationsTitleView = getByTestId( TestIds.PRODUCT_DETAIL.PRODUCT_SPECIFICATION_TITLE ); expect(productSpecificationsTitleView).toBeDefined(); await act(async () => { await fireEvent.press(productSpecificationsTitleView); }); const productSpecificationsContentView...

very slow when there is more than 20 items

Recently we noticed that sometimes on android devices the content of active section is not rendered. The reason I found is that the Collapsible component is calling `measure` function of...

I am using like below, where I added some animated views inside the **_renderHeader** and **_renderContent**. React Native version: 0.70.6 Lib version: 1.6.0 Expected output: It should work as shown...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies