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

EuclidesXcode/boost-for-react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost for React Native

This is a copy of Boost that is used to build React Native 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.

This library does not necessarily follow semver. It follows Boost's versioning plus a number in the prerelease identifier position. React Native declares the exact version of this library it depends on instead of using semver ranges.

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • C 0.2%
  • M4 0.0%
  • Perl 0.0%
  • Batchfile 0.0%
  • Shell 0.0%