You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ TODO
41
41
**Random experiments:**
42
42
43
43
- It's possible (have a PoC working) for the plugin to automatically add in React Native module projects into the build without ever needing to modify/add to `settings.gradle`
44
-
- this stuff: `project(':@react-native-firebase/app').projectDir = new File(rootProject.projectDir, './../../packages/app/android')`
44
+
-none of this stuff: `project(':@react-native-firebase/app').projectDir = new File(rootProject.projectDir, './../../packages/app/android')`
45
45
- example [settings.gradle](https://gist.github.com/Salakar/7a9e1f1552c0c7dcc9ae3290089fbacd) & [a settings plugin example](/src/main/groovy/io/invertase/gradle/settings/SettingsPlugin.groovy)
46
46
- It's possible (have a PoC working) to automatically load `ReactPackages` provided by RN modules without needing to constantly modify `MainApplication.java` (via Reflection)
47
47
- a plugin could specify these package classes to java via `buildConfigField`s
0 commit comments