Still get a white background export default class Main extends Component { componentWillMount = () => { setRootViewBackgroundColor('#000'); BackHandler.addEventListener('hardwareBackPress', () => Actions.pop()); };