Daniel García Martos

Results 2 issues of Daniel García Martos

```ts const ref = createRef() const { image, takeScreenshot } = useScreenshot({ ref: ref }) return( {selectedItem && ( takeScreenshot()}>TouchMe )} ) ``` It is returning the error ``` TypeError:...

**Problem**: Testing this component in "react-native-windows" we can not customise it. It always gets the theme colors from system and we can not customise it idependently. **Expected** Picker component should...