Skip to content

Commit cf908b7

Browse files
Update README.md with debug build configuration settings
Related to YD-2051
1 parent 4d3de84 commit cf908b7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ allprojects {
6060
}
6161
...
6262
}
63+
```
64+
### Debug build configuration
65+
66+
Add this configuration for the debug build type to your `buildTypes` block (`android/app/build.gradle`):
67+
68+
```diff
69+
buildTypes {
70+
debug {
71+
+ matchingFallbacks = ['release']
72+
...
73+
}
74+
...
75+
}
76+
6377
```
6478

6579
Depending on your Android project setup and version of React Native, you

0 commit comments

Comments
 (0)