diff --git a/examples/client/Locomotion/ios/.xcode.env b/examples/client/Locomotion/ios/.xcode.env new file mode 100644 index 000000000..772b339b4 --- /dev/null +++ b/examples/client/Locomotion/ios/.xcode.env @@ -0,0 +1 @@ +export NODE_BINARY=$(command -v node) diff --git a/examples/client/Locomotion/package-lock.json b/examples/client/Locomotion/package-lock.json index 893eb659f..c23a2792a 100644 --- a/examples/client/Locomotion/package-lock.json +++ b/examples/client/Locomotion/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Locomotion", + "name": "locomotion", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "Locomotion", + "name": "locomotion", "version": "0.0.1", "hasInstallScript": true, "dependencies": { @@ -21547,4 +21547,4 @@ } } } -} \ No newline at end of file +} diff --git a/examples/client/Locomotion/package.json b/examples/client/Locomotion/package.json index 45f472a5f..e62195c86 100644 --- a/examples/client/Locomotion/package.json +++ b/examples/client/Locomotion/package.json @@ -1,5 +1,5 @@ { - "name": "Locomotion", + "name": "locomotion", "version": "0.0.1", "private": true, "scripts": { diff --git a/examples/client/Locomotion/patches/react-native+0.71.0.patch b/examples/client/Locomotion/patches/react-native+0.71.0.patch index 767ba2069..ecdd20567 100644 --- a/examples/client/Locomotion/patches/react-native+0.71.0.patch +++ b/examples/client/Locomotion/patches/react-native+0.71.0.patch @@ -14,7 +14,7 @@ index 247bc11..c9dffc4 100644 # set tarball as hermes engine source[:http] = "file://#{destination_path}" -elsif File.exists?(hermestag_file) && isInCI -+elsif File.exists(hermestag_file) && isInCI ++elsif File.exist?(hermestag_file) && isInCI Pod::UI.puts '[Hermes] Detected that you are on a React Native release branch, building Hermes from source but fetched from tag...'.yellow if Object.const_defined?("Pod::UI") hermestag = File.read(hermestag_file).strip source[:git] = git diff --git a/examples/client/Locomotion/yarn.lock b/examples/client/Locomotion/yarn.lock index d934b4652..d71d11281 100644 --- a/examples/client/Locomotion/yarn.lock +++ b/examples/client/Locomotion/yarn.lock @@ -6318,7 +6318,7 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fsevents@^1.2.7, fsevents@^2.3.2: +fsevents@^1.2.7: version "1.2.13" resolved "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz" integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== @@ -6326,6 +6326,11 @@ fsevents@^1.2.7, fsevents@^2.3.2: bindings "^1.5.0" nan "^2.12.1" +fsevents@^2.3.2: + version "2.3.3" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"