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
4
4
5
5
You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.
6
6
7
- ## To update
7
+ ## Upgrading Boost
8
8
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:
11
15
12
16
```
13
17
tar -cvzf boost_1_57_0.tar.gz boost_1_57_0/
14
18
```
15
19
20
+ Then drag&drop the tar.gz file to the releases page.
21
+
16
22
17
23
## License
18
24
You can’t perform that action at this time.
0 commit comments