Results 5 comments of Roc

https://github.com/microsoft/react-native-code-push/issues/2148 用最新的react-native-code-push (7.0.4) 试试.

It would be great if this PR could be merged and released: we are using 5.0.0-6 for ts/tsx packages currently, I noticed that the check will fail if the source...

Thank you for looking into this issue. By adding `exclude group: 'com.facebook.litho', module: 'litho-annotations'`, it still doesn't work, but shows below error message instead: ``` * What went wrong: Execution...

Yes, it's currently designed to only exposes a native api object inside the webview. (native -> web). It support callbacks being passed in the native api, so if it's not...

HI @khalid64927 , thanks for the PR! I saw you are adding some constraints to the native-to-web interface to allow web side setting a web-to-native interface to native. It's not...