如何使用webview react-native发送参数?

时间:2017-11-27 06:10:58

标签: react-native

这是我的

class MyWeb extends Component {
    render() {
      return (
          <WebView
             source={{uri: 'https://github.com/facebook/react-native'}}
             style={{marginTop: 20}}
             // how to send parameter?
          />
        );
    }
}

1 个答案:

答案 0 :(得分:0)

使用道具here is the document

我建议你阅读文档的所有基础和指南部分