Michał Pierzchała

Results 277 comments of Michał Pierzchała
trafficstars

Christoph is not involved in Metro development anymore. cc @motiz88

> Slider -> You should use https://github.com/react-native-community/react-native-slider. This is a bit more complicated as I see we have a Slider also inside the core of Fabric. Ideally we should migrate...

@luboskmetko on some machines (depending on things installed and configured) setting up everything so it works correctly with chisel takes more than _a day_.

Hey! We know the ETA now and it's June 2022. @zamotany will work to make this feature production ready in May and June (if necessary) as a part of our...

I owe you some update: the bulk of work is done and available under the `next` tag on npm (v3.0.0-alpha.6 at the time). There's an example you can follow: https://github.com/callstack/repack-examples/tree/main/module-federation...

Happy to help as well :)

I'd like to avoid custom mocks other than the one provided by the core. Does it work with `@testing-library/[email protected]`? It's a prerelease sourced from `react-native-testing-library`. Here's the migration guide: https://github.com/callstack/react-native-testing-library/blob/7.x/website/docs/MigrationV7.md#guide-for-testing-libraryreact-native-users

Looks like it's fixed on master: https://github.com/facebook/react-native/commit/4b935ae95f09e4a1eb1e5ac8089eb258222a0f8b

Um, I don't see why would we remove the feature to add it once again? Maybe we could extract some helpers from RNTL that could be used by `toBeDisabled`? I'm...