Bacary Bruno Bodian

Results 13 comments of Bacary Bruno Bodian

Hello. I added a `videoMarker` prop to this package [@kebetoo/camera-roll-picker](https://github.com/bacarybruno/camera-roll-picker) which was rewritten using hooks.

Hello @risticdejan. I rewrote this package in hooks and included this feature. Can you please check if it's working for you ? [@kebetoo/camera-roll-picker](https://github.com/bacarybruno/camera-roll-picker). Thanks :)

@hasnaina-entertainer this should work. As per this commit https://github.com/react-native-picker/picker/pull/258 (thanks @mateusz1913) ```javascript this.handleValueChange(v)} value={selectedValue} style={{ maxHeight: 0 }} pickerProps={{ ref: this.pickerRef }} ref={this.pickerRef} onUpArrow={this.onArrowUp} InputAccessoryView={this.InputAccessoryView} onDownArrow={this.onDownArrow} style={{ chevronUp: { fontSize:...

cc @joevilches as you followed the implementation on the react-native repo 🙂🙏

To be honest, I haven't tested it on my app. We're planning a migration to React Native 0.78. I was just checking the latest updates on the package and found...

Turns out we are not using the Blob polyfill. It's not a blocker for our upgrade but it would be more reassuring to have it before

I plan to work on the remaining tasks for the `range` field (here is the first one https://github.com/oxc-project/oxc/pull/11890). Then, if it's okay with you, I can try to take simple...

I did some investigating and found that the performance regression was introduced between `30.0.0-beta.3` and `30.0.0-beta.4`. Based on the diff https://github.com/jestjs/jest/compare/v30.0.0-beta.3...v30.0.0-beta.4, it looks like this PR ([feat(runtime): use compileFunction over...

Sorry I struggle to find a big open-source repo with significant test duration. On https://github.com/Shopify/polaris for example I had to use the `--runInBand` option to see a difference: v29.7.0 v30.0.3...