CezarCobuz

Results 6 issues of CezarCobuz

**Describe the bug** In my package.json I have `"prestart": "sb-rn-get-stories"`. The file `storybook.requires.js` gets updated with the new detected stories files but unfortunately it loses some useful content. **To Reproduce**...

bug
6.0

## Only **thumbTintColor** offers too little flexibility - thumbSize is needed The size of the thumb can NOT be controlled without affecting the whole slider. On **iOS** the thumb is...

feature request

- [x] Header - add property *arrowsHitSlop* so that it can be set to 0 (or any other custom value). Context: The hitSlop was fixed to 20, this was too...

merge-candidate

I am trying to rotate a `` but unfortunately I can not import transform from **ART** `import { ART } from 'react-native';` `const { Transform } = ART;` > Property...

Getting the error: > TypeError: Cannot read property 'setEnvironment' of undefined on the following line: ``` // Set the environment before the payment request GooglePay.setEnvironment(GooglePay.ENVIRONMENT_TEST); ``` How can I solve...

When using echarts@^6.0.0 (which depends on zrender@^6) inside a React Native project ([email protected]), Metro shows repeated warnings about invalid package.json configuration in zrender. Example warnings: ``` WARN The package .../node_modules/zrender...