This project is the property of adjoe GmbH and is published for the sole use of entities with which adjoe has a contractual agreement. The unauthorized redistribution of any or all parts of this project is strictly prohibited.
To integrate the adjoe React Native module into your React Native project, follow these steps:
-
Open your project's
package.jsonfile. -
Add the adjoe as a dependency under the
dependenciessection. You can change the version number to the desired version of adjoe SDK you want to integrate.
dependencies: {
"react-native-adjoe-sdk": "https://github.com/adjoeio/adjoe-react-native-sdk#v3.3.2"
}
- Open your
build.gradlefile in android folder and add the following section:
allprojects {
repositories {
maven {
url "https://releases.adjoe.io/maven"
}
}
}- Run the following command:
npm install