Skip to content

Tags: react-native-community/boost-for-react-native

Tags

v1.84.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upload version 1.84 of Boost (#20)

v1.63.0-1

Verified

This commit was signed with the committer’s verified signature.
ide James Ide
Change the target platforms to iOS 11.0 and tvOS 11.0 to match RN (#15)

React Native's podspec currently targets iOS 11.0 and up. Additionally, the current version of Xcode warns because this Boost podspec targets 8.0, which Xcode no longer supports. This commit changes the target version to 11.0, since 9 and 10 are unsupported by React Native anyway.

This commit also adds a changelog and changes the podspec version to 1.63.0-1. React Native pins its version of the boost-for-react-native dependency and the readme says this library's sole purpose is for React Native.

It is technically a breaking change to constrain the target platform and an earlier version of this PR bumped the CocoaPod version to 2.0.0, but decided not to take that path given the scope of this change and the fact that this library is not intended to be used outside of React Native.

Additionally, 1.63.0-1 precedes 1.63.0 according to semver, so any projects depending on `~> '1.63.0'` won't pick up this version. But to reiterate, this library's sole purpose is to be used by React Native, and the readme now explicitly says this library does not follow semver.

v1.63.0-0

Update to boost 1.63

v1.57.0-1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Move source files under a `boost_1_57_0` directory

This is so that the files get extracted into a directory structure that the RN Gradle scripts already understand.

Fixes #1

v1.57.0-0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a README explaining what this repo is for