File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ stdenv.mkDerivation {
9
9
phases = [
10
10
"unpackPhase"
11
11
"patchGradlePhase"
12
- "patchHermesPhase"
13
12
"patchReactNativePhase"
14
13
"patchPodPhase"
15
14
"installPhase"
@@ -48,16 +47,6 @@ stdenv.mkDerivation {
48
47
done
49
48
'' ;
50
49
51
- # Fix bugs in Hermes usage:
52
- # https://github.com/facebook/react-native/issues/25601#issuecomment-510856047
53
- # - Make PR builds also count as release builds
54
- # - Fix issue where hermes command is being called with same input/output file
55
- patchHermesPhase = ''
56
- substituteInPlace ./node_modules/react-native/react.gradle --replace \
57
- 'targetName.toLowerCase().contains("release")' \
58
- '!targetName.toLowerCase().contains("debug")'
59
- '' ;
60
-
61
50
installPhase = ''
62
51
mkdir -p $out
63
52
cp -R node_modules $out/
You can’t perform that action at this time.
0 commit comments