【发布时间】:2020-10-22 06:09:01
【问题描述】:
我正在使用 React Native,我是那里的新生,这里有什么问题:错误是存在的 我正在使用 React Native,我是那里的新生,这里有什么问题:错误在那里 我正在使用 React Native,我是那里的新生,这里有什么问题:错误在那里 我正在使用 React Native,我是那里的新生,这里有什么问题:错误在那里 我正在使用 React Native,我是那里的新生,这里有什么问题:错误在那里 我正在使用 React Native,我是那里的大一新生,这里有什么问题:错误在那里
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
export default function App() {
return (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>
<StatusBar style="auto" />
</View>
<View >
<Text>ffff</Text>
</View>
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
backgroundColor: 'red',
},
});
【问题讨论】:
-
你遇到了什么问题?
标签: javascript java reactjs react-native