You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm using React Native: 0.59.10 and Android 9. I have used Jetifier for new packages.
Whenever I'm using react-native run-android, I get the following error.
error: constructor RNThreadPackage in class RNThreadPackage cannot be applied to given types;
new RNThreadPackage(),
^
required: ReactNativeHost,ReactPackage[]
found: no arguments
reason: actual and formal argument lists differ in length
1 error
I'm guessing it has to do with something with the parameters of the constructor and is there a way to fix this temporarily.
The text was updated successfully, but these errors were encountered:
Hi I'm using React Native: 0.59.10 and Android 9. I have used Jetifier for new packages.
Whenever I'm using react-native run-android, I get the following error.
I'm guessing it has to do with something with the parameters of the constructor and is there a way to fix this temporarily.
The text was updated successfully, but these errors were encountered: