Stanisław Chmiela
Stanisław Chmiela
Oh, that's actually the other way around. Change: ```diff -private final ReactModuleRegistryProvider mModuleRegistryProvider = new ReactModuleRegistryProvider(new BasePackageList().getPackageList()); +private final ReactModuleRegistryProvider mModuleRegistryProvider = new ReactModuleRegistryProvider(new BasePackageList().getPackageList(), null); ```
Thank you for notifying us, @mczernek is already on it, updating the documentation! 🙏
I'm afraid I have to agree with you on that one. 😕 Fortunately, that's what I saw too and why I refactored the script! 🎉 Would you mind trying to...
Sorry, we haven't had time to review and ship the changes, in the meantime you can try to use `patch-package` …package to save and automatically the patch of changes from...
Hey @nmutalik, could you please provide a working `AppDelegate.swift` that you're trying to integrate with unimodules?
## Step-by-step ### Add `moduleRegistryAdapter` instance variable ```diff class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? var bridge: RCTBridge! + var moduleRegistryAdapter: UMModuleRegistryAdapter! ``` ### Initialize `moduleRegistryAdapter` at the top...
This may be specific to my use case and infrastructure, but maybe it may help anyone here. **tl;dr**: make sure that your cookie value doesn't get URI-encoded without your consent...
Hey! What iOS version do you have on your device? Could you please try scanning the code again using https://snack.expo.dev/@sjchmiela/expo-camera-barcode-scanner? I made minimal changes to your Snack and tried scanning...
FWIW I think I've seen Firefox throw it when trying to access `localStorage` when in private mode
/changelog-entry chore Migrate to using credentials types from `eas-build-job` where possible