react-native-root-view-background
react-native-root-view-background copied to clipboard
Does not seem to work
Still get a white background
export default class Main extends Component {
componentWillMount = () => { setRootViewBackgroundColor('#000'); BackHandler.addEventListener('hardwareBackPress', () => Actions.pop()); };
Can you try to use it in componentDidMount? Are you sure that you done all installation steps correctly?