An open API service indexing awesome lists of open source software.

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

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"];

```