react-native-easy-rating
react-native-easy-rating copied to clipboard
Bump react-native from 0.70.6 to 0.71.4
Bumps react-native from 0.70.6 to 0.71.4.
Release notes
Sourced from react-native's releases.
0.71.4
Changed
- Make FlatList permissive of ArrayLike data (c03de97fb4 by
@NickGerleman
)- Bumping RNGP to
^0.71.16
(3df4a79c3d by@kelset
)- Update CLI to 10.2.0, Metro to 0.73.8 (20a6fbd373 by
@robhogan
) - contains:
- fix: Source maps may have invalid entries when using Terser minification. (
metro/[#928](https://github.com/facebook/react-native/issues/928)
)- fix: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. (
metro/[#929](https://github.com/facebook/react-native/issues/929)
)- Bump Hermes Version (291cc0af10) - contains:
Android specific
- Expose
rrc_root
via prefab. (3418f65d88 by@tomekzaw
)Fixed
- Fix touchable hitSlop type (23607aea68 by
@bigcupcoffee
)- Fix TouchableOpacity componentDidUpdate causing an excessive number of pending callbacks (8b1f6e09c1 by
@gabrieldonadel
)Android specific
- ENTRY_FILE should resolve relative paths from root (6dde1dc7cb by
@cortinico
)- Better Monorepo support for New Architecture (0487108461 by
@cortinico
)
You can participate in the conversation on the status of this release in this discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.71.3
Changed
- Bump package versions (4b84888a90 by
@cipolleschi
), (60f0a71060 by@cipolleschi
), (a3f205a27b by@cipolleschi
):
react-native-codegen
to0.71.5
react-native-gradle-plugin
to0.71.15
Fixed
... (truncated)
Changelog
Sourced from react-native's changelog.
Changelog
v0.71.3
Changed
- Bump package versions (4b84888a90 by
@cipolleschi
), (60f0a71060 by@cipolleschi
), (a3f205a27b by@cipolleschi
):
react-native-codegen
to0.71.5
react-native-gradle-plugin
to0.71.15
Fixed
Android specific
- Fixed jscexecutor crash on Android which is caused from NDK incompatibility (a232decbb1 by
@Kudo
)- Used relative paths for gradle commands (bb02ccf13f by
@shivenmian
)iOS specific
- fix
pod install --project-directory=...
(ad1ddc241a by@tido64
)v0.71.2
Added
- Added AlertOptions argument to the type definition for Alert.prompt to bring it into parity with the js code. (305ca337c0 by
@paulmand3l
)- Added missing
accessibilityLabelledBy
TypeScript type (e162b07982 by@DimitarNestorov
)- Added missing
accessibilityLanguage
TypeScript type (71c4f57baf by@DimitarNestorov
)Changed
- Bump
react-native-gradle-plugin
to^0.71.14
in core,@react-native-community/eslint-config
to^3.2.0
in starting template (785bc8d97b by@kelset
)Fixed
- Add
TextInput
'sinputMode
TypeScript types (fac7859863 by@eps1lon
)- Fix crash by conditional value of aspectRatio style value (a8166bd75b by
@mym0404
)- Fix TurboModuleRegistry TS type (c289442848 by
@janicduplessis
)- Fix invariant violation when nesting VirtualizedList inside ListEmptyComponent (1fef376812 by
@NickGerleman
)Android specific
- [RNGP] Properly set the
jsRootDir
default value (c0004092f9 by@cortinico
)- Do not use WindowInsetsCompat for Keyboard Events (32f54877ff by
@NickGerleman
)- Mitigation for Samsung TextInput Hangs (4650ef3 by
@NickGerleman
)iOS specific
... (truncated)
Commits
e0d92c6
[0.71.4] Bump version numbersbe199f8
[LOCAL] enforce iPhone 14 simulator on run ios E2E script291cc0a
[LOCAL] Bump Hermes Version0f8d942
fix: conditional to include rn-tester and react-native-gradle-plugin in setti...41a633d
Do not use a mixture of plugins{} and buildscript{}f4546bf
[LOCAL] Bump hermes version56f2aa4
[LOCAL] update podlock2755f41
consume new RNGP patch3df4a79
bumping RNGP to new patch6c5088f
Make FlatList permissive of ArrayLike data (#36236)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)