-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Performed:
npm install react-native-root-view-background --save
react-native link react-native-root-view-background
And now I have this:
> Task :app:compileDebugJavaWithJavac FAILED
/Users/me/arbtrRNTest1/android/app/src/main/java/com/arbtrrntest1/MainApplication.java:6: error: cannot find symbol
import org.advsoft.rnrootviewbackground.RNRootViewBackgroundPackage;
^
symbol: class RNRootViewBackgroundPackage
location: package org.advsoft.rnrootviewbackground
/Users/me/arbtrRNTest1/android/app/src/main/java/com/arbtrrntest1/MainApplication.java:29: error: cannot find symbol
new RNRootViewBackgroundPackage(),
^
symbol: class RNRootViewBackgroundPackage
2 errors
It seems everything is installed as you describe in the manual installation instructions. However, not in MainActivity but MainApplication.
Metadata
Metadata
Assignees
Labels
No labels