# boost-for-react-native **Repository Path**: front__end/boost-for-react-native ## Basic Information - **Project Name**: boost-for-react-native - **Description**: No description available - **Primary Language**: Unknown - **License**: BSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2021-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boost for React Native This is a copy of [Boost](http://www.boost.org/) 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.