Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
truongngodang authored May 5, 2019
1 parent d0a44fd commit f78b87b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# rn-line

## Requirements
- React native `0.48.+`.
- React native `0.54.+`.
- LineSDK iOS `5.0.0` and Android `5.0.1`.

## Getting started
Expand All @@ -19,6 +19,8 @@

#### iOS

First Step follow all the configuration steps in https://developers.line.biz/en/docs/ios-sdk/swift/setting-up-project/

`$ pod install`

1. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
Expand All @@ -40,7 +42,10 @@
```
compile project(':rn-line')
```

4. Add the string line_channel_id to your strings file with the the channel id that you have on your line console.
```
<string name="line_channel_id" translatable="false">Your channel id here</string>
```

## Usage
```javascript
Expand Down

0 comments on commit f78b87b

Please sign in to comment.