Let’s get started by creating a new react native project either using Expo or React Native CLI. import React from ‘react’; import { StyleSheet, Text, View } from ‘react-native’; export default class App extends React. Component { render(){ return ( <View style={styles. container}> <Text>Open up App.