这是我正在使用的:
Run Code Online (Sandbox Code Playgroud)<Modal visible = {this.props.visible} animationType="slide" transparent onRequestClose={() => {}} > <TextInput style = {styles.inputBox} ref = {this.props.destinatinon} /> </Modal>
在容器中
<ExampleModal
destination = {this.state.destination} >
</ExampleModal>
Run Code Online (Sandbox Code Playgroud)
我不知道如何将数据从Modal传递给Parent Component.任何类型的教程或链接都可以.提前致谢.