deps(deps): bump @react-native/new-app-screen from 0.80.1 to 0.81.1
Merged
Number: #100
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
October 02, 2025 at 09:17 PM UTC
(10 months ago)
(10 months ago)
Updated:
October 02, 2025 at 09:31 PM UTC
(10 months ago)
(10 months ago)
Merged:
October 02, 2025 at 09:31 PM UTC
(10 months ago)
by ajstack22
(10 months ago)
by ajstack22
Time to Close:
14 minutes
Labels:
dependencies
dependencies
Description:
Bumps @react-native/new-app-screen from 0.80.1 to 0.81.1.
Release notes
Sourced from @react-native/new-app-screen's releases.
0.81.1
Added
iOS specific
- Prebuild: Added setting SWIFT_ENABLE_EXPLICIT_MODULES=NO when using precompiled to support Xcode 26 (939a75b5ce by
@chrfalch)Fixed
- Infra: Add missing Babel dependencies (bf2c3af93b by
@tido64)- Accessibility: fix
aria-labelonTextInput(6965d57e75 by@mdjastrzebski)iOS specific
- TextInput: Setting maxLength to 0 in TextInput now correctly blocks typing (c5956da8c0 by
@riteshshukla04)- Switch: Fix Switch layout to work with iOS 26 (ba51aeaa90 by
@cipolleschi)- C++: Fix import RuntimeExecutor.h with USE_FRAMEWORKS (dacd8f26fd by
@sharifhh)- Infra: Fix scripts for paths containing whitespaces (94623ca8ec by
@kitten)- Prebuild: Fixed how we copy and build the Symbols folder when precompiling ReactNativeDependencies (a843119ff1 by
@chrfalch)- Prebuild: Fixed wrong jsi symbols in use when using React.xcframework (8a2e7efe01 by
@chrfalch)- Prebuild: Fixed copying bundles correctly to xcframeworks when precompiling ReactNativeDependencies.xcframework (e3adf47214 by
@chrfalch)- Prebuild: Aligned Symbols folder in React.xcframework symbols with ReactNativeDependencies.xcframework symbols. (8c444f773a by
@chrfalch)- Prebuild: Fix "file exists" error in
ReactNativeDependencies.podspec(4c570b5d31 by@vonovak)- Prebuild: added explicit handling of ReactCodegen (6526a98d68 by
@cipolleschi)--
Hermes dSYMS:
ReactNativeDependencies dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
... (truncated)
Changelog
Sourced from @react-native/new-app-screen's changelog.
v0.81.1
Added
iOS specific
- Prebuild: Added setting SWIFT_ENABLE_EXPLICIT_MODULES=NO when using precompiled to support Xcode 26 (939a75b5ce by
@chrfalch)Fixed
- Infra: Add missing Babel dependencies (bf2c3af93b by
@tido64)- Accessibility: fix
aria-labelonTextInput(6965d57e75 by@mdjastrzebski)iOS specific
- TextInput: Setting maxLength to 0 in TextInput now correctly blocks typing (c5956da8c0 by
@riteshshukla04)- Switch: Fix Switch layout to work with iOS 26 (ba51aeaa90 by
@cipolleschi)- C++: Fix import RuntimeExecutor.h with USE_FRAMEWORKS (dacd8f26fd by
@sharifhh)- Infra: Fix scripts for paths containing whitespaces (94623ca8ec by
@kitten)- Prebuild: Fixed how we copy and build the Symbols folder when precompiling ReactNativeDependencies (a843119ff1 by
@chrfalch)- Prebuild: Fixed wrong jsi symbols in use when using React.xcframework (8a2e7efe01 by
@chrfalch)- Prebuild: Fixed copying bundles correctly to xcframeworks when precompiling ReactNativeDependencies.xcframework (e3adf47214 by
@chrfalch)- Prebuild: Aligned Symbols folder in React.xcframework symbols with ReactNativeDependencies.xcframework symbols. (8c444f773a by
@chrfalch)- Prebuild: Fix "file exists" error in
ReactNativeDependencies.podspec(4c570b5d31 by@vonovak)- Prebuild: added explicit handling of ReactCodegen (6526a98d68 by
@cipolleschi)v0.81.0
Breaking
- APIs: All
react-native/Libraries/BugReportingAPIs have been removed (9d4d8dcb02 by@huntie)- APIs: Add public JS API breaking change detection under
yarn diff-api-snapshotscript. (6b40f35032 by@coado)- APIs: Community CLI users: user-defined
resolver.resolveRequestandserializer.getModulesRunBeforeMainModuleMetro config now takes precedence over CLI defaults (fe2bcbf4ba by@robhogan)- Error Handling: Improve messaging and add error stack trace for uncaught throws. (5ba0e1f97a by
@vzaidman)- Flow: The
react-nativepackage no longer ships with theflowdirectory (38acb4c074 by@huntie)- Node: Minimum Node version is now bumped to Node.js 22.14.0 (df39eadc03 by
@huntie)- View:
Viewno longer sets any default accessibility props, which should not result in visible changes in behaviour but may affect snapshot tests. (039a333df5 by@javache)- View: Upgrade
Viewcomponent to React 19. (eedd60b9e6 by@EvanBacon)Android specific
- APIs: Cleanup and internalize
FpsDebugFrameCallback(cf6569bc18 by@cortinico)- CMake: Correctly propagate
RN_SERIALIZABLE_STATEto 3rd partyCMaketargets. Users with customCMakeand C++ code should update to usetarget_compile_reactnative_optionsinside theirCMakeLists.txtfiles.(c059ae1b77 by@cortinico)- FabricUIManager: Remove
FabricUIManager.measureoverload which accepts attachment positions (2ba86caf18 by@NickGerleman)- Kotlin: Migrate
ViewManagerInterfacesto kotlin. Some types in code generated ViewManagerInterfaces might differ. e.g. this will start enforcing nullability in parameters of viewManagerInterface methods (e.g. String commands parameters are not nullable, view params are not nullable in any method, etc) (76ff1aa5c6 by@mdvacca)- Kotlin: Migrate
com.facebook.react.ReactDelegateto Kotlin. Some users implementing this class in Kotlin could have breakages. (50ea5b4380 by@mateoguzmana)- Kotlin: Convert to Kotlin and internalize
MountingManager(f33fdca876 by@cortinico)
... (truncated)
Commits
277a075Release 0.81.17404fb6Release 0.81.032effadRelease 0.81.0-rc.5df63c60Release 0.81.0-rc.40e6009eRelease 0.81.0-rc.3225ca2b[0.81] Lower minimum Node.js version to 20.19.4 (#52879)68ef746Release 0.81.0-rc.214bfad5Add optional safeAreaInsets prop to NewAppScreen (replacing SafeAreaView) (#5...b06bb89Release 0.81.0-rc.11fc81feRelease 0.81.0-rc.0- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+148
+148
Deletions:
-146
-146
Package Dependencies
Package:
@react-native/new-app-screen
Ecosystem:
npm
npm
Version Change:
0.80.1 → 0.81.1
Update Type:
Minor
Minor
Technical Details
| ID: | 9244333 |
| UUID: | 2883065837 |
| Node ID: | PR_kwDOOxstfc6r2Bft |
| Host: | GitHub |
| Repository: | ajstack22/StackMap |
| Merge State: | Unknown |