<Button
              title="GET XHR (json)"
              style={styles.button}
              onPress={() => {
                const xhr = new XMLHttpRequest();