Aleksandar Markovic
Aleksandar Markovic
 "apptentive-react-native": "5.3.1", "react-native": "0.51.0",
android { compileSdkVersion 26 buildToolsVersion '26.1.0' defaultConfig { applicationId "" minSdkVersion 23 targetSdkVersion 26 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 incremental = false; //If you see any build issues, try...
it's working good on ios
targetSdkVersion 28 crash again
sorry i am frustrate with versions so i change this configurations.all { resolutionStrategy.force 'com.android.support:support-v4:26.1.0' } into this configurations.all { resolutionStrategy.force 'com.android.support:support-v4:28.0.0' } i have other errors :) 
any suggestion ? Apptentive.presentMessageCenter() crash
yes same