react-native-macos/android-patches
HeyImChris 6d9bdc84f0
Add missing symbol RCTLinkingManagerCls (#714)
* Update RCTCxxBridge.mm

* Update RCTCxxBridge.mm

* add RCTLinkingManagerCls lib to macOS version

* align with FB's ios version of file
2021-02-09 21:25:53 -08:00
..
bundle Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
patches Nuspec has two copies of version tag, and so nuget publish fails (#689) 2021-01-19 10:21:10 -08:00
patches-droid-office-grouped/OfficeRNHost/React/CxxBridge Add missing symbol RCTLinkingManagerCls (#714) 2021-02-09 21:25:53 -08:00
scripts Rebasing android patches over RN63 (#641) 2020-10-28 09:54:15 -07:00
src Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
.gitignore Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
.prettierrc Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
Android-Deforking.md Deforking writeup 2020-05-04 18:11:30 -07:00
README.md Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
build.sh Port REACT_MODULE() from react-native-windows to react-native-macos (1/4) (#595) 2020-09-14 12:57:45 -07:00
package.json.backup EditText AutoFocus is not working (#302) 2020-04-14 11:41:46 -07:00
tsconfig.json Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
tslint.json Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
webpack.config.js Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00

README.md

This is out of data .. TBD.

For command line options, try

node_modules.bin\ts-node.cmd src\index.ts --help

For detailed options on each commands,

node_modules.bin\ts-node.cmd src\index.ts diff --help node_modules.bin\ts-node.cmd src\index.ts patch --help

Examples
To create diff-patches

ts-node.cmd src\index.ts diff e:\github\ms-react-native-forpatch e:\github\fb-react-native-forpatch-base

To apply diff-patches

node_modules.bin\ts-node.cmd src\index.ts patch E:\github\fb-rn-p BuildAndThirdPartyFixes V8Integration --patch-store E:\github\office-android-patches\patches-droid-office-grouped

To reverse-patch the dirty fork

node_modules.bin\ts-node src\index.ts patch E:\github\ms-react-native-forpatch BuildAndThirdPartyFixes --patch-store E:\github\office-android-patches\patches-droid-office-grouped --reverse