Skip to content

Commit

Permalink
Update CMakeLists.txt to resolve "react-native" (#4466)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt to resolve "react-native"

This enables end-users to build the iOS XCFramework locally from our npm package, if they need it built with the same version of Xcode as they're using to build their app.

* Update CHANGELOG.md

* Updating package-lock.json
  • Loading branch information
kraenhansen committed Apr 11, 2022
1 parent 9d37181 commit a92f658
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ x.x.x Release notes (yyyy-MM-dd)

### Fixed
* Changed "react-native" main field to point to a `lib/index.native.js` file to help bundlers pick the right file when loading our library on React Native. ([#4459](https://github.com/realm/realm-js/issues/4459))
* Fixed resolving the "react-native" package when building from source, enabling developers to run the `./scripts/build-ios.sh` script themselves to build our iOS artifacts with the same version of Xcode / LLVM as they're building their app.

### Compatibility
* MongoDB Realm Cloud.
Expand Down
Loading

0 comments on commit a92f658

Please sign in to comment.