Michał Pierzchała

Results 259 comments of Michał Pierzchała

Lookin good! cc @tom-sherman

You will also need to run the catalog-server and auth module: ``` yarn concurrently -P "yarn start:catalog" "yarn start:auth" ``` Does that work for you?

@RafikiTiki any chance Re.Pack could detect this kind of issues and hint the user to adb reverse?

Tested this locally and while building on clear and populated cache works, changing the HTML contents and rebuilding causes SIGSEGV when doing `parcel build` or just straight not outputting the...

Added the `--no-cache` flag, works as expected, thanks! 👍🏼

Thanks! This logic is getting out of hand 😅 glad we have more test though!

@cortinico is there any design doc around autolinking in the core RN repo? Does it clash somehow with RNCCLI autolinking, doing redundant work, bailing out?

Thanks, that makes it clearer I think! So we keep autolinking until it's deployed in the core (0.75?) and once it has parity, we can start removing it from this...