fix(deps): update dependency react-native-web to ~0.19.0 #23
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.
This PR contains the following updates:
~0.18.9
->~0.19.0
Release Notes
necolas/react-native-web (react-native-web)
v0.19.13
Compare Source
v0.19.12
Compare Source
v0.19.11
Compare Source
v0.19.10
Compare Source
v0.19.9
Compare Source
v0.19.8
Compare Source
v0.19.7
Compare Source
v0.19.6
Compare Source
v0.19.5
Compare Source
v0.19.4
Compare Source
v0.19.3
Compare Source
v0.19.2
Compare Source
v0.19.1
Compare Source
v0.19.0
: 0.19Compare Source
Best compatibility:
react-native@>=0.71
React 18 support
createRoot
support.Animated
to support React 18, including newAnimatedColor
node.ScrollView
to Class component for React 18 support.New features
'button'
and'paragraph'
role to equivalent semantic HTML elements.aria-*
props.role
prop.id
prop.tabIndex
prop (only values0
and-1
).PointerEvent
props.pointerEvents
style.userSelect
style.insetInline
.)<Image>
support fortintColor
prop.<TextInput>
support forenterKeyHint
prop.<TextInput>
support forinputMode
prop.<TextInput>
support forreadOnly
prop.<TextInput>
support forrows
prop.Deprecations
Touchable*
components. UsePressable
.Button
component. UsePressable
.StyleSheet.compose()
. Use style array syntax.accessibility*
props. Usearia-*
androle
props.nativeId
prop. Useid
prop.focusable
props. UsetabIndex
prop.pointerEvents
prop. UsepointerEvents
style.selectable
prop. UseuserSelect
style.fontVariant
style array values. Use space-separated string values.textAlignVertical
style. UseverticalAlign
style.transform
style array values. Use space-separated string functions.<Image>
styleresizeMode
. UseresizeMode
prop.<Image>
styletintColor
. UsetintColor
prop.<TextInput>
propkeyboardType
. UseinputMode
prop.<TextInput>
propreturnKeyType
. UseenterKeyHint
prop.<TextInput>
propeditable
. UsereadOnly
prop.<TextInput>
propnumberOfLines
. Userows
prop.BackHandler
API.Breaking changes
setNativeProps
API.AppState.removeListener
API.<Text>
isposition:relative
by default.InteractionManager
.Fixes
Animated
now works with compiled styles.textAlign
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.