标签: react-native
我有一个基本的 TouchableOpacity 组件。如何通过 ref 访问组件的子元素?
<TouchableOpacity ref={calcButton} > <Text>Access me!</Text> </TouchableOpacity>