[android] Kotlinize notification utils (#14020)
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core`
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core` # How - Change package using AS refactor tools - Fix some places where AS wasn't able to do automatically - Fix compatibility with new auto-linking - Ensure that classes which are used during installation steps are still available in the old place # Test Plan - expo-go (tested using unversioned and 41) - bare-expo
show more ...
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