Marcos Renann

Results 5 comments of 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...