react-native-root-view-background
react-native-root-view-background copied to clipboard
Set Root View background color from Javascript (Android/IOS)
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:...
@johniak please update for react native > 0.60 version 1.0.2 have problem with auto Link in new react native any update???

Steps 1 for Android should be in `MainApplication.java` instead of `MainActivity.java`
Still get a white background export default class Main extends Component { componentWillMount = () => { setRootViewBackgroundColor('#000'); BackHandler.addEventListener('hardwareBackPress', () => Actions.pop()); };