/** * Sample React Native App * https://github.com/facebook/react-native */ 'use strict'; import React, { AppRegistry, Component, StyleSheet, Text, View, ProgressBarAndroid } from 'react-native'; class MyProject2 extends Component { render() { return…