ErrLookup › necolas/react-native-web

necolas/react-native-web

Cross-platform React UI packages · JavaScript · 193 source files

Analyzed at a9de220ba9 on 2026-09-01. 14 documented errors.

Code / MessageTypeSeverityTags
Image: asset with ID "${source}" could not be found. Please
exception error react-native-web, image, asset-registry, runtime-error
The <Image> component cannot contain children. If you want t
validation error react-native-web, image, children-not-allowed, dev-only
Invalid CSS keyframes type: ${typeof keyframesValue}
exception error react-native-web, stylesheet, keyframes, type-error
StyleSheet.compose() only accepts 2 arguments, received ${le
validation error react-native-web, stylesheet, argument-count, dev-only
Unrecognized signal `${signal}` or state `${curState}` for T
exception error react-native-web, touchable, state-machine, invariant
Touchable cannot transition from `${curState}` to `${signal}
exception error react-native-web, touchable, state-machine, invariant
findNodeHandle is not supported on web. Use the ref property
exception error react-native-web, findnodehandle, unsupported-api, web
`scrollResponderScrollTo(x, y, animated)` is deprecated. Use
console warning react-native-web, scrollview, deprecation, api-change
`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x:
console warning react-native-web, scrollview, deprecation, api-change
onLayout relies on ResizeObserver which is not supported by
console warning react-native-web, onlayout, browser-support, polyfill
Cannot record touch move without a touch start. Touch Move:
console warning touch, responder-events, event-ordering
Cannot record touch end without a touch start. Touch End: ${
console warning touch, responder-events, event-ordering
message
console warning deprecation, console-warning, dev-only
Touchable.TOUCH_TARGET_DEBUG should not be enabled in prod!
exception error debug-flag, production, touchable