Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leavesster/nativewithrndemo
https://github.com/leavesster/nativewithrndemo
react-native
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leavesster/nativewithrndemo
- Owner: leavesster
- License: mit
- Created: 2017-02-15T15:42:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T16:05:26.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T09:45:18.125Z (2 months ago)
- Topics: react-native
- Language: Shell
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NativeWithRNDemo
## Introduction
This is a demo which native app embed React-Native app with cocoapods.## Requirement
You need install [homebrew](https://brew.sh/), [cocoapods](https://cocoapods.org/), [react-native and npm](https://facebook.github.io/react-native/docs/getting-started.html), [react-native 环境搭建](https://reactnative.cn/docs/0.41/getting-started.html)
```ruby
cd ReactNativeDemo # you should already in the repo root directory
npm install # because I ignore node_modules directory
npm start
cd ../Example # turn to React-Native directory
pod install
```## Author
leavesster
## License
NativeWithRNDemo is available under the MIT license. See the LICENSE file for more info.