react-native-macos/android-patches
Lorenzo Sciandra 2fde4245a9
chore(android-patches): use new name for patching tool for android (#1077)
2022-03-24 10:26:40 +00:00
..
patches Updating version of v8-jsi for Android 2022-03-23 16:13:31 -07:00
README.md chore(android-patches): use new name for patching tool for android (#1077) 2022-03-24 10:26:40 +00:00

README.md

Android Patches for react-native internal deployment

This folder contains the patches applied during CI flow to this codebase, when generating the Office "flavour" of react-native.

This is how it happens:

  • .ado/publish.yml has a job called RNGithubOfficePublish
  • That uses as template templates/android-build-office.yml
  • That when used invokes .ado/templates/apple-droid-node-patching.yml passing the parameter apply_office_patches as true
  • This last file is the one that actually triggers the patching script

Patching tool

We use the tool patcher-rnmacos that is hosted in the rnx-kit repo, via npx. Please refer to the README of the package for details on how it works.