Skip to content

Instantly share code, notes, and snippets.

View Caldis's full-sized avatar
🎯
    ¯\_(ミ)_/¯   

Caldis_Chen Caldis

🎯
    ¯\_(ミ)_/¯   
View GitHub Profile
@Caldis
Caldis / bridge.md
Last active March 23, 2021 08:33 — forked from kiok46/bridge.md
Bridge React-Native and JS

这个 Gist 的内容源自 Peggy Rayzis 在 Chain React 2017 上的演讲 Chain React 2017: Breaking Down Bridging in React Native by Peggy Rayzis


如果你遇到了这几种情况, 你或许需要依赖 Bridge 才能让 JS 代码和 Native 之间互相通信

  • 集成某些第三方 SDK
  • 高性能
  • 构建一个底层应用
  • 访问端到端的 API (例如摄像头, GPS等)