Skip to content

Commit

Permalink
React Native 0.71.4 → 0.71.7 (#5761)
Browse files Browse the repository at this point in the history
* Applied patch from upgrade helper

https://react-native-community.github.io/upgrade-helper/?from=0.71.4&to=0.71.7

* Bumping version of the simulator used when running tests

* Bumped the react-native version used for prebuilds

* Adding a note to the changelog

* Committing files which got updated while building

* Updated package-lock.json
  • Loading branch information
kraenhansen authored Apr 24, 2023
1 parent 184b7de commit 156435c
Show file tree
Hide file tree
Showing 9 changed files with 1,224 additions and 71 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

### Internal
* Upgraded Realm Core from v13.8.0 to v13.9.1. ([#5739](https://github.com/realm/realm-js/pull/5739))
* Upgraded React Native from 0.71.4 to 0.71.7. ([#5761](https://github.com/realm/realm-js/pull/5761))

## 12.0.0-alpha.2 (2023-04-05)

Expand Down
1 change: 0 additions & 1 deletion integration-tests/environments/react-native/.ruby-version

This file was deleted.

4 changes: 2 additions & 2 deletions integration-tests/environments/react-native/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, '.ruby-version')).strip
ruby '>= 2.6.10'

gem 'cocoapods', '~> 1.11', '>= 1.11.3'
gem 'cocoapods', '>= 1.11.3'
2 changes: 1 addition & 1 deletion integration-tests/environments/react-native/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.11, >= 1.11.3)
cocoapods (>= 1.11.3)

RUBY VERSION
ruby 2.7.6p219
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const xcode = require("./xcode-cli");
const logcat = require("./logcat");

const IOS_DEVICE_NAME = "realm-js-integration-tests";
const IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-11";
const IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-14";

const { MOCHA_REMOTE_PORT, PLATFORM, SPAWN_LOGCAT, SKIP_RUNNER, RETRY_DELAY, RETRIES } = process.env;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
EXPANDED_CODE_SIGN_IDENTITY = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -664,7 +664,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
EXPANDED_CODE_SIGN_IDENTITY = "";
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/environments/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"mocha-remote-client": "^1.6.1",
"path-browserify": "^1.0.1",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native": "0.71.7",
"react-native-fs": "^2.20.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-progress": "^4.1.2",
Expand All @@ -202,7 +202,7 @@
"@tsconfig/react-native": "^2.0.2",
"concurrently": "^6.0.2",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.5",
"metro-react-native-babel-preset": "0.73.9",
"mocha-github-actions-reporter": "^0.2.3",
"mocha-remote-cli": "^1.6.1",
"pod-install": "^0.1.23"
Expand Down
Loading

0 comments on commit 156435c

Please sign in to comment.