react-native-collapsible-segmented-view
react-native-collapsible-segmented-view copied to clipboard
A cross-platform Collapsible Segmented View component for React Native
When I run `npm install react-native-collapsible-segmented-view`, I am getting the following error ``` npm ERR! Found: @react-native-community/[email protected] npm ERR! node_modules/@react-native-community/segmented-control npm ERR! @react-native-community/segmented-control@"^2.2.2" from the root project npm ERR! npm...
### Current behavior Typescript is emitting an error when using `Segmented.ScrollView` with children.  ### Expected behaviour Should be able to use `Segmented.ScrollView` with children without any typescript issues. ###...
Added `@react-native-community/segmented-control` to `yarn add` command
Fix typescript error when using `Segmented.ScrollView` https://github.com/PedroBern/react-native-collapsible-segmented-view/issues/7
My header takes up almost the entire screen, it would be great if I could scroll it too. I tried to put it in a ScrollView, but no success.