We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7034c22 commit 9747213Copy full SHA for 9747213
Example/AndroidExample/.babelrc
@@ -1,3 +1,3 @@
1
{
2
- "presets": ["module:metro-react-native-babel-preset"]
+ "presets": ["react-native"]
3
}
android/build.gradle
@@ -12,12 +12,12 @@ buildscript {
12
apply plugin: 'com.android.library'
13
14
android {
15
- compileSdkVersion 23
16
- buildToolsVersion '26.0.2'
17
-
+ compileSdkVersion 27
+ buildToolsVersion '27.0.2'
+
18
defaultConfig {
19
minSdkVersion 16
20
- targetSdkVersion 22
+ targetSdkVersion 26
21
versionCode 1
22
versionName "1.0"
23
manifestPlaceholders = [
0 commit comments