Ankur Bargotra

Results 85 comments of Ankur Bargotra

I believe I found the issue, in `itemStyle` we were dynamically calculating font size. Added a `Math.round(...)` around it now. Should this be added at the library level instead?

`scrollEnabled` is also broken on `6.8.1`, works fine in `6.8.0`

+1, for now we added with the patch below ``` diff --git a/index.d.ts b/index.d.ts index aa8d5f54d135e16952d630084571e872329dc26b..4b4bf423288413dbbc17b0db33deabf7e2c79179 100644 --- a/index.d.ts +++ b/index.d.ts @@ -116,6 +116,8 @@ export interface SegmentedControlProps extends ViewProps...

+1 can we get this PR in, thanks @boy672820 I updated with `yarn patch` and it works! ``` import type { DependenciesResult, PackagerOptions } from '../types'; import type { Packager...