@react-native/babel-plugin-codegen
Advanced tools
Changelog
v0.71.1
jsinspector
to the prefab target (a80cf96fc8 by @Kudo)initialProps
property to RCTAppDelegate
(b314e6f147 by @jblarriviere)react-native-flipper
when NO_FLIPPER=1
to prevent iOS build fail (f47b5b8b5d by @retyui)Changelog
v0.71.0
Read the announcement blogpost here.
⚠️ Git Bash users on Windows might experience "Unable to resolve" red boxes, because of an issue with Metro (silently fails without discovering any files). It will be fixed in 0.71.1 next week, in the meantime you can set resolver.useWatchman: false
in metro.config.js
.
LogBox.ignoreLog
no longer filters console logs. This means you will start seeing logs in the console that you have silenced in LogBox. See this comment for more details.gap
, column-gap
and row-gap
(9f3a3e13cc by @intergalacticspacehighway)prepare_package_for_release
fail if there is already a git tag with that version (850f855eb6 by @cipolleschi)Promise.any
(475310dbba by @retyui)BlobModule
to RCTCoreModulesClassProvider
(279cfec55f by @andrestone)mixed
value for aria-checked
. (7a19af7fb6 by @ankit-tailor)useAnimatedValue
hook to make it easier working with Animated.Value
s in function components. (e22217fe8b by @fabriziocucci)this.state.bottom
when calculating new keyboard height to fix android keyboard switching (f85e2ecc40 by @pfulop)types
folder to house TypeScript types. (6b2a511cbb)aria-label
prop to Button
, View
, Pressable
component (720cdbc658 by @Viraj-10)aria-valuemax
, aria-valuemin
, aria-valuenow
, aria-valuetext
as alias prop to TouchableOpacity
, View
, Pressable
TouchableHighlight
TouchableBounce
TouchableWithoutFeedback
TouchableOpacity
components (e8739e962d by @dakshbhardwaj)userSelect
style (fc42d5bbb9 by @dakshbhardwaj)scrollEnabled
is not false, if so then fire the VirtualizedList
error (62f83a9fad)returnKeyAction
prop to TextInput
component and remove usages of blurOnSubmit
in native code and convert blurOnSubmit
to returnKeyAction
in the JavaScript conversion layer (1e3cb91707)keyboardShouldPersistTaps
behavior (ef77a4218d by @NickGerleman)globalEvalWithSourceUrl
in production builds. (333583bfbe by @EvanBacon):
in filename (714b22bb43 by @shwanton)anchor
option support for Share
(aeab38357f by @zhumingcheng697)react_native_pods.rb
to simplify app migration (34fafb2b88 by @cipolleschi)borderCurve
style prop for smooth border radius (squircle effect) (8993ffc82e by @eric-edouard)deprecated-react-native-prop-types
3.0.1: changelog (3e91415696 by @yungsters)@react-native/normalize-color
to 2.1.0, @react-native-community/eslint-plugin
to 1.3.0, @react-native/babel-plugin-codegen
to 0.71.1, @react-native-community/eslint-config
to 3.2.0 and @react-native-community/eslint-plugin-specs
to 1.3.0, (8183aac0b1)react-native-codegen
to ^0.71.3
and react-native-gradle-plugin
to 0.71.12"
(a7792da695 by @cipolleschi)'react-native'
export conditions in Jest environment (0376aa4856 by @SimenB).ruby-version
file in Gemfile
(cb7f1b1f0b by @dcangulo).gitignore
(19715cf4fb by @motiz88)SwitchChangeEvent
type (5dd2f2e4b7 by @retyui)yarn
and yarn jest react-native-codegen
works on Windows with git (c4f9556f7e by @ZihanChen-MSFT)(T)
, T|U
, T|undefined
and related stuff in a central place (00b795642a by @ZihanChen-MSFT)hermes-inspector-msggen
to react-native/hermes-inspector-msggen
(530dae8a45 by @gabrieldonadel)Clipboard
mock path (2aba3522ab by @adrianha)(T)
for turbo module codegen (module only) (624bdc7ec6 by @ZihanChen-MSFT)crossOrigin
, referrerPolicy
, width
, height
and srcSet
props to Image Component. (47a05bc26a by @dhruvtailor7)AppContainer
. The effect is that the highlight stills shows without Inspector opened. (a63204800a by @tyao1)DANGER_GITHUB_API_TOKEN
. (9344c7aa5a by @cipolleschi)eslint-plugin-specs
package has prepack hook that changes PACKAGE_USAGE
variable of react-native-modules.js
to true
. (ee9c1a5260 by @dmytrorykun).hermes-cache-key-file
to the workspace to avoid race conditions for new PR landing on Hermes and changing the head commit between the time Hermes is built and the time it has to be consumed. (ccdf9ac985 by @cipolleschi)POST_NOTIFICATION
to POST_NOTIFICATIONS
(910a750fbc by @dcangulo)makeJSCRuntime()
) will need to add React-jsc to their dependencies. (6b129d81ed by @hramos)listKey
prop (010da67bef by @NickGerleman)react-native/eslint-plugin
no longer provides the error-subclass-name
rule. (4f83498462 by @yungsters)react-native/eslint-plugin
no longer provides the no-haste-imports
rule. (1ec69b1823 by @yungsters)AsyncStorage
module (5738fe6426 by @hoxyq)AsyncStorage
module (4de2aaba50 by @hoxyq)HERMES_BUILD_FROM_SOURCE
flag (138af74e3f by @cipolleschi)ImagePickerIOS
module native sources (d03a29ce5f by @hoxyq)onPressIn
/ onPressOut
props (f1f7824203)react-native-codegen
tests in the OSS. (00458c9410 by @cipolleschi)InspectorPanel
from View
to SafeAreaView
(afad68f1a8 by @raykle)cellsAroundViewport
reaching out of bounds (0ef770587f by @NickGerleman)cellsAroundViewport
reaching out of bounds (7aa203beda by @NickGerleman)findPackageJsonFile
should return null
if package.json
does not exist (913ebd207c by @tido64)NODE_MODULES_DIR
from build.gradle
in app template (50b1270298 by @tomekzaw)needsCustomLayoutForChildren
check to the new architecture (e24ce708ab by @grahammendick)onChildStartedNativeGesture
, they appropriately call onChildEndedNativeGesture
to unlock the native gesture such that JSTouchDispatcher
or JSPointerDispatcher
will continue to emit events. (143a0f74b8)AttributedString
comparison logic for TextInput state updates (089c9a5c9c by @NickGerleman)native_modules.rb
script yet, as it hides a hard-coded path (4df793f75b by @tido64)LongLivedObject.h
from ReactCommon podspec (dd0bf83481 by @cipolleschi)Copy Hermes Framework
script phase for non-Hermes build. (7f60bcceac)install_modules_dependencies
has the right C++ version. (40ad31eacf by @cipolleschi)accessibilityRole: grid
to UIAccessibilityTraitNone
(f3d9f2ea23 by @NickGerleman)HERMES_ENABLED
check fixed in react-native-xcode.sh (8745a148b6 by @nvojnovic)RCT_NEW_ACRH_ENABLED
flag (f31134af7d by @cipolleschi)Alert
not showing in an app using UIScene
(153aedce41 by @tido64)contentInsetAdjustmentBehavior
set to automatic
on ScrollView
in the new architecture (27fe6f1079 by @grahammendick)