Installing this to my project causes this error:
UnhandledPromiseRejectionWarning: Error: jest-haste-map: Haste module naming collision:
Duplicate module name: react-native
Paths: ProjectRoot/node_modules/react-native-branch/node_modules/react-native/package.json collides with ProjectRoot/node_modules/react-native/package.json
If I remove react-native-branch then then another dependency causes the conflict etc etc and I'm pretty sure these are all dependencies of Expo (since you don't seem to be using them at all in your source code, just a few Expo modules).
Is there any work around to this? I quite like this library and it's simplicity and would prefer using it to a native solution.
Installing this to my project causes this error:
If I remove react-native-branch then then another dependency causes the conflict etc etc and I'm pretty sure these are all dependencies of Expo (since you don't seem to be using them at all in your source code, just a few Expo modules).
Is there any work around to this? I quite like this library and it's simplicity and would prefer using it to a native solution.