react-native-macos/android-patches
Anandraj Govindan c2dece7f54 Some changes for geting clean devmain build 2020-05-18 21:24:33 -07:00
..
bundle Moving the android specific changes to patch files and reverting them… (#254) 2020-03-18 18:20:08 -07:00
patches-0.61.5 Reverting the hardcoding of version number in the patch file over the nuget spec (#336) 2020-05-04 13:40:25 -07:00
patches-0.62.2 Some changes for geting clean devmain build 2020-05-18 21:24:33 -07:00
patches-droid-office-grouped Remove remaining merge marker and begin on flow/build issues 2020-05-10 17:52:09 -07:00
scripts Some changes for geting clean devmain build 2020-05-18 21:24:33 -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
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