Closed lukmccall closed 2 years ago
Bump expo-modules-core to 0.7.0:
expo-modules-core
0.7.0
RCTBridge
ModuleDefinition
name
onViewDestroys
ViewManager
constants
vargs Pair<String, Any?>
requireNativeModule
NativeModulesProxy
ViewManagers
ReactInstanceManager.onHostPause
onNewIntent
onBackPressed
ReactActivityLifecycleListener
For me everything works fine, @szdziedzic try running gradle clean in gradle CLI you can also try Invalidate Caches / Restart... option from AndroidStudio file menu.
gradle clean
Invalidate Caches / Restart...
Bump
expo-modules-core
to0.7.0
:Changelog:
0.7.0 — 2022-01-26
🎉 New features
RCTBridge
from the modules on iOS. (#15816 by @tsapeta)ModuleDefinition
will use class name if thename
component wasn't provided in Sweet API on Android. (#15738 by @lukmccall)onViewDestroys
component to theViewManager
in Sweet API on Android. (#15740 by @lukmccall)constants
component that takesvargs Pair<String, Any?>
as an argument in Sweet API on Android. (#15742 by @lukmccall)requireNativeModule
function to replace accessing native modules fromNativeModulesProxy
. (#15848 by @tsapeta)NativeModulesProxy
on iOS. (#15847 by @tsapeta)🐛 Bug fixes
ModuleDefinition
in theViewManagers
on Android. (#15741 by @lukmccall)0.6.4 — 2022-01-05
🐛 Bug fixes
ReactInstanceManager.onHostPause
exception from moving Android apps to background. (#15748 by @kudo)0.6.3 — 2021-12-16
🐛 Bug fixes
0.6.2 — 2021-12-15
🎉 New features
onNewIntent
andonBackPressed
support toReactActivityLifecycleListener
. (#15550 by @Kudo)