react-native-appsmiles-apm v6.3.0
react-native-appsmiles-apm
Getting started
$ npm install react-native-appsmiles-apm --save
iOS
- Add
Podfilein folderios Add theses code in
Podfileplatform :ios, '9.0' use_frameworks! require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' source 'https://gitlab.appsmiles.eu/appsmiles/APMSpecs.git' source 'https://github.com/CocoaPods/Specs.git' target 'example' do # Pods for example # Others pods... pod 'RCTAPM', :path => '../node_modules/react-native-appsmiles-apm/ios' use_native_modules! endLaunch the command line
pod install
Android
- Insert the following lines inside the dependencies block in
android/app/build.gradle:implementation project(':react-native-appsmiles-apm') In global
android/build.gradleProperties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream()) //... allprojects { repositories { //... maven { url 'https://artifactory.appsmiles.eu/artifactory/list/appsmiles/' credentials { username = properties.getProperty("maven_appsmiles.username") password = properties.getProperty("maven_appsmiles.password") } } } }Add
maven_appsmiles.usernameandmaven_appsmiles.passwordin fileandroid/local.propertieswith your credentialsmaven_appsmiles.username=USERNAME maven_appsmiles.password=PASSWORDInit the SDK
APMPublic.sharedInstance(this); //Init in MainApplication.java and main threadin the methodonCreate()
Usage
import {
APMModule,
APMConfigModule,
APMUIServicesUserModule,
APMDeeplinkUtilsModule,
APMUserPropertiesUtilsModule
} from 'react-native-appsmiles-apm';3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago