Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme patch file diffview #32

Closed
uloco opened this issue Jan 31, 2023 · 0 comments · Fixed by #81
Closed

theme patch file diffview #32

uloco opened this issue Jan 31, 2023 · 0 comments · Fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@uloco
Copy link
Owner

uloco commented Jan 31, 2023

e.g.

diff --git a/node_modules/react-native/react.gradle b/node_modules/react-native/react.gradle
index 4f6db40..03d43aa 100644
--- a/node_modules/react-native/react.gradle
+++ b/node_modules/react-native/react.gradle
@@ -38,7 +38,8 @@ def hermesCommand = config.hermesCommand ?: "../../node_modules/hermes-engine/%O
 def detectCliPath(config, reactRoot) {
     // 1. preconfigured path
     if (config.cliPath) {
-        def cliJsAbsolute = new File(config.cliPath)
+        def cliJsAbsolute = new File(config.cliPath.toString())
+
         if (cliJsAbsolute.exists()) {
             return cliJsAbsolute.getAbsolutePath()
         }
diff --git a/node_modules/react-native/scripts/.packager.env b/node_modules/react-native/scripts/.packager.env
new file mode 100644
index 0000000..361f5fb
--- /dev/null
+++ b/node_modules/react-native/scripts/.packager.env
@@ -0,0 +1 @@
+export RCT_METRO_PORT=8081
@uloco uloco added the enhancement New feature or request label Feb 28, 2023
@uloco uloco self-assigned this Feb 28, 2023
@uloco uloco linked a pull request Jun 6, 2024 that will close this issue
@uloco uloco closed this as completed in #81 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant