Unofficial sample app for the react native plugin of Zendrive SDK
Follow these steps to setup the project:
-
Clone the repository
-
Run this command in the project root directory to install the dependencies:
yarn install -
Move to iOS directory and run pod install to install iOS dependencies:
cd ios && pod install && cd .. -
Open the App.tsx and replace the following:
- alias: 'Firstname Lastname'
- driverId: 'your_driver_id'
- sdkKey: 'your_sdk_key'
-
Start the project by running
npm start