File tree Expand file tree Collapse file tree 8 files changed +23
-21
lines changed Expand file tree Collapse file tree 8 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ import com.android.build.OutputFile
78
78
project. ext. react = [
79
79
entryFile : " index.js" ,
80
80
enableHermes : false , // clean and rebuild if changing,
81
- cliPath : " node_modules/@haul-bundler/cli/bin/haul.js"
82
81
]
83
82
84
83
apply from : " ../../node_modules/react-native/react.gradle"
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- presets : [ 'module:@haul-bundler/babel-preset- react-native' ] ,
2
+ presets : [ 'module:metro- react-native-babel-preset ' ] ,
3
3
} ;
Original file line number Diff line number Diff line change
1
+ cd ..
2
+ yalc publish
3
+ cd example/
4
+ yalc add react-native-zss-rich-text-editor
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ PODS:
182
182
- React-cxxreact (= 0.61.5)
183
183
- React-jsi (= 0.61.5)
184
184
- React-jsinspector (0.61.5)
185
- - react-native-webview (8.1.2 ):
185
+ - react-native-webview (8.2.1 ):
186
186
- React
187
187
- React-RCTActionSheet (0.61.5):
188
188
- React-Core/RCTActionSheetHeaders (= 0.61.5)
@@ -326,7 +326,7 @@ SPEC CHECKSUMS:
326
326
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
327
327
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
328
328
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
329
- react-native-webview: fcb5f377aadc216273300f452ee0d321fb85809b
329
+ react-native-webview: 160ac8d6bb974e2933f2de6bb7464a8e934ff31d
330
330
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
331
331
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
332
332
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
Original file line number Diff line number Diff line change 371
371
);
372
372
runOnlyForDeploymentPostprocessing = 0;
373
373
shellPath = /bin/sh;
374
- shellScript = "# added by Haul\nexport CLI_PATH=node_modules/@haul-bundler/cli/bin/haul.js\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
374
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
375
+
375
376
};
376
377
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
377
378
isa = PBXShellScriptBuildPhase;
385
386
);
386
387
runOnlyForDeploymentPostprocessing = 0;
387
388
shellPath = /bin/sh;
388
- shellScript = "# added by Haul\nexport CLI_PATH=node_modules/@haul-bundler/cli/bin/haul.js\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
389
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
390
+
389
391
};
390
392
6235428805B1C264DEBB160C /* [CP] Check Pods Manifest.lock */ = {
391
393
isa = PBXShellScriptBuildPhase;
Original file line number Diff line number Diff line change 7
7
"ios" : " react-native run-ios" ,
8
8
"start" : " react-native start" ,
9
9
"test" : " jest" ,
10
- "lint" : " eslint ." ,
11
- "haul" : " haul start"
10
+ "lint" : " eslint ."
12
11
},
13
12
"dependencies" : {
14
13
"react" : " 16.9.0" ,
15
14
"react-native" : " 0.61.5" ,
16
15
"react-native-keyboard-spacer" : " ^0.4.1" ,
17
16
"react-native-webview" : " ^8.1.2" ,
18
- "react-native-zss-rich-text-editor" : " file:../ "
17
+ "react-native-zss-rich-text-editor" : " file:.yalc/react-native-zss-rich-text-editor "
19
18
},
20
19
"devDependencies" : {
21
20
"@babel/core" : " ^7.7.7" ,
22
21
"@babel/runtime" : " ^7.7.7" ,
23
- "@haul-bundler/babel-preset-react-native" : " ^0.16.0" ,
24
- "@haul-bundler/cli" : " ^0.21.0" ,
25
- "@haul-bundler/preset-0.60" : " ^0.18.0" ,
26
22
"@react-native-community/eslint-config" : " ^0.0.5" ,
27
23
"babel-jest" : " ^24.9.0" ,
28
24
"eslint" : " ^6.8.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "version": "v1",
3
+ "packages": {
4
+ "react-native-zss-rich-text-editor": {
5
+ "signature": "11fa5067976e79f35c79198b372b21b8",
6
+ "file": true,
7
+ "replaced": "file:../react-native-zss-rich-text-editor.tgz"
8
+ }
9
+ }
10
+ }
You can’t perform that action at this time.
0 commit comments