react-native-react-native-uber-ride-button
v1.0.1
Published
React Native UI Module to include Uber Ride official button in your RN Projects
Downloads
3
Readme
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;