We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1416 commit 9ebce17Copy full SHA for 9ebce17
README.md
@@ -4,6 +4,16 @@ This is a copy of [Boost](http://www.boost.org/) that is used to build React Nat
4
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
7
+## To update
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.
11
12
+```
13
+tar -cvzf boost_1_57_0.tar.gz boost_1_57_0/
14
15
16
17
## License
18
19
The Boost Software License 1.0 is included with this repository and its releases.
0 commit comments