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 7ae11bf commit 17b4bdcCopy full SHA for 17b4bdc
android/app/BUCK
@@ -50,8 +50,8 @@ android_build_config(
50
51
android_resource(
52
name = "res",
53
- res = "src/main/res",
54
package = "com.allaboutolaf",
+ res = "src/main/res",
55
)
56
57
android_binary(
android/app/build.gradle
@@ -58,7 +58,7 @@ import com.android.build.OutputFile
58
* inputExcludes: ["android/**", "ios/**"],
59
*
60
* // override which node gets called and with what additional arguments
61
- * nodeExecutableAndArgs: ["node"]
+ * nodeExecutableAndArgs: ["node"],
62
63
* // supply additional arguments to the packager
64
* extraPackagerArgs: []
0 commit comments