【发布时间】:2017-02-26 04:01:55
【问题描述】:
我正在使用 Angular2 + React Native 开发移动应用程序,当我尝试执行以下代码时:
<Text [styleSheet]="styles.button" opacityFeedback (tap)="showMore=!showMore" testID="Show_More">
{{showMore ? 'Hide more' : 'Show more'}}
</Text>
我收到以下错误:
以前工作正常,然后不知道发生了什么变化..??可能是反应原生版本或其他东西,因为代码是一样的..
有人可以帮我吗?
提前谢谢你。
【问题讨论】:
标签: android angular react-native mobile-application