美文网首页
034_ReactNative: iOS Communicati

034_ReactNative: iOS Communicati

作者: 莫_名 | 来源:发表于2016-10-17 17:59 被阅读0次

    Communication between native and React Native 原生与RN之间通信


    使用properties

    RCTRootView,继承自UIView.
    实例化时通过给properties字典参数从native向RN传递数据,字典会被转换为json参数给js.
    它也有一个appProperties可读可写参数,为其设置一个不同的值时会触发RN的rerender重新渲染.getter可以在任意线程,但setter必须在主线程.

    oh,shit fuck the facebook!

    相关文章

      网友评论

          本文标题:034_ReactNative: iOS Communicati

          本文链接:https://www.haomeiwen.com/subject/qxhzyttx.html