Skip to content

Commit a2d390b

Browse files
renovate[bot]leotm
andauthored
Update react-native monorepo (patch) to v0.71.12 (#1713)
* Update react-native monorepo * Update pods - RN (+hermes-engine) from 0.71.6 to 0.71.12 - react-native-safe-area-context from 4.5.2 to 4.5.5 - RNCAsyncStorage from 1.18.1 to 1.18.2 - RNCCheckbox from 0.5.15 to 0.5.16 * Bump iOS CI from macos-12 to macos-13 TypeError: str.replace is not a function at inlineString (/Users/runner/work/react-native-template-new-architecture/react-native-template-new-architecture/node_modules/@react-native-community/cli-tools/build/errors.js:25:33) Try to avoid downgrading @react-native-community/cli from 11.2.3 └─┬ [email protected] └── @react-native-community/[email protected] Otherwise switch from 14.2 (default) to 15.0 (beta) in CI * Bump README.md RN ver from 0.71.6 to 0.71.12 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LeoTM <[email protected]>
1 parent ed3f835 commit a2d390b

File tree

5 files changed

+711
-688
lines changed

5 files changed

+711
-688
lines changed

β€Ž.github/workflows/ios.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-ios:
1111

12-
runs-on: macos-12
12+
runs-on: macos-13
1313

1414
# ruby: 2.7.6, 3.0.4, 3.1.2 (../.ruby-version: 2.7.5)
1515
# CocoaPods: 1.11.3

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div align="center">
1111

12-
[![NPM RN pkg ver](https://img.shields.io/badge/React%20Native-0.71.6-red.svg)](https://github.com/facebook/react-native/releases)
12+
[![NPM RN pkg ver](https://img.shields.io/badge/React%20Native-0.71.12-red.svg)](https://github.com/facebook/react-native/releases)
1313
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](#)
1414
[![Linter](https://badges.aleen42.com/src/eslint.svg)](#)
1515
[![Formatter: prettier](https://img.shields.io/badge/Formatter-Prettier-f8bc45.svg)](#)

0 commit comments

Comments
Β (0)