Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
document the changes I made
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Sep 20, 2021
1 parent 623dca2 commit 63d2926
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions KHAN-CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Khan Changes
------------
Things I did to get this going:

- checkout the `v0.64.2` tag from facebook/react-native
- apply the patch from this comment https://github.com/facebook/react-native/issues/31121#issuecomment-802182459
- run `npm pack react-native@v0.64.2` to get the `react-native-0.64.2.tgz` tarball of the official release of react native, because it includes some android-only binary artifacts that I didn't want to risk messing up.
- unpack the tarball, and copy the `package/android` directory into the repo. `git add -f android`, because it's gitignored.
- push! Point our app to `gtihub.com/Khan/react-native#fix-abspath`
- profit

0 comments on commit 63d2926

Please sign in to comment.