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

A cross-platform Collapsible Segmented View component for React Native

Results 6 react-native-collapsible-segmented-view issues
Sort by recently updated
recently updated
newest added

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...

question

### Current behavior Typescript is emitting an error when using `Segmented.ScrollView` with children. ![image](https://user-images.githubusercontent.com/1256477/119475163-dd8a6000-bd87-11eb-9bbf-6ec5d36f5769.png) ### Expected behaviour Should be able to use `Segmented.ScrollView` with children without any typescript issues. ###...

bug

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.

question