Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyShober committed Sep 1, 2020
1 parent a87de1b commit 1c3ace1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-native-braintree-dropin-ui
# @butter1484/react-native-braintree-dropin-ui

> React Native integration of Braintree Drop-in for IOS & ANDROID (Apple Pay, Google Pay, Paypal, Venmo, Credit Card)
Expand All @@ -13,15 +13,15 @@ For React Native versions >= 0.60

IOS
```bash
npm install react-native-braintree-dropin-ui --save
npm install @butter1484/react-native-braintree-dropin-ui --save

cd ./ios
pod install
```

Android
```bash
npm install react-native-braintree-dropin-ui --save
npm install @butter1484/react-native-braintree-dropin-ui --save
```

## Configurate Payment Method(For ALL RN VERSIONS)
Expand All @@ -33,7 +33,7 @@ For React Native versions < 0.60
### Mostly automatic installation

```bash
react-native link react-native-braintree-dropin-ui
react-native link @butter1484/react-native-braintree-dropin-ui
```

#### iOS specific
Expand Down Expand Up @@ -239,7 +239,7 @@ For the API, see the [Flow typings][5].
### Basic

```javascript
import BraintreeDropIn from 'react-native-braintree-dropin-ui';
import BraintreeDropIn from '@butter1484/react-native-braintree-dropin-ui';

BraintreeDropIn.show({
clientToken: 'token',
Expand Down Expand Up @@ -268,7 +268,7 @@ BraintreeDropIn.show({
### 3D Secure

```javascript
import BraintreeDropIn from 'react-native-braintree-dropin-ui';
import BraintreeDropIn from '@butter1484/react-native-braintree-dropin-ui';

BraintreeDropIn.show({
clientToken: 'token',
Expand Down

0 comments on commit 1c3ace1

Please sign in to comment.