Antoine Quinquenel

Results 3 comments of Antoine Quinquenel

`toHaveStyleRule` definition seems now to be located in `node_modules/jest-styled-components/typings/index.d.ts`. in the end, I just needed to add ```js import 'jest-styled-components'; ``` to my existing `src/types/index.d.ts` file.

A workaround is to set a unique `key` prop to each `Form`, to make sure the ref used by `react-final-form` will not be reused to render the other `Form`.

@dmk3141618 It does not seem possible with the current implementation of `ExpandableCalendar` because the `height` property is not supported for native animations https://github.com/facebook/react-native/issues/31071 If you change `useNativeDriver: true` locally and...