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
Running react-native run-android on my project using react-native 0.63.4 fails with the following:
/Users/unicons-issue/failing-project/node_modules/@iconscout/react-native-unicons/android/src/main/java/com/reactlibrary/UniconsPackage.java:13: error: UniconsPackage is not abstract and does not override abstract method createJSModules() in ReactPackage
public class UniconsPackage implements ReactPackage {
^
1 error
3 warnings
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
joeyfigaro
added a commit
to joeyfigaro/react-native-unicons
that referenced
this issue
Jan 26, 2021
Running
react-native run-android
on my project usingreact-native 0.63.4
fails with the following:The text was updated successfully, but these errors were encountered: