react-native-text import Text from 'react-native-text' .... .... <Text ref={component => this.labelRef = component}>文本</Text> ... this.labelRef.setText("更改")