Nếu bạn mở ứng dụng mặc định, bạn có thể quan sát thấy tệp app.js trông giống như 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.js to start working on your app!</Text> <Text>Changes you make will automatically reload.</Text> …