Installation Guide
This page contains the installation guide needed for OkayCam in Android, iOS and React-native
Android Installation Guide
In Android, the first step of the installation for OkayCam is to include the following dependencies in the project-level build.gradle file. The build.gradle file will need to make some changes as follow below:
allprojects {
repositories {
...
mavenCentral()
}
}
Include the following dependencies in the app-level build.gradle file as shown below:
dependencies{
implementation 'com.innov8tif.okaycam:OkayCam:1.1.1'
}
After adding the code, sync the project with gradle files to make sure all of the dependencies are successfully installed.
Last updated
Was this helpful?