const React = require('react'); const { PureComponent } = require('react'); const { Text, Button, View, Alert, Platform } = require('react-native'); const { Navigation } = require('react-native-navigation'); const testIDs = require('../testIDs'); class CustomDialog extends PureComponent { static get options() { return { statusBarBackgroundColor: 'green' }; } render() { return ( Test view