[android] align hermes support integration as ios (#19116)# Why close ENG-6275 # How - instead of parsing bundle header and maintaining the `HERMES_BYTECODE_VERSION` from each react-native
[android] align hermes support integration as ios (#19116)# Why close ENG-6275 # How - instead of parsing bundle header and maintaining the `HERMES_BYTECODE_VERSION` from each react-native upgrade, we should use the `jsEngine` from manifest to determine the js runtime type. - for reanimated, always use hermes as the runtime for worklets. since we build the `:ReactAndroid:hermes-engine` from source with prefab support, we could just use the prefab integration. - update versioning script for versioned reanimated + versioned hermes integration. # Test Plan `et add-sdk -p android -s 47.0.0` + `./gradlew :app:assembleVersionedDebug` + NCL sdk 47 there were some versioning error from expo-modules-core. i would not include in this pr and will follow up later before versioning for release.
show more ...
[android] Kotlinize versioned core (#14043)
[android] Kotlinize ExpoApplication (#13836)
[android] Add Hermes support for Expo Go (#13238)
Unify notification api and improve android notifications (#5060)* created broadcast receiver * first step * Add implementation of schedulers * add new react methods * several fixes (1)
Unify notification api and improve android notifications (#5060)* created broadcast receiver * first step * Add implementation of schedulers * add new react methods * several fixes (1) * several fixes (2) * fix notification.ts * fixes after several tests * several fixes * cleanup (1) * cleanup (2) * cleanup (3) * created tests and scooped remove/cancel methods * add options validation * cleanup (4) * cleanup (5) * made requested changes * fixed problem with autoincrement * added another layer of abstraction to get rid of duplicated code * Made requested changes * copy-paste ios code * small fix * fix bugs after rebase * clean up (1) * renaming
[android] Refactor ABIVersion.toNumber to use ints instead of floats (#3614)
[android] Add a simple ABIVersion unit test