1.0.1 • Published 4 years ago

react-native-react-native-uber-ride-button v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-react-native-uber-ride-button

Getting started

$ yarn add react-native-react-native-uber-ride-button

iOS configuration

First of all, add to your Info.plist your Uber app credentials:

<key>UberClientID</key>
<string>[ClientID]</string>
<key>UberDisplayName</key>
<string>[App Name]</string>
<key>LSApplicationQueriesSchemes</key>
<array>
    <string>uber</string>
    <string>uberauth</string>
</array>

Mostly automatic installation

$ react-native link react-native-react-native-uber-ride-button

Usage

import ReactNativeUberRideButton from "react-native-react-native-uber-ride-button";

// TODO: What to do with the module?
ReactNativeUberRideButton;