Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/reactnativeswiftdemo
ReactNative with Existing Swift project
https://github.com/tendant/reactnativeswiftdemo
Last synced: about 1 month ago
JSON representation
ReactNative with Existing Swift project
- Host: GitHub
- URL: https://github.com/tendant/reactnativeswiftdemo
- Owner: tendant
- Created: 2016-01-18T09:16:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T09:27:15.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T13:31:22.605Z (2 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactNativeSwiftDemo
Setup ReactNative with Existing Swift projectDetailed explaination can be found at: http://blog.leiwang.info/posts/2016-01-17-add-reactnative-in-swift-project.html
## Requirements
1. Before start, make sure the ReactNative requirement is met. [ReactNative requirements](https://facebook.github.io/react-native/docs/getting-started.html#requirements)
2. Run `npm install` in project root directory
3. Build and run application from XCode