Skip to content

Commit a568bee

Browse files
authored
created readme
1 parent bd19aef commit a568bee

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
@@ -0,0 +1,14 @@
1+
# react-native-share-android-test
2+
3+
Please make sure that you have neccessary tools installed for android such as
4+
SDK and build tools with 27
5+
i.e mentioned in `build.gradle`
6+
```
7+
buildToolsVersion = "27.0.3"
8+
minSdkVersion = 19
9+
compileSdkVersion = 27
10+
targetSdkVersion = 27
11+
supportLibVersion = "27.1.1"
12+
```
13+
14+
Also note that i am using react-native 0.56.0 that is latest for now, with upgraded gradle 3+ with 4.4 distributions `distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip`

0 commit comments

Comments
 (0)