You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
I think a common solution is to publish builds to jcenter, but that comes with some overhead managing releases there. The iOS pod is using git so could do the same. There is a project called jitpack that lets you easily use github projects as dependencies. https://jitpack.io/
Another idea might be to include a postinstall script. When running npm install it'll run the postinstall script, which could be the script to download go-waku.
There should be a way to avoid modifying settings.gradle to add these lines:
and instead have npm / react-native autolink this submodule from waku-react-native
The text was updated successfully, but these errors were encountered: