Решил попробовать React Native, хотел уже кнопочку сделать все хорошо но тут.
Invariant Violation: Text strings must be rendered within a <Text> component.
- node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:4029:4 in createTextInstance
- node_modules\react-native\Libraries\Renderer\oss\ReactNativeRenderer-dev.js:14495:12 in completeWork
- ... 19 more stack frames from framework internals
И немного не понимаю что к чему, поясните пожалуйста.
Код, но там ничего особенного<View style={styles.container}>
<Text style={styles.header}>HE LO</Text>
<View>
<Button onPress={() => alert('You tapped the button!')} title="Click"/>
</View>
</View>