Thanks to visit codestin.com Credit goes to github.com
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 da563b5 commit f647808Copy full SHA for f647808
.gitignore
@@ -48,3 +48,4 @@ ios/main.jsbundle*
48
testbuild/
49
javac-services.0.log*
50
config/development.js
51
+config/development.android.js
android/app/build.gradle
@@ -133,7 +133,7 @@ dependencies {
133
compile fileTree(dir: "libs", include: ["*.jar"])
134
compile "com.android.support:appcompat-v7:23.0.1"
135
compile "com.facebook.react:react-native:+" // From node_modules
136
- compile 'com.github.delight-im:Android-AdvancedWebView:v3.0.0'
+ // compile 'com.github.delight-im:Android-AdvancedWebView:v3.0.0'
137
}
138
139
// Run this once to be able to run the application with BUCK
0 commit comments