Installation guide for Android

We support RN version 0.61.0 to 0.76

Package Installation

$ npm install react-native-zendrive --save or $ yarn add react-native-zendrive

Clean & build your project to pickup react-native-zendrive dependency automatically.

Troubleshooting

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="<you-package>"
  xmlns:tools="http://schemas.android.com/tools">
  ....
<service
  android:name="com.zendrive.sdk.services.TripService"
  tools:remove="foregroundServiceType"/>
  ...
</manifest>