标签: javascript java android ios react-native
我有兴趣使用Component扩展react-native一些本机代码。我能找到的关闭示例是react-native-maps。感觉他们正在扩展MapView组件(因为来自Components的{{1}}和airbnb具有相同的名称) - 但我只是在这里猜测。
Component
react-native
Components
airbnb
所以,假设我想用这些代码(,android / iOS.h)来扩展iOS.m组件,并在facebook中的前端:
facebook
我将如何继续呢?对于每一个提示,我都很感激。