Closed VMBindraban closed 2 months ago
Hello, sorry for the somewhat late response, but the feedback was noted. We will add this functionality in release 1.0 of renative in a similar way to what was suggested - https://github.com/flexn-io/renative/pull/1563
However, if for any reason a newer version of the project cannot be used, I'd recommend using overrides to inject the needed functionality manually.
More specifically you can create a settings.gradle file in appConfigs/base/builds/android
. That will override anything renative tries to generate on a recreation of the project. However, do be aware, that in such case if you will plan to opt for a newer version of renative or change anything else, the newer changes will not be propagated and your provided settings.gradle will be used.
I am trying to add codepush but it requires some install steps. The documentation doesn't state anything about altering the
settings.gradle
and the existing plugins don't alter thesettings.gradle
to act like an example.