react-native-macos/android-patches
Anandraj 86e3855188
Switching the build pipleine to run on Ubuntu image (#456)
* Switching the build pipleine to run on Ubuntu image with the latest ANdroid build tools

* Clearing the dependencies envivornment which we don't set fot he RN61 builds in master now.

* Removing V8Integration patches which is causing issues while gradle clean
2020-06-18 09:51:53 -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-droid-office-grouped Switching the build pipleine to run on Ubuntu image (#456) 2020-06-18 09:51:53 -07:00
scripts Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -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
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