Skip to content

Commit c5307af

Browse files
authored
Update README.md
1 parent 535acc8 commit c5307af

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424

2525
#### Android
2626

27-
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
28-
- Add `import com.reactlibrary.RNBraintreePackage;` to the imports at the top of the file
29-
- Add `new RNBraintreePackage()` to the list returned by the `getPackages()` method
30-
2. Append the following lines to `android/settings.gradle`:
31-
```
32-
include ':react-native-braintree'
33-
project(':react-native-braintree').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-braintree/android')
34-
```
35-
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
36-
```
37-
compile project(':react-native-braintree')
38-
```
3927

4028
## Usage
4129
```javascript

0 commit comments

Comments
 (0)