Marcos Renann
Marcos Renann
I have the same issue, it started happening when I activated the new architecture, using react native 0.75.3
after, i receive the error: ``` LOG Running "com.awesomeproject" with {"rootTag":11,"initialProps":{"componentId":"Component1"},"fabric":true} ERROR Error: Exception in HostFunction: Could not enqueue microtask because they are disabled in this runtime, js engine: hermes...
So the only way is by disabling Hermes? Or reverting the React Native version? Or disable the newArch Because i start my project and not add nothing, only the react...
``` class MainApplication : Application(), ReactApplication { override val reactNativeHost: ReactNativeHost = object : DefaultReactNativeHost(this) { override fun getPackages(): List = PackageList(this).packages.apply { // Packages that cannot be autolinked yet...
Hello :) Thanks for the help I looked, but I didn't quite understand where I should put it, I'll try to send a message there to understand