zdsdk-react-native-sample/README.md at main · fairmatic/zdsdk-react-native-sample · GitHub
Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 580 Bytes

File metadata and controls

22 lines (15 loc) · 580 Bytes

Zendrive SDK React Native plugin sample

Unofficial sample app for the react native plugin of Zendrive SDK

Project Setup

Follow these steps to setup the project:

  1. Clone the repository

  2. Run this command in the project root directory to install the dependencies: yarn install

  3. Move to iOS directory and run pod install to install iOS dependencies: cd ios && pod install && cd ..

  4. Open the App.tsx and replace the following:

    • alias: 'Firstname Lastname'
    • driverId: 'your_driver_id'
    • sdkKey: 'your_sdk_key'
  5. Start the project by running npm start