jiti-meet/android/app
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
..
.settings feat: use participant id for avatar color 2019-07-08 16:53:30 +02:00
src/main feat(android) make application more akin to a greenfield RN app 2022-02-22 13:46:28 +01:00
.classpath feat: use participant id for avatar color 2019-07-08 16:53:30 +02:00
.project ref: remove unused libs 2019-07-08 16:53:30 +02:00
build.gradle feat(rn) update React Native to version 0.66 2022-01-20 11:43:17 +01:00
debug.keystore android: add ability to make test signed release builds 2019-12-17 16:11:50 +01:00
proguard-rules-release.pro ref(proguard): Create common proguard config. 2018-09-18 14:37:05 -05:00
proguard-rules.pro fix(android) fix NoClassDefFoundError for Landroid/graphics/ColorSpace 2021-12-09 10:51:42 +01:00