Iconscout / react-native-unicons

Unicons - 1000+ vector icons as easy to use vector React Native Components
Other
24 stars 13 forks source link

Incompatible with RN 0.63.4? (Task :iconscout_react-native-unicons:compileDebugJavaWithJavac FAILED) #17

Open joeyfigaro opened 3 years ago

joeyfigaro commented 3 years ago

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.
joeyfigaro commented 3 years ago

@tarunmangukiya friendly bump