Skip to content

The Boost C++ library source code used to build React Native from source

License

Notifications You must be signed in to change notification settings

nartjie101/boost-for-react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost for React Native

This is a copy of Boost that is used to build React Native (Android) from source. It includes just the Boost source code (without the docs, for example) so that downloading and extracting the files doesn't take too long.

You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.

Upgrading Boost

First, download a new version of Boost, e.g.: http://www.boost.org/users/history/version_1_63_0.html

Then create a dummy commit and a git tag so you can create a new release.

React Native build tools (Gradle) expect specific folder structure. Run this command to get a .tar.gz file:

tar -cvzf boost_1_63_0.tar.gz boost_1_63_0/

Then drag&drop the tar.gz file to the releases page.

License

The Boost Software License 1.0 is included with this repository and its releases.

About

The Boost C++ library source code used to build React Native from source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.9%
  • C 0.1%
  • M4 0.0%
  • Perl 0.0%
  • Batchfile 0.0%
  • Shell 0.0%