Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个反应本机应用程序。我想做一个新闻。看到更多像我们通常看到的东西的更多信息。我怎样才能做到这一点?
像这儿
Text组件有一个onPress道具,您可以在其中传递箭头函数
Text
onPress
<Text onPress = {() => this.myFunction()}> See More </Text>
注意:添加一些样式道具,例如color: 'blue'和fontWeight: 600可以帮助您的文本看起来与您提供的照片非常相似。
color: 'blue'
fontWeight: 600