Aleksandar Markovic

Results 8 comments of Aleksandar Markovic

![screen shot 2019-02-05 at 10 22 34 pm](https://user-images.githubusercontent.com/274019/52305094-926c9900-2994-11e9-8335-613743429bc5.png) "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 :) ![screen shot 2019-02-05...

i add also this into androidmanifest ![screen shot 2019-02-05 at 10 54 13 pm](https://user-images.githubusercontent.com/274019/52306726-fee99700-2998-11e9-99db-14723e97b020.png)

any suggestion ? Apptentive.presentMessageCenter() crash