@react-native/metro-config
Advanced tools
Changelog
v0.72.1
react-native/metro-config
now includes all base config values from metro-config
(bbcedd385b by @huntie)@react-native/metro-config
to 0.72.7
, @react-native/gradle-plugin
to 0.72.11
, @react-native/virtualized-lists
to 0.72.6
(95db9f98f2 by @kelset)react-native/virtualized-lists
does not need react-test-renderer
at runtime (7a2a3278d0 by @tido64)pod install --project-directory=ios
failing (0b96bdcf32 by @tido64)Changelog
v0.72.0
getItemLayout
callback (febf6b7f33 by @NickGerleman)ReactCommon/react/nativemodule/core/platform/ios
and ReactCommon/react/nativemodule/samples
in two separate pods to break circular dependencies. (21d530208f by @cipolleschi)DOMRect
and DOMRectReadOnly
classes to the global scope. (673c7617bc by @rubennorte)setColorScheme
to Appearance
module (c18566ffdb, (0a4dcb0309 by @birkir)BubblingEventHandler
and DirectEventHandler
. (dc2cbed07c by @gtomitsuka)jest --coverage
to .gitignore (7324c22ff9 by @Adnan-Bacic)getName
in react-native-codegen for Java TurboModules (90538909f9 by @javache)pod install
(0eff8d66c9 by @robhogan)d
in terminal. (f72f8daeaf by @szymonrybczak)['require', 'react-native']
(308838c0ff by @huntie)types/jest
to jest/globals
for new react-native projects (9af3c9654a by @UNIDY2002)EventEmitter#addListener
now throws if the 2nd argument is not a function. (2780ba38ff by @yungsters)ref
or innnerViewRef
changes, the old ref will now be invoked with null
and the new ref with the active instance. (Previously, changing ref
or innerViewRef
on a ScrollView
would be treated as though the ref had not changed at all.) (7cf4cf3afb by @yungsters)$ASDF_DIR
(f6a4e4f20f by @MuhmdRaouf)FileReader
and XMLHttpRequest
states (8568b93733 by @eps1lon)scrollEventThrottle
docs (8ea1cba06a by @robwalkerco)T
of Promise<T>
in CodegenSchema.js (8a38e03e0f by @ZihanChen-MSFT)react-native-community/eslint-plugin
to react-native/eslint-plugin
v0.72.0 to align with other packages (5aead70e80 by @afoxman)jest-junit
) (0ba1127c15 by @Pranav-yadav)TSMethodSignature
to react-native-codegen (ae1d54bc5a by @ZihanChen-MSFT)ref
set on TextInput
will now be updated less frequently (when the underlying ref
has not changed). (666f56bff3 by @yungsters)aria-labelledby
from Text props (72d3da19ce by @gabrieldonadel)Content-Location
header in bundle response as JS source URL (671ea383fe by @robhogan)react-native.config.js
is consumed to add elements in the interop layer. (a055e07c3e by @cipolleschi)textContentType
property for backwards compat as mentioned in https://github.com/facebook/react-native/issues/36229#issuecomment-1470468374 (c0abff11b6 by @lunaleaps)use_frameworks!
(6d34952420 by @cipolleschi).../textlayoutmanager/platform/ios
to .../textlayoutmanager/platform/ios/react/renderer/textlayoutmanager
(0e09d6f8a6 by @cipolleschi).../imagemanager/platform/ios
to .../imagemanager/platform/ios/react/renderer/imagemanager
(931a4c5e23 by @cipolleschi).../textinput/iostextinput
to .../textinput/iostextinput/react/renderer/components/iostextinput
(5588e0fe0b by @cipolleschi).../nativemodule/xxx/platform/ios
to .../nativemodule/xxx/platform/ios/ReactCommon
(d1e500c3b1 by @cipolleschi).../platform/ios
to .../platform/ios/react/renderer/graphics
(b5e4fea86e by @cipolleschi)ReactCommon/react/renderer/graphics/conversions.h
in favor of ReactCommon/react/core/graphicsConversions.h
(d72697ca95 by @cipolleschi).node_version
from app template. (a80578afc4 by @robhogan)PermissionsAndroid
(deb6b380b2 by @cortinico)onViewableItemsChanged
won't trigger if first item in data evaluate to false (1f0c2c2895 by @samchan0221)lineBreakStrategyIOS
prop type for Text and TextInput (0c5c07fc9b by @jeongshin)any
(419b41f06d by @jeongshin)exactOptionalPropertyTypes
(7858a2147f by @NickGerleman)unstable_batchedUpdates
(71157f6ba6 by @k-yle)height
, width
, crossOrigin
props on Typescript Image.d.ts file (bcf493f346 by @alvessteve)borderCurve
and pointerEvents
to ViewStyle
(a0800ffc7a by @eps1lon)StyleSheet.compose()
(1752fdc0f5 by @NickGerleman)hermesc
(260bcf7f1b by @tido64)timeRemaining
of idleCallbacks
registered by requestIdleCallbacks
. (d9ab5e81cf by @mir597)addSpansForMeasurement()
(92b8981499 by @NickGerleman)createRootView
is invoked with null bundle (990971186f by @cortinico)ConcurrentModificationException
in UIManagerModuleConstantsHelper::createConstants
(805b88c7a4 by @j-piasecki)isCatalystInstanceAlive
in exception handler (daeee2a661 by @jonnycaley)FB_SONARKIT_ENABLED
from React-Core to React-RCTAppDelegate where it is now used. (34d5212f5c)TextInput
showSoftInputOnFocus
changes from false
to true
(7425c24cbe by @christianwen)automaticallyAdjustKeyboardInsets
not resetting when Prefer Cross-Fade Transitions is enabled and keyboard hides (b8f1bb50f7 by @grgmo)RCTFPSGraph
(987dd6a358 by @mrousavy)find-node-for-xcode.sh
is used. (0d82b402aa by @uloco)-[RCTUITextField textView:shouldChangeTextInRange:replacementString:]
no longer crashes when we pass in a nil
replacement string (d5e6d9cecd by @Saadnajmi)