jiti-meet/android/app/src/main
Saúl Ibarra Corretgé e61ccc956f feat(android) make application more akin to a greenfield RN app
Few (but some) RN modules rely on the main Application implementing
ReactApplication.

For Detox to actually work on Android we need the app to be a greenfield
app. Specifically, the main Application must implement ReactApplication.

In order to satisfy this requirement we are introducing a helper
ReactNativeHost implementation which encapsulates our RN integration,
which is what the ReactApplication needs to expose.

While we don't really need this ourselves (except if we end up adopting
Detox) we have known people who fork our app and add dependencies that have
this requirement to it, so this change will help them too.
2022-02-22 13:46:28 +01:00
..
java/org/jitsi/meet feat(android) make application more akin to a greenfield RN app 2022-02-22 13:46:28 +01:00
res fix(android) disables windows preview 2022-01-11 14:47:20 +01:00
AndroidManifest.xml feat(android) make application more akin to a greenfield RN app 2022-02-22 13:46:28 +01:00