0.1.6 • Published 2 years ago

@apphiveio/react-native-apphive-jitsi v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-apphive-jitsi

An interface to connect to jitsi sdk, for now the library only adds the jitsi sdk on android

Important:

Only tested on react-native@0.66.x, use on your own risk

Installation

npm install react-native-apphive-jitsi

Android instalation

Add the next line on android/build.gradle

allprojects {
    repositories {
        .... All your other configs

        // Add the next maven dependency, if not the build process will not work
        maven {
            url("https://github.com/jitsi/jitsi-maven-repository/raw/master/releases")
        }
    }
}

Usage

No usage at the moment, only sdk is installed on android

License

MIT

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago