https://github.com/react-melon/melon-native
react native components
https://github.com/react-melon/melon-native
Last synced: 7 months ago
JSON representation
react native components
- Host: GitHub
- URL: https://github.com/react-melon/melon-native
- Owner: react-melon
- Created: 2015-09-14T08:53:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T11:40:02.000Z (over 10 years ago)
- Last Synced: 2025-04-05T21:15:24.911Z (about 1 year ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# melon-native
```shell
git clone https://github.com/react-melon/melon-native.git
npm install
npm start
```
## 添加示例
```shell
cd examples
react-native init example1
cd example1
```
修改 `AppDelegate.m` 的
```
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
```
为
```
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/examples/example1/index.ios.bundle"];
```