react-native-macos/android-patches
Ranesh Saha 8937e55f0d Rename directory for ship .so files to be ship instead of release 2021-11-04 11:54:30 -07:00
..
bundle Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
patches Fix for submit button disappearing bug in comments (#862) 2021-10-25 10:00:36 -07:00
patches-droid-office-grouped/OfficeRNHost/React/CxxBridge Add missing symbol RCTLinkingManagerCls (#714) 2021-02-09 21:25:53 -08:00
scripts Rename directory for ship .so files to be ship instead of release 2021-11-04 11:54:30 -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 Use yarn in a few places that are using npm (#835) 2021-09-28 12:44:35 -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