We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const styles = StyleSheet.create({ bigblue: { color: 'blue', fontWeight: 'bold', fontSize: 30, }, red: { color: 'red', }, });
<View style={{width: 50, height: 50, backgroundColor: 'powderblue'}} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
React-Native 样式指南
需要订阅它的onChangeText事件来读取用户的输入。注意,从TextInput里取值这就是目前唯一的做法。
The text was updated successfully, but these errors were encountered: