Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leavesster/rnpoddemo
ReactNative iOS Pod
https://github.com/leavesster/rnpoddemo
Last synced: 2 days ago
JSON representation
ReactNative iOS Pod
- Host: GitHub
- URL: https://github.com/leavesster/rnpoddemo
- Owner: leavesster
- Created: 2018-01-14T02:22:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T02:28:32.000Z (about 7 years ago)
- Last Synced: 2024-11-15T09:45:14.225Z (2 months ago)
- Language: Objective-C
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNPodDemo
Native与iOS通信Demo
1. 在JS中调用Native方法
1. 在Native中调用JS方法## ReactNative
- [X] ~~*在原生中,嵌入RN模块*~~ [2018-01-02]
- [X] ~~*提供JS调用原生方法*~~ [2018-01-02]
- [X] ~~*原生调用JS方法*~~ [2018-01-02]
- [ ] JS使用原生UI组件 https://reactnative.cn/docs/0.51/native-component-ios.html#content相关资料
[RN调用iOS原生模块](https://reactnative.cn/docs/0.51/native-modules-ios.html#content)
[RN调用iOS UI组件](https://reactnative.cn/docs/0.51/native-component-ios.html#content)
[RN与原生端通信](https://reactnative.cn/docs/0.51/communication-ios.html#content)