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!
网友评论