bluloco.nvim icon indicating copy to clipboard operation
bluloco.nvim copied to clipboard

theme patch file diffview

Open uloco opened this issue 3 years ago • 0 comments

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 avatar Jan 31 '23 15:01 uloco