0.5.5 • Published 6 months ago

react-native-leenphone v0.5.5

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
6 months ago

react-native-leenphone

Make SIP calls from react-native using Linphone SDK

Installation

npm install react-native-leenphone

IOS

1. in ios/Podfileadd:

```rb
pod 'linphone-sdk', :podspec => '../node_modules/react-native-leenphone/third_party_podspecs/linphone-sdk.podspec'
pod 'react-native-leenphone', :path => '../node_modules/react-native-leenphone'
```

2.

```bash
cd ios && pod install
```

Android

1. in android/app/build.gradle add:

```gradle
repositories {
  maven {
    url "https://linphone.org/maven_repository"
  }
}

dependencies {
  ...
  implementation 'org.linphone:linphone-sdk-android:5.2.110'
}
2.
 in `android/build` modify minSdkVersion to 23:
 ```gradle
 buildscript {
    ext {
       ...
       minSdkVersion = 23
       ...
    }
 }
 ```
## Usage



## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
0.5.5

6 months ago

0.5.4

6 months ago

0.5.3

6 months ago