chore(deps): update Sample React Native to v0.69.1 #2358
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps sample/scripts/update-rn.sh from v0.67.4 to v0.69.1.
Auto-generated by a dependency updater.
Changelog
v0.69.1
Changed
iOS specific
Fixed
iOS specific
v0.69.0
Breaking
console.disableYellowBox
has been droppedremoveListener
, deprecated since RN0.65, was removed from AppearanceSegmentedComponentIOS
, you will now need to move to the segmented-control library (235f168574)Added
Android specific
Nullable
for optional objects and arrays in module codegen. (ffaa5d69bc)iOS specific
hotkeysEnabled
property is added toRCTDevMenu
which allows enabling/disabling hotkeys that triggers developer menu popup (1a1a304ed2)accessibilityLanguage
prop to all the available components. The prop is available for any platform but it will work only on iOS. (7b05b091fd by dgopsq)Changed
eslint-config
: add support for ESLint 8 (864a8c11b2 by wcandillon)eslint-config
: add support for TypeScript 4.5+ (199ac680c7 by rnike)Android specific
MapBuffer
interface forReadableMapBuffer
(81e4249315)hermes-engine
from thereact-native
NPM package. (4d91f40fbd by cortinico)com/react/facebook/uimanager/interfaces
files intocom/react/facebook/uimanager
to enable Kotlin build (b1a779392d)react-native-gradle-plugin
as a dependency from template's package.json (cd79317672 by cortinico)iOS specific
.xcode.env
file is missing, actually using the oldfind-node-for-xcode.sh
script (705c6f57d6 by cipolleschi)find-node.sh
scripts and replaces it with an.xcode.env
file that is sourced by the script phases that needs it. The.xcode.env
file is versioned: to customize a local environment, an unversioned.xcode.local.env
can be used. (0480f56c5b by cipolleschi)PushNotificationIOS.checkPermissions
to include iOS 10+ notification settings. (17ecd2fb5b)'Debug'
(b5343a6b0d by cipolleschi)hermes-engine
CocoaPod. (12ad1fffe8 by hramos)Deprecated
react-native/jest/preprocessor.js
by external projects (c1e9aa9a27 by motiz88)iOS specific
iOS specific
DynamicColorIOS
to only two properties (13b0b06522)Fixed
codegenNativeComponent
when on 'Paper' (494b73cb33 by tido64)focus()
on TextInput to respect itseditable
state (8a5460ce80 by vonovak)using namespace
being used as part of header (009d80bf5a by arhelmus)Android specific
TimingModule
related functions for headless JS tasks, eg.setTimeout
(dac56ce077 by marcesengel)rootProject
directly in Gradle scripts (b2bc5aa5c9 by cortinico)iOS specific
RCTLocalizationProvider
Fall back to input when no localization is available (18196512db by robhogan)pod install
whenRCT-Folly
version has been updated. (b2517c3bdc by fortmarek)pod install --project-directory=ios
failing when Hermes is enabled (1b22e8a039, (eb7cc85a91 by tido64)Security
v0.68.2
Changed
Fixed
Android specific
v0.68.1
Changed
Android specific
Fixed
Android specific
v0.68.0
Breaking Changes
This change enforces Node >= 14 for React Native builds.
This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native.
fallbackResource
fromRCTBundleURLProvider
API (0912ee179c) by philIipNew Architecture
If you are interested in enabling the new architecture, please refer to the dedicated documentation.
Android specific
newArchEnabled
property to Opt-in the New Architecture in the template (8d652fba4c by cortinico)iOS specific
Added
platformConfig
to NativeAnimated (4a227ce2ab by rozele)Android specific
accessibilityLabelledBy
props (36037fa81b by grgr-dkrk)onChildEndedNativeGesture
to the RootView interface to let its implementations notify the JS side that a child gesture is ended. (9b33c31ee0 by ryancat)reactNativeArchitectures
property more discoverable (0f39a1076d by cortinico)isAccessibilityServiceEnabled
to get if accessibility services are enabled (c8b83d4e0b by grgr-dkrk)iOS specific
Changed
Image.propTypes
,Text.propTypes
,TextInput.propTypes
,ColorPropType
,EdgeInsetsPropType
,PointPropType
, orViewPropTypes
now emits a deprecation warning. (3f629049ba by yungsters)core-workflow-apply-version-label
version (e973b3afc2 by lucasbento)vendor/bundle
into .gitignore template (2f67f5d68b by MoOx)Android specific