expo / expo-electron-adapter

This package wraps `electron-webpack` and adds support for Expo web and other universal React packages.
MIT License
29 stars 11 forks source link

[Electron] Deep linking #15

Open stephane-segning opened 2 years ago

stephane-segning commented 2 years ago

Hello, I'm having an issue to make the project work with deep linking out of the box. Any idea on how to do this?

So far I've tried electron-deeplinking but I'm having an issue about bindings: getFileName cannot read property of undefined. And the app crashes.

Any solution please?