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

1.0.1 • Public • Published

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;

Readme

Keywords

Package Sidebar

Install

npm i react-native-react-native-uber-ride-button

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

103 kB

Total Files

20

Last publish

Collaborators

  • mancas