Lachlan Young

Results 12 comments of Lachlan Young

Can this be closed?

Hello @nandorojo Are you sure `react-native-camera-roll-picker` is causing this issue? Please see [this] thread for a possible solution? [this]:

Ah, this looks so good! @robertleeplummerjr ❤️ Also in addition to docs, specifically how to connect it with Jest in a `package.json` script would be a huge help too! we...

Awesome thanks @robertleeplummerjr We will report back shortly with our results

Ah there's been a miscommunication. I don't actually know what to put here haha, I was hoping someone who does know what to put there could edit it, specifically the...

The pod linking is working great, just having some troubles with importing. Running `@react-native-firebase/dynamic-links: 6.0.4` I no longer have `RNFirebaseLinks.h` for Step 5, i. Then it breaks down in iii....

Ah yikes actually the errors are back :( It had to re-index in xcode `error: no known class method for selector 'instance'` Any ideas? I'll give this `react-native-clean-project` a go...

Yeah im a bit lost on all of this because it isn't mentioned linking automatically the use cases like we have defined in our `AppDelegate.m` I also can't find anywhere...

Ah very interesting! I was wondering where this suggestion of FIRDynamicLinks comes from... So you suggest just remove the above code I showed and see how it goes? I'll give...

@harrisrobin I've fixed that import error before Head into the `RNFBSharedUtils.h` and change the import from `#import RCTBridgeModule.h` to `#import ` I then ran a `patch-package` to ensure posterity across...