File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,21 @@ This is a copy of [Boost](http://www.boost.org/) that is used to build React Nat
44
55You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.
66
7- ## To update
7+ ## Upgrading Boost
88
9- React Native build tools expect specific folder structure.
10- Run this command to get a .tar.gz file and upload it to Releases.
9+ First, download a new version of Boost, e.g.: http://www.boost.org/users/history/version_1_63_0.html
10+
11+ Then create a dummy commit and a git tag so you can create a new release.
12+
13+ React Native build tools (Gradle) expect specific folder structure.
14+ Run this command to get a .tar.gz file:
1115
1216```
1317tar -cvzf boost_1_57_0.tar.gz boost_1_57_0/
1418```
1519
20+ Then drag&drop the tar.gz file to the releases page.
21+
1622
1723## License
1824
You can’t perform that action at this time.
0 commit comments