yoman07 / react-native-indicative

React Native iOS and Android wrapper for Indicative
MIT License
4 stars 2 forks source link

React Indicative don't sent properties to indicative.com in Android #17

Open IsmaelJDz opened 3 years ago

IsmaelJDz commented 3 years ago

Describe the bug I'm trying to send properties to indicative but I got nothing on app.indicative.com, specifically on android, in iOS it works great! I think it happen because the configuration is not working in new versions of RN

To Reproduce Steps to reproduce the behavior:

  1. I configured indicative according to the documentation in Android

Expected behavior Properties send to indicative https://app.indicative.com/

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

jeremy44 commented 2 years ago

I believe this is related to: https://github.com/yoman07/react-native-indicative/pull/18

In the meantime, you can try:

Update the build.grade file for ‘react-native-indicative’ by editing the file:

node_modules/react-native-indicative/android/build.gradle

and changing the line:

implementation ‘com.indicative.client.android:Indicative-Android:1.0.1’

to

implementation ‘com.indicative.client.android:Indicative-Android:1.1.0’