We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535acc8 commit c5307afCopy full SHA for c5307af
1 file changed
README.md
@@ -24,18 +24,6 @@
24
25
#### Android
26
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
39
40
## Usage
41
```javascript
0 commit comments