Muhammad Ali

Results 6 comments of Muhammad Ali

Either ChromDevtools responsive feature is providing mobile userAgent or this library has got a bug in its parsing. But: if you disable DevTools responsive feature, and resize the whole browser...

You can use `react-native-slider3` it is a fork of this library but with RTL support

You can use `react-native-slider3` it is a fork of this library but with RTL support

I could solve this by adding `strict: true` to my tsconfig.json compilerOptions. After that, those faulty types disappeared. ```json { "extends": "expo/tsconfig.base.json", "compilerOptions": { "strict": true, ...other params }, }...

I can confirm that works. Just pass your css variable color like this ```jsx ```

For me it started working after deleting `.wrangler` (cache) folder and restarting my server