react-native-screen-transitions 3.11.3 → 3.13.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/blank-stack/components/stack-view.js +1 -2
- package/lib/commonjs/blank-stack/components/stack-view.js.map +1 -1
- package/lib/commonjs/component-stack/components/stack-view.js +1 -2
- package/lib/commonjs/component-stack/components/stack-view.js.map +1 -1
- package/lib/commonjs/native-stack/views/NativeStackView.native.js +2 -3
- package/lib/commonjs/native-stack/views/NativeStackView.native.js.map +1 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
- package/lib/commonjs/shared/components/activity/variants/activity-screen.js +1 -1
- package/lib/commonjs/shared/components/activity/variants/activity-screen.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js +0 -3
- package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +69 -0
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js +6 -16
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +27 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +32 -11
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +19 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +18 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +22 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +30 -0
- package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js +40 -22
- package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js +21 -0
- package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +41 -0
- package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js +85 -0
- package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js +14 -65
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js +89 -16
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js.map +1 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
- package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js +4 -0
- package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/animation.provider.js +14 -8
- package/lib/commonjs/shared/providers/screen/animation/animation.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js +9 -0
- package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js +13 -2
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js +8 -2
- package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js +40 -8
- package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +12 -0
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js +9 -5
- package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +36 -50
- package/lib/commonjs/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/constants.js +3 -1
- package/lib/commonjs/shared/providers/screen/styles/constants.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js +20 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js +19 -0
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
- package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +34 -11
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js +31 -33
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +18 -0
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
- package/lib/commonjs/shared/providers/stack/blank-stack.provider.js +2 -1
- package/lib/commonjs/shared/providers/stack/blank-stack.provider.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js +11 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/clear.js +6 -0
- package/lib/commonjs/shared/stores/bounds/internals/clear.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/coordinator.js +298 -0
- package/lib/commonjs/shared/stores/bounds/internals/coordinator.js.map +1 -0
- package/lib/commonjs/shared/stores/bounds/internals/entries.js +0 -27
- package/lib/commonjs/shared/stores/bounds/internals/entries.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/links.js +22 -32
- package/lib/commonjs/shared/stores/bounds/internals/links.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js +45 -0
- package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js.map +1 -0
- package/lib/commonjs/shared/stores/bounds/internals/state.js +4 -1
- package/lib/commonjs/shared/stores/bounds/internals/state.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
- package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
- package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
- package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js +11 -5
- package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
- package/lib/commonjs/shared/utils/create-provider.js +119 -10
- package/lib/commonjs/shared/utils/create-provider.js.map +1 -1
- package/lib/module/blank-stack/components/stack-view.js +1 -2
- package/lib/module/blank-stack/components/stack-view.js.map +1 -1
- package/lib/module/component-stack/components/stack-view.js +1 -2
- package/lib/module/component-stack/components/stack-view.js.map +1 -1
- package/lib/module/native-stack/views/NativeStackView.native.js +2 -3
- package/lib/module/native-stack/views/NativeStackView.native.js.map +1 -1
- package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
- package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
- package/lib/module/shared/components/activity/variants/activity-screen.js +1 -1
- package/lib/module/shared/components/activity/variants/activity-screen.js.map +1 -1
- package/lib/module/shared/components/boundary/components/boundary-lifecycle.js +0 -3
- package/lib/module/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +64 -0
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-measurer.js +6 -16
- package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +24 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +33 -12
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +14 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +13 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +19 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +25 -0
- package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
- package/lib/module/shared/components/overlay/helpers/get-active-overlay.js +37 -21
- package/lib/module/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
- package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js +17 -0
- package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
- package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +36 -0
- package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
- package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js +80 -0
- package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
- package/lib/module/shared/components/overlay/variations/float-overlay.js +15 -66
- package/lib/module/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/module/shared/components/overlay/variations/overlay-host.js +90 -18
- package/lib/module/shared/components/overlay/variations/overlay-host.js.map +1 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
- package/lib/module/shared/providers/helpers/measured-bounds-writes.js +4 -0
- package/lib/module/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/animation.provider.js +14 -8
- package/lib/module/shared/providers/screen/animation/animation.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js +4 -0
- package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js +13 -2
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/use-screen-animation.js +8 -2
- package/lib/module/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js +41 -9
- package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +7 -0
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
- package/lib/module/shared/providers/screen/gestures/gestures.provider.js +10 -6
- package/lib/module/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +35 -49
- package/lib/module/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/constants.js +3 -1
- package/lib/module/shared/providers/screen/styles/constants.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js +18 -0
- package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js +14 -0
- package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
- package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
- package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +35 -12
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/slot.provider.js +30 -33
- package/lib/module/shared/providers/screen/styles/slot.provider.js.map +1 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +14 -0
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
- package/lib/module/shared/providers/stack/blank-stack.provider.js +2 -1
- package/lib/module/shared/providers/stack/blank-stack.provider.js.map +1 -1
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js +9 -0
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/clear.js +7 -1
- package/lib/module/shared/stores/bounds/internals/clear.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/coordinator.js +286 -0
- package/lib/module/shared/stores/bounds/internals/coordinator.js.map +1 -0
- package/lib/module/shared/stores/bounds/internals/entries.js +1 -27
- package/lib/module/shared/stores/bounds/internals/entries.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/links.js +24 -32
- package/lib/module/shared/stores/bounds/internals/links.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/screen-graph.js +39 -0
- package/lib/module/shared/stores/bounds/internals/screen-graph.js.map +1 -0
- package/lib/module/shared/stores/bounds/internals/state.js +3 -0
- package/lib/module/shared/stores/bounds/internals/state.js.map +1 -1
- package/lib/module/shared/types/animation.types.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
- package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
- package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
- package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/styles/compute.js +11 -5
- package/lib/module/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
- package/lib/module/shared/utils/create-provider.js +119 -10
- package/lib/module/shared/utils/create-provider.js.map +1 -1
- package/lib/typescript/blank-stack/components/stack-view.d.ts.map +1 -1
- package/lib/typescript/blank-stack/types.d.ts +1 -1
- package/lib/typescript/blank-stack/types.d.ts.map +1 -1
- package/lib/typescript/component-stack/components/stack-view.d.ts.map +1 -1
- package/lib/typescript/component-stack/types.d.ts +1 -1
- package/lib/typescript/component-stack/types.d.ts.map +1 -1
- package/lib/typescript/native-stack/types.d.ts +1 -1
- package/lib/typescript/native-stack/types.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/NativeStackView.native.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/components/boundary-lifecycle.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/{use-initial-source-measurement.d.ts → use-boundary-measurement-request.d.ts} +4 -3
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts +1 -3
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts +12 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts +8 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts +6 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts +4 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts +2 -3
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +2 -2
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/types.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/types.d.ts.map +1 -1
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts +5 -6
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts +7 -0
- package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts +17 -7
- package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts +11 -0
- package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts +8 -0
- package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts +15 -0
- package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +1 -1
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +7 -6
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -1
- package/lib/typescript/shared/index.d.ts +658 -710
- package/lib/typescript/shared/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/helpers/measured-bounds-writes.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts +4 -0
- package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +4 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts +3 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts +2 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/use-screen-animation.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +4 -0
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts +5 -0
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/gestures/gestures.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts +2 -2
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts +3 -0
- package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/types.d.ts +1 -0
- package/lib/typescript/shared/providers/screen/gestures/types.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/constants.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts +7 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts +10 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts +4 -4
- package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +10 -4
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts +6 -5
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts +3 -0
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts.map +1 -0
- package/lib/typescript/shared/providers/stack/blank-stack.provider.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts +1 -0
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/clear.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts +36 -0
- package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts.map +1 -0
- package/lib/typescript/shared/stores/bounds/internals/entries.d.ts +1 -2
- package/lib/typescript/shared/stores/bounds/internals/entries.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/links.d.ts +1 -3
- package/lib/typescript/shared/stores/bounds/internals/links.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts +5 -0
- package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts.map +1 -0
- package/lib/typescript/shared/stores/bounds/internals/state.d.ts +3 -1
- package/lib/typescript/shared/stores/bounds/internals/state.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts +13 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts.map +1 -1
- package/lib/typescript/shared/types/animation.types.d.ts +8 -0
- package/lib/typescript/shared/types/animation.types.d.ts.map +1 -1
- package/lib/typescript/shared/types/index.d.ts +1 -1
- package/lib/typescript/shared/types/index.d.ts.map +1 -1
- package/lib/typescript/shared/types/overlay.types.d.ts +26 -11
- package/lib/typescript/shared/types/overlay.types.d.ts.map +1 -1
- package/lib/typescript/shared/types/screen.types.d.ts +11 -2
- package/lib/typescript/shared/types/screen.types.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/compute.d.ts.map +1 -1
- package/lib/typescript/shared/utils/create-provider.d.ts +21 -6
- package/lib/typescript/shared/utils/create-provider.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/blank-stack/components/stack-view.tsx +1 -4
- package/src/blank-stack/types.ts +8 -2
- package/src/component-stack/components/stack-view.tsx +1 -4
- package/src/component-stack/types.ts +8 -2
- package/src/native-stack/types.ts +8 -2
- package/src/native-stack/views/NativeStackView.native.tsx +3 -9
- package/src/shared/adapters/with-screen-transitions/stack-layout.tsx +1 -1
- package/src/shared/components/activity/variants/activity-screen.tsx +1 -1
- package/src/shared/components/boundary/components/boundary-lifecycle.tsx +0 -6
- package/src/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.ts +102 -0
- package/src/shared/components/boundary/hooks/lifecycles/use-boundary-presence.ts +20 -11
- package/src/shared/components/boundary/hooks/use-boundary-measurement.ts +3 -22
- package/src/shared/components/boundary/hooks/use-measurer.ts +5 -20
- package/src/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.ts +40 -0
- package/src/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +75 -22
- package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +10 -1
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.ts +19 -0
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.ts +14 -0
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.ts +36 -1
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.ts +22 -13
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +26 -9
- package/src/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +1 -1
- package/src/shared/components/boundary/types.ts +1 -1
- package/src/shared/components/overlay/helpers/create-overlay-interpolator-frame.ts +29 -0
- package/src/shared/components/overlay/helpers/get-active-overlay.ts +62 -20
- package/src/shared/components/overlay/helpers/retain-ready-overlay-resources.ts +38 -0
- package/src/shared/components/overlay/helpers/run-overlay-slot-interpolator.ts +48 -0
- package/src/shared/components/overlay/hooks/use-overlay-slot.ts +103 -0
- package/src/shared/components/overlay/variations/float-overlay.tsx +22 -64
- package/src/shared/components/overlay/variations/overlay-host.tsx +135 -28
- package/src/shared/components/screen-lifecycle/hooks/use-close-transition-intent.ts +5 -1
- package/src/shared/index.ts +1 -0
- package/src/shared/providers/helpers/measured-bounds-writes.ts +5 -0
- package/src/shared/providers/screen/animation/animation.provider.tsx +31 -12
- package/src/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.ts +15 -9
- package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts +18 -3
- package/src/shared/providers/screen/animation/helpers/interpolator-participation.ts +6 -0
- package/src/shared/providers/screen/animation/helpers/pipeline.ts +54 -32
- package/src/shared/providers/screen/animation/use-screen-animation.tsx +12 -2
- package/src/shared/providers/screen/descriptors/descriptors.provider.tsx +80 -14
- package/src/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.ts +6 -0
- package/src/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.ts +13 -0
- package/src/shared/providers/screen/gestures/gestures.provider.tsx +18 -7
- package/src/shared/providers/screen/gestures/hooks/use-screen-gesture-config.ts +4 -4
- package/src/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.ts → gesture-ownership-bridge.tsx} +44 -54
- package/src/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +1 -0
- package/src/shared/providers/screen/gestures/pan/behavior/pan-release.ts +12 -2
- package/src/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.ts +1 -0
- package/src/shared/providers/screen/gestures/types.ts +1 -0
- package/src/shared/providers/screen/styles/constants.ts +2 -0
- package/src/shared/providers/screen/styles/helpers/transition-visual-state.ts +26 -0
- package/src/shared/providers/screen/styles/helpers/visibility-block-ownership.ts +16 -0
- package/src/shared/providers/screen/styles/hooks/slot-resolvers.tsx +17 -5
- package/src/shared/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +51 -12
- package/src/shared/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +40 -15
- package/src/shared/providers/screen/styles/slot.provider.tsx +60 -70
- package/src/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.ts +22 -0
- package/src/shared/providers/stack/blank-stack.provider.tsx +6 -1
- package/src/shared/stores/bounds/helpers/link-pairs.helpers.ts +12 -0
- package/src/shared/stores/bounds/internals/clear.ts +12 -1
- package/src/shared/stores/bounds/internals/coordinator.ts +403 -0
- package/src/shared/stores/bounds/internals/entries.ts +1 -38
- package/src/shared/stores/bounds/internals/links.ts +28 -38
- package/src/shared/stores/bounds/internals/screen-graph.ts +45 -0
- package/src/shared/stores/bounds/internals/state.ts +10 -1
- package/src/shared/stores/bounds/types.ts +19 -1
- package/src/shared/types/animation.types.ts +8 -0
- package/src/shared/types/index.ts +1 -1
- package/src/shared/types/overlay.types.ts +41 -14
- package/src/shared/types/screen.types.ts +12 -2
- package/src/shared/utils/bounds/helpers/create-bounds-accessor-core.ts +8 -3
- package/src/shared/utils/bounds/helpers/create-link-accessor.ts +11 -0
- package/src/shared/utils/bounds/helpers/prepare-bound-styles.ts +3 -2
- package/src/shared/utils/bounds/helpers/resolve-bounds-pair-key.ts +0 -1
- package/src/shared/utils/bounds/helpers/styles/compute.ts +12 -5
- package/src/shared/utils/create-provider.tsx +221 -19
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -177
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -49
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -69
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js +0 -68
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js +0 -97
- package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/source-signals.js +0 -43
- package/lib/commonjs/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -29
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js +0 -28
- package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js +0 -53
- package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -173
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -44
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -64
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/destination-signals.js +0 -63
- package/lib/module/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/refresh-signals.js +0 -92
- package/lib/module/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/source-signals.js +0 -38
- package/lib/module/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -25
- package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js +0 -24
- package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js +0 -47
- package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +0 -10
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts +0 -10
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts +0 -16
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts +0 -19
- package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts +0 -14
- package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -6
- package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -14
- package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts +0 -7
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts +0 -6
- package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
- package/src/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +0 -267
- package/src/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.ts +0 -51
- package/src/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.ts +0 -90
- package/src/shared/components/boundary/utils/destination-signals.ts +0 -75
- package/src/shared/components/boundary/utils/refresh-signals.ts +0 -164
- package/src/shared/components/boundary/utils/source-signals.ts +0 -51
- package/src/shared/providers/screen/descriptors/helpers/get-ancestor-keys.ts +0 -28
- package/src/shared/providers/screen/styles/components/floating-overlay-layer.tsx +0 -29
- package/src/shared/providers/screen/styles/stores/slot-references.store.ts +0 -72
|
@@ -85,14 +85,14 @@ declare const _default: {
|
|
|
85
85
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
86
86
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
87
87
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
88
|
-
importantForAccessibility?: "auto" | "
|
|
88
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
89
89
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
90
90
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
91
91
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
92
92
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
93
93
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
94
94
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
95
|
-
'aria-live'?: "
|
|
95
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
96
96
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
97
97
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
98
98
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -111,114 +111,108 @@ declare const _default: {
|
|
|
111
111
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
112
112
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
113
113
|
} & {
|
|
114
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
115
|
-
children?: import("react").ReactNode
|
|
116
|
-
hitSlop?: number | import("react-native").Insets |
|
|
117
|
-
id?: string |
|
|
118
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
119
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
120
|
-
pointerEvents?: "none" | "
|
|
121
|
-
removeClippedSubviews?: boolean |
|
|
122
|
-
testID?: string |
|
|
123
|
-
nativeID?: string |
|
|
124
|
-
collapsable?: boolean |
|
|
125
|
-
collapsableChildren?: boolean |
|
|
126
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
127
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
128
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
129
|
-
focusable?: boolean |
|
|
130
|
-
tabIndex?: 0 | -1 |
|
|
131
|
-
shouldRasterizeIOS?: boolean |
|
|
132
|
-
isTVSelectable?: boolean |
|
|
133
|
-
hasTVPreferredFocus?: boolean |
|
|
134
|
-
tvParallaxShiftDistanceX?: number |
|
|
135
|
-
tvParallaxShiftDistanceY?: number |
|
|
136
|
-
tvParallaxTiltAngle?: number |
|
|
137
|
-
tvParallaxMagnification?: number |
|
|
138
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
139
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
140
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
141
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
142
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
143
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
144
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
145
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
146
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
147
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
148
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
149
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
150
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
151
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
152
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
153
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
154
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
155
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
156
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
157
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
158
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
159
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
160
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
161
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
162
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
163
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
164
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
165
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
166
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
167
|
-
accessible?: boolean |
|
|
114
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
115
|
+
children?: import("react").ReactNode;
|
|
116
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
117
|
+
id?: string | undefined | undefined;
|
|
118
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
119
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
120
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
121
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
122
|
+
testID?: string | undefined | undefined;
|
|
123
|
+
nativeID?: string | undefined | undefined;
|
|
124
|
+
collapsable?: boolean | undefined | undefined;
|
|
125
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
126
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
127
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
128
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
129
|
+
focusable?: boolean | undefined | undefined;
|
|
130
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
131
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
132
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
133
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
134
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
135
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
136
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
137
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
138
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
139
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
140
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
141
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
142
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
143
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
144
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
145
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
146
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
147
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
148
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
149
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
150
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
151
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
152
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
153
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
154
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
155
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
156
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
157
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
158
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
159
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
160
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
161
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
162
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
163
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
164
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
165
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
166
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
167
|
+
accessible?: boolean | undefined | undefined;
|
|
168
168
|
accessibilityActions?: readonly Readonly<{
|
|
169
169
|
name: import("react-native").AccessibilityActionName | string;
|
|
170
170
|
label?: string | undefined;
|
|
171
|
-
}>[] |
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
'aria-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
'aria-
|
|
180
|
-
'aria-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
'aria-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
'aria-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
'aria-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
'aria-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
212
|
-
} & {
|
|
213
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
214
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
215
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
216
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
|
|
171
|
+
}>[] | undefined;
|
|
172
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
173
|
+
'aria-label'?: string | undefined | undefined;
|
|
174
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
175
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
176
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
177
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
178
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
179
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
180
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
181
|
+
accessibilityHint?: string | undefined | undefined;
|
|
182
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
183
|
+
'aria-valuemax'?: number | undefined;
|
|
184
|
+
'aria-valuemin'?: number | undefined;
|
|
185
|
+
'aria-valuenow'?: number | undefined;
|
|
186
|
+
'aria-valuetext'?: string | undefined;
|
|
187
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
188
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
189
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
190
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
191
|
+
role?: import("react-native").Role | undefined;
|
|
192
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
193
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
194
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
195
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
196
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
197
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
198
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
199
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
200
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
201
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
202
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
203
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
204
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
205
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
206
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
207
|
+
}>> | undefined;
|
|
208
|
+
} & {
|
|
209
|
+
sharedTransitionTag?: string;
|
|
210
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
217
211
|
} & {
|
|
218
212
|
styleId?: string;
|
|
219
213
|
} & import("react").RefAttributes<never>>>;
|
|
220
214
|
Pressable: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
221
|
-
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) =>
|
|
215
|
+
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode) | import("react-native-reanimated").SharedValue<import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode)>;
|
|
222
216
|
hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
|
|
223
217
|
id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
224
218
|
needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -294,14 +288,14 @@ declare const _default: {
|
|
|
294
288
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
295
289
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
296
290
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
297
|
-
importantForAccessibility?: "auto" | "
|
|
291
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
298
292
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
299
293
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
300
294
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
301
295
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
302
296
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
303
297
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
304
|
-
'aria-live'?: "
|
|
298
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
305
299
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
306
300
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
307
301
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -315,8 +309,8 @@ declare const _default: {
|
|
|
315
309
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
316
310
|
key?: import("react").Key | import("react-native-reanimated").SharedValue<import("react").Key | null | undefined> | null | undefined;
|
|
317
311
|
ref?: import("react").Ref<View> | import("react-native-reanimated").SharedValue<import("react").Ref<View> | undefined> | undefined;
|
|
318
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
319
312
|
disabled?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
313
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
320
314
|
onHoverIn?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
|
|
321
315
|
onHoverOut?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
|
|
322
316
|
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
@@ -331,6 +325,7 @@ declare const _default: {
|
|
|
331
325
|
android_ripple?: import("react-native").PressableAndroidRippleConfig | import("react-native-reanimated").SharedValue<import("react-native").PressableAndroidRippleConfig | null | undefined> | null | undefined;
|
|
332
326
|
testOnly_pressed?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
333
327
|
unstable_pressDelay?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
328
|
+
onPressMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
334
329
|
} & {
|
|
335
330
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle> | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>)>>;
|
|
336
331
|
} & {
|
|
@@ -338,130 +333,125 @@ declare const _default: {
|
|
|
338
333
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
339
334
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
340
335
|
} & {
|
|
341
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
342
|
-
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) =>
|
|
343
|
-
hitSlop?: number | import("react-native").Insets |
|
|
344
|
-
id?: string |
|
|
345
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
346
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
347
|
-
pointerEvents?: "none" | "
|
|
348
|
-
removeClippedSubviews?: boolean |
|
|
349
|
-
testID?: string |
|
|
350
|
-
nativeID?: string |
|
|
351
|
-
collapsable?: boolean |
|
|
352
|
-
collapsableChildren?: boolean |
|
|
353
|
-
onBlur?:
|
|
354
|
-
onFocus?:
|
|
355
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
356
|
-
focusable?: boolean |
|
|
357
|
-
tabIndex?: 0 | -1 |
|
|
358
|
-
shouldRasterizeIOS?: boolean |
|
|
359
|
-
isTVSelectable?: boolean |
|
|
360
|
-
hasTVPreferredFocus?: boolean |
|
|
361
|
-
tvParallaxShiftDistanceX?: number |
|
|
362
|
-
tvParallaxShiftDistanceY?: number |
|
|
363
|
-
tvParallaxTiltAngle?: number |
|
|
364
|
-
tvParallaxMagnification?: number |
|
|
365
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
366
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
367
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
368
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
369
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
370
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
371
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
372
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
373
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
374
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
375
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
376
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
377
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
378
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
379
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
380
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
381
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
382
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
383
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
384
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
385
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
386
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
387
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
388
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
389
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
390
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
391
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
392
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
393
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
394
|
-
accessible?: boolean |
|
|
336
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
337
|
+
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode);
|
|
338
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
339
|
+
id?: string | undefined | undefined;
|
|
340
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
341
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
342
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
343
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
344
|
+
testID?: string | undefined | undefined;
|
|
345
|
+
nativeID?: string | undefined | undefined;
|
|
346
|
+
collapsable?: boolean | undefined | undefined;
|
|
347
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
348
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
349
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
350
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
351
|
+
focusable?: boolean | undefined | undefined;
|
|
352
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
353
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
354
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
355
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
356
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
357
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
358
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
359
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
360
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
361
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
362
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
363
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
364
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
365
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
366
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
367
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
368
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
369
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
370
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
371
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
372
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
373
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
374
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
375
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
376
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
377
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
378
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
379
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
380
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
381
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
382
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
383
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
384
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
385
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
386
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
387
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
388
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
389
|
+
accessible?: boolean | undefined | undefined;
|
|
395
390
|
accessibilityActions?: readonly Readonly<{
|
|
396
391
|
name: import("react-native").AccessibilityActionName | string;
|
|
397
392
|
label?: string | undefined;
|
|
398
|
-
}>[] |
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
'aria-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
'aria-
|
|
407
|
-
'aria-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
'aria-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
'aria-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
'aria-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
'aria-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
} & {
|
|
458
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
459
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
460
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
461
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").PressableProps & import("react").RefAttributes<View>>> | undefined;
|
|
393
|
+
}>[] | undefined;
|
|
394
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
395
|
+
'aria-label'?: string | undefined | undefined;
|
|
396
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
397
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
398
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
399
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
400
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
401
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
402
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
403
|
+
accessibilityHint?: string | undefined | undefined;
|
|
404
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
405
|
+
'aria-valuemax'?: number | undefined;
|
|
406
|
+
'aria-valuemin'?: number | undefined;
|
|
407
|
+
'aria-valuenow'?: number | undefined;
|
|
408
|
+
'aria-valuetext'?: string | undefined;
|
|
409
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
410
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
411
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
412
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
413
|
+
role?: import("react-native").Role | undefined;
|
|
414
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
415
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
416
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
417
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
418
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
419
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
420
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
421
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
422
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
423
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
424
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
425
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
426
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
427
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
428
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
429
|
+
key?: import("react").Key | null | undefined;
|
|
430
|
+
ref?: import("react").Ref<View> | undefined;
|
|
431
|
+
disabled?: null | boolean | undefined | undefined;
|
|
432
|
+
onPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
433
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
434
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
435
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
436
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
437
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
438
|
+
cancelable?: null | boolean | undefined | undefined;
|
|
439
|
+
delayHoverIn?: number | null | undefined | undefined;
|
|
440
|
+
delayHoverOut?: number | null | undefined | undefined;
|
|
441
|
+
delayLongPress?: null | number | undefined | undefined;
|
|
442
|
+
pressRetentionOffset?: number | import("react-native").Insets | null | undefined;
|
|
443
|
+
android_disableSound?: null | boolean | undefined | undefined;
|
|
444
|
+
android_ripple?: import("react-native").PressableAndroidRippleConfig | null | undefined;
|
|
445
|
+
testOnly_pressed?: null | boolean | undefined | undefined;
|
|
446
|
+
unstable_pressDelay?: number | undefined | undefined;
|
|
447
|
+
onPressMove?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
448
|
+
}>> | undefined;
|
|
449
|
+
} & {
|
|
450
|
+
sharedTransitionTag?: string;
|
|
451
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
462
452
|
} & {
|
|
463
453
|
styleId?: string;
|
|
464
|
-
} & import("react").RefAttributes<
|
|
454
|
+
} & import("react").RefAttributes<never>>>;
|
|
465
455
|
ScrollView: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
466
456
|
horizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
467
457
|
children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
|
|
@@ -540,14 +530,14 @@ declare const _default: {
|
|
|
540
530
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
541
531
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
542
532
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
543
|
-
importantForAccessibility?: "auto" | "
|
|
533
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
544
534
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
545
535
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
546
536
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
547
537
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
548
538
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
549
539
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
550
|
-
'aria-live'?: "
|
|
540
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
551
541
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
552
542
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
553
543
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -559,18 +549,24 @@ declare const _default: {
|
|
|
559
549
|
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
560
550
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
561
551
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
552
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
553
|
+
fadingEdgeLength?: number | {
|
|
554
|
+
start: number;
|
|
555
|
+
end: number;
|
|
556
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
557
|
+
start: number;
|
|
558
|
+
end: number;
|
|
559
|
+
} | undefined> | undefined;
|
|
567
560
|
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
568
561
|
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
569
562
|
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
570
563
|
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
571
564
|
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
572
|
-
|
|
565
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
566
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
573
567
|
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
568
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
569
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
574
570
|
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
575
571
|
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
576
572
|
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -610,6 +606,7 @@ declare const _default: {
|
|
|
610
606
|
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
611
607
|
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
612
608
|
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
609
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
613
610
|
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
614
611
|
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
615
612
|
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -620,14 +617,8 @@ declare const _default: {
|
|
|
620
617
|
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
621
618
|
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
622
619
|
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
623
|
-
fadingEdgeLength?: number | {
|
|
624
|
-
start: number;
|
|
625
|
-
end: number;
|
|
626
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
627
|
-
start: number;
|
|
628
|
-
end: number;
|
|
629
|
-
} | undefined> | undefined;
|
|
630
620
|
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
621
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
631
622
|
} & {
|
|
632
623
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
633
624
|
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
@@ -637,181 +628,168 @@ declare const _default: {
|
|
|
637
628
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
638
629
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
639
630
|
} & {
|
|
640
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
641
|
-
horizontal?: boolean |
|
|
642
|
-
children?: import("react").ReactNode
|
|
643
|
-
hitSlop?: number | import("react-native").Insets |
|
|
644
|
-
id?: string |
|
|
645
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
646
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
647
|
-
pointerEvents?: "none" | "
|
|
648
|
-
removeClippedSubviews?: boolean |
|
|
649
|
-
testID?: string |
|
|
650
|
-
nativeID?: string |
|
|
651
|
-
collapsable?: boolean |
|
|
652
|
-
collapsableChildren?: boolean |
|
|
653
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
654
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
655
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
656
|
-
focusable?: boolean |
|
|
657
|
-
tabIndex?: 0 | -1 |
|
|
658
|
-
shouldRasterizeIOS?: boolean |
|
|
659
|
-
isTVSelectable?: boolean |
|
|
660
|
-
hasTVPreferredFocus?: boolean |
|
|
661
|
-
tvParallaxShiftDistanceX?: number |
|
|
662
|
-
tvParallaxShiftDistanceY?: number |
|
|
663
|
-
tvParallaxTiltAngle?: number |
|
|
664
|
-
tvParallaxMagnification?: number |
|
|
665
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
666
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
667
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
668
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
669
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
670
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
671
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
672
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
673
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
674
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
675
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
676
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
677
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
678
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
679
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
680
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
681
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
682
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
683
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
684
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
685
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
686
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
687
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
688
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
689
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
690
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
691
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
692
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
693
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
694
|
-
accessible?: boolean |
|
|
631
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
632
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
633
|
+
children?: import("react").ReactNode;
|
|
634
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
635
|
+
id?: string | undefined | undefined;
|
|
636
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
637
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
638
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
639
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
640
|
+
testID?: string | undefined | undefined;
|
|
641
|
+
nativeID?: string | undefined | undefined;
|
|
642
|
+
collapsable?: boolean | undefined | undefined;
|
|
643
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
644
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
645
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
646
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
647
|
+
focusable?: boolean | undefined | undefined;
|
|
648
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
649
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
650
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
651
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
652
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
653
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
654
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
655
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
656
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
657
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
658
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
659
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
660
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
661
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
662
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
663
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
664
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
665
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
666
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
667
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
668
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
669
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
670
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
671
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
672
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
673
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
674
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
675
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
676
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
677
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
678
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
679
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
680
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
681
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
682
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
683
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
684
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
685
|
+
accessible?: boolean | undefined | undefined;
|
|
695
686
|
accessibilityActions?: readonly Readonly<{
|
|
696
687
|
name: import("react-native").AccessibilityActionName | string;
|
|
697
688
|
label?: string | undefined;
|
|
698
|
-
}>[] |
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
'aria-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
'aria-
|
|
707
|
-
'aria-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
'aria-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
'aria-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
'aria-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
'aria-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
736
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
737
|
-
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
738
|
-
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
739
|
-
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
740
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
741
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
742
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
743
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
744
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
745
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
746
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
747
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
748
|
-
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
749
|
-
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
750
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
751
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
752
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
753
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
754
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
755
|
-
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
|
|
756
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
757
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
758
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
759
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
760
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
761
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
762
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
763
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
764
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
765
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
766
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
767
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
768
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
769
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
770
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
771
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
772
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
773
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
774
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
775
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
776
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
777
|
-
maintainVisibleContentPosition?: {
|
|
778
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
779
|
-
minIndexForVisible: number;
|
|
780
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
781
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
782
|
-
minIndexForVisible: number;
|
|
783
|
-
} | null | undefined> | null | undefined;
|
|
784
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
785
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
786
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
787
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
788
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
789
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
790
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
791
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
792
|
-
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
793
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
794
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
795
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
796
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
797
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
689
|
+
}>[] | undefined;
|
|
690
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
691
|
+
'aria-label'?: string | undefined | undefined;
|
|
692
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
693
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
694
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
695
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
696
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
697
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
698
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
699
|
+
accessibilityHint?: string | undefined | undefined;
|
|
700
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
701
|
+
'aria-valuemax'?: number | undefined;
|
|
702
|
+
'aria-valuemin'?: number | undefined;
|
|
703
|
+
'aria-valuenow'?: number | undefined;
|
|
704
|
+
'aria-valuetext'?: string | undefined;
|
|
705
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
706
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
707
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
708
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
709
|
+
role?: import("react-native").Role | undefined;
|
|
710
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
711
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
712
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
713
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
714
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
715
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
716
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
717
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
718
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
719
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
720
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
721
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
722
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
723
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
724
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
725
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
798
726
|
fadingEdgeLength?: number | {
|
|
799
727
|
start: number;
|
|
800
728
|
end: number;
|
|
801
|
-
} |
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
729
|
+
} | undefined | undefined;
|
|
730
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
731
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
732
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
733
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
734
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
735
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
736
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
737
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
738
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
739
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
740
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
741
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
742
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
743
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
744
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
745
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
746
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
747
|
+
snapToInterval?: number | undefined | undefined;
|
|
748
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
749
|
+
snapToStart?: boolean | undefined | undefined;
|
|
750
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
751
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
752
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
753
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
754
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
755
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
756
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
757
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
758
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
759
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
760
|
+
bounces?: boolean | undefined | undefined;
|
|
761
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
762
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
763
|
+
centerContent?: boolean | undefined | undefined;
|
|
764
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
765
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
766
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
767
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
768
|
+
maintainVisibleContentPosition?: null | {
|
|
769
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
770
|
+
minIndexForVisible: number;
|
|
771
|
+
} | undefined | undefined;
|
|
772
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
773
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
774
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
775
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
776
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
777
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
778
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
779
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
780
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
781
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
782
|
+
zoomScale?: number | undefined | undefined;
|
|
783
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
784
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
785
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
786
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
787
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
788
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
789
|
+
}>> | undefined;
|
|
790
|
+
} & {
|
|
791
|
+
sharedTransitionTag?: string;
|
|
792
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
815
793
|
} & {
|
|
816
794
|
styleId?: string;
|
|
817
795
|
} & import("react").RefAttributes<never>>>;
|
|
@@ -893,14 +871,14 @@ declare const _default: {
|
|
|
893
871
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
894
872
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
895
873
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
896
|
-
importantForAccessibility?: "auto" | "
|
|
874
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
897
875
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
898
876
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
899
877
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
900
878
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
901
879
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
902
880
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
903
|
-
'aria-live'?: "
|
|
881
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
904
882
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
905
883
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
906
884
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -913,75 +891,7 @@ declare const _default: {
|
|
|
913
891
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
914
892
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
915
893
|
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
916
|
-
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
917
|
-
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
918
|
-
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
919
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
920
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
921
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
922
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
923
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
924
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
925
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
926
894
|
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
927
|
-
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
928
|
-
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
929
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
930
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
931
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
932
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
933
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
934
|
-
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
|
|
935
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
936
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
937
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
938
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
939
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
940
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
941
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
942
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
943
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
944
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
945
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
946
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
947
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
948
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
949
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
950
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
951
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
952
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
953
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
954
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
955
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
956
|
-
maintainVisibleContentPosition?: {
|
|
957
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
958
|
-
minIndexForVisible: number;
|
|
959
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
960
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
961
|
-
minIndexForVisible: number;
|
|
962
|
-
} | null | undefined> | null | undefined;
|
|
963
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
964
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
965
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
966
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
967
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
968
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
969
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
970
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
971
|
-
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
972
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
973
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
974
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
975
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
976
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
977
|
-
fadingEdgeLength?: number | {
|
|
978
|
-
start: number;
|
|
979
|
-
end: number;
|
|
980
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
981
|
-
start: number;
|
|
982
|
-
end: number;
|
|
983
|
-
} | undefined> | undefined;
|
|
984
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
985
895
|
extraData?: any | undefined;
|
|
986
896
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
987
897
|
length: number;
|
|
@@ -1008,10 +918,17 @@ declare const _default: {
|
|
|
1008
918
|
refreshing?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
1009
919
|
renderItem: import("react-native").ListRenderItem<unknown> | import("react-native-reanimated").SharedValue<import("react-native").ListRenderItem<unknown> | null | undefined> | null | undefined;
|
|
1010
920
|
viewabilityConfig?: import("react-native").ViewabilityConfig | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfig | undefined> | undefined;
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
921
|
+
fadingEdgeLength?: number | {
|
|
922
|
+
start: number;
|
|
923
|
+
end: number;
|
|
924
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
925
|
+
start: number;
|
|
926
|
+
end: number;
|
|
927
|
+
} | undefined> | undefined;
|
|
928
|
+
ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
|
|
929
|
+
ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
|
|
930
|
+
ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
|
|
931
|
+
ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
|
|
1015
932
|
debug?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1016
933
|
disableVirtualization?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1017
934
|
getItem?: ((data: any, index: number) => unknown) | import("react-native-reanimated").SharedValue<((data: any, index: number) => unknown) | undefined> | undefined;
|
|
@@ -1040,265 +957,296 @@ declare const _default: {
|
|
|
1040
957
|
}) => void) | null | undefined> | null | undefined;
|
|
1041
958
|
onStartReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
|
|
1042
959
|
progressViewOffset?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1043
|
-
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) =>
|
|
960
|
+
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | import("react-native-reanimated").SharedValue<((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined> | undefined;
|
|
1044
961
|
updateCellsBatchingPeriod?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1045
962
|
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfigCallbackPairs | undefined> | undefined;
|
|
1046
963
|
windowSize?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1047
964
|
CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined> | null | undefined;
|
|
965
|
+
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
966
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
967
|
+
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
968
|
+
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
969
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
970
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
971
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
972
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
973
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
974
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
975
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
976
|
+
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
977
|
+
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
978
|
+
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
979
|
+
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
980
|
+
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
981
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
|
|
982
|
+
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
983
|
+
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
984
|
+
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
985
|
+
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
986
|
+
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
987
|
+
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
988
|
+
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
989
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
990
|
+
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
991
|
+
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
992
|
+
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
993
|
+
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
994
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
995
|
+
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
996
|
+
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
997
|
+
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
998
|
+
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
999
|
+
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1000
|
+
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1001
|
+
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1002
|
+
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1003
|
+
maintainVisibleContentPosition?: {
|
|
1004
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1005
|
+
minIndexForVisible: number;
|
|
1006
|
+
} | import("react-native-reanimated").SharedValue<{
|
|
1007
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1008
|
+
minIndexForVisible: number;
|
|
1009
|
+
} | null | undefined> | null | undefined;
|
|
1010
|
+
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1011
|
+
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1012
|
+
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1013
|
+
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1014
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1015
|
+
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1016
|
+
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1017
|
+
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1018
|
+
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
1019
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1020
|
+
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1021
|
+
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1022
|
+
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1023
|
+
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1024
|
+
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1025
|
+
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1026
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1048
1027
|
} & {
|
|
1049
1028
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1050
|
-
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1051
|
-
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
|
|
1052
1029
|
columnWrapperStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1053
1030
|
ListFooterComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1054
1031
|
ListHeaderComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1032
|
+
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1033
|
+
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
|
|
1055
1034
|
} & {
|
|
1056
1035
|
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
1057
1036
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1058
1037
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1059
1038
|
} & {
|
|
1060
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
1061
|
-
horizontal?: boolean |
|
|
1062
|
-
children?: import("react").ReactNode
|
|
1063
|
-
hitSlop?: number | import("react-native").Insets |
|
|
1064
|
-
id?: string |
|
|
1065
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
1066
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
1067
|
-
pointerEvents?: "none" | "
|
|
1068
|
-
removeClippedSubviews?: boolean |
|
|
1069
|
-
testID?: string |
|
|
1070
|
-
nativeID?: string |
|
|
1071
|
-
collapsable?: boolean |
|
|
1072
|
-
collapsableChildren?: boolean |
|
|
1073
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
1074
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
1075
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
1076
|
-
focusable?: boolean |
|
|
1077
|
-
tabIndex?: 0 | -1 |
|
|
1078
|
-
shouldRasterizeIOS?: boolean |
|
|
1079
|
-
isTVSelectable?: boolean |
|
|
1080
|
-
hasTVPreferredFocus?: boolean |
|
|
1081
|
-
tvParallaxShiftDistanceX?: number |
|
|
1082
|
-
tvParallaxShiftDistanceY?: number |
|
|
1083
|
-
tvParallaxTiltAngle?: number |
|
|
1084
|
-
tvParallaxMagnification?: number |
|
|
1085
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1086
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1087
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1088
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1089
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1090
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1091
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1092
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1093
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1094
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1095
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1096
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1097
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1098
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1099
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1100
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1101
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1102
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
1103
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1104
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
1105
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1106
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
1107
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1108
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
1109
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1110
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
1111
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1112
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
1113
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1114
|
-
accessible?: boolean |
|
|
1039
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
1040
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
1041
|
+
children?: import("react").ReactNode;
|
|
1042
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1043
|
+
id?: string | undefined | undefined;
|
|
1044
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
1045
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
1046
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
1047
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
1048
|
+
testID?: string | undefined | undefined;
|
|
1049
|
+
nativeID?: string | undefined | undefined;
|
|
1050
|
+
collapsable?: boolean | undefined | undefined;
|
|
1051
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
1052
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
1053
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
1054
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
1055
|
+
focusable?: boolean | undefined | undefined;
|
|
1056
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
1057
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
1058
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
1059
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
1060
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
1061
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
1062
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
1063
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
1064
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1065
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1066
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1067
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1068
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1069
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1070
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1071
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1072
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1073
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1074
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1075
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1076
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1077
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1078
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1079
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1080
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1081
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1082
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1083
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1084
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1085
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1086
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1087
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1088
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1089
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1090
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1091
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1092
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1093
|
+
accessible?: boolean | undefined | undefined;
|
|
1115
1094
|
accessibilityActions?: readonly Readonly<{
|
|
1116
1095
|
name: import("react-native").AccessibilityActionName | string;
|
|
1117
1096
|
label?: string | undefined;
|
|
1118
|
-
}>[] |
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
'aria-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
'aria-
|
|
1127
|
-
'aria-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
'aria-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
'aria-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
'aria-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
'aria-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1157
|
-
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
1158
|
-
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1159
|
-
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1160
|
-
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1161
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
1162
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1163
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
1164
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
1165
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
1166
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1167
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
1168
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
1169
|
-
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1170
|
-
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1171
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1172
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1173
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1174
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1175
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1176
|
-
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
|
|
1177
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1178
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1179
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1180
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1181
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1182
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1183
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1184
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
1185
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1186
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1187
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1188
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1189
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1190
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1191
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1192
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1193
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1194
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1195
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1196
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1197
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1198
|
-
maintainVisibleContentPosition?: {
|
|
1199
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1200
|
-
minIndexForVisible: number;
|
|
1201
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
1202
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1203
|
-
minIndexForVisible: number;
|
|
1204
|
-
} | null | undefined> | null | undefined;
|
|
1205
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1206
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1207
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1208
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1209
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1210
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1211
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1212
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
1213
|
-
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
|
|
1214
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1215
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1216
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1217
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1218
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1219
|
-
fadingEdgeLength?: number | {
|
|
1220
|
-
start: number;
|
|
1221
|
-
end: number;
|
|
1222
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
1223
|
-
start: number;
|
|
1224
|
-
end: number;
|
|
1225
|
-
} | undefined> | undefined;
|
|
1226
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1097
|
+
}>[] | undefined;
|
|
1098
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
1099
|
+
'aria-label'?: string | undefined | undefined;
|
|
1100
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
1101
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1102
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
1103
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
1104
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
1105
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
1106
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
1107
|
+
accessibilityHint?: string | undefined | undefined;
|
|
1108
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1109
|
+
'aria-valuemax'?: number | undefined;
|
|
1110
|
+
'aria-valuemin'?: number | undefined;
|
|
1111
|
+
'aria-valuenow'?: number | undefined;
|
|
1112
|
+
'aria-valuetext'?: string | undefined;
|
|
1113
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
1114
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
1115
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
1116
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
1117
|
+
role?: import("react-native").Role | undefined;
|
|
1118
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
1119
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
1120
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
1121
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
1122
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
1123
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
1124
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
1125
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
1126
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
1127
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
1128
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
1129
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
1130
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
1131
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
1132
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
1133
|
+
data?: ArrayLike<unknown> | null | undefined;
|
|
1134
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
1227
1135
|
extraData?: any | undefined;
|
|
1228
1136
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
1229
1137
|
length: number;
|
|
1230
1138
|
offset: number;
|
|
1231
1139
|
index: number;
|
|
1232
|
-
}) |
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
keyExtractor?: ((item: unknown, index: number) => string) | import("react-native-reanimated").SharedValue<((item: unknown, index: number) => string) | undefined> | undefined;
|
|
1240
|
-
legacyImplementation?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1241
|
-
numColumns?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1242
|
-
onRefresh?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | null | undefined> | null | undefined;
|
|
1140
|
+
}) | undefined;
|
|
1141
|
+
initialNumToRender?: number | undefined | undefined;
|
|
1142
|
+
initialScrollIndex?: number | null | undefined | undefined;
|
|
1143
|
+
keyExtractor?: ((item: unknown, index: number) => string) | undefined;
|
|
1144
|
+
legacyImplementation?: boolean | undefined | undefined;
|
|
1145
|
+
numColumns?: number | undefined | undefined;
|
|
1146
|
+
onRefresh?: (() => void) | null | undefined | undefined;
|
|
1243
1147
|
onViewableItemsChanged?: ((info: {
|
|
1244
1148
|
viewableItems: import("react-native").ViewToken<unknown>[];
|
|
1245
1149
|
changed: import("react-native").ViewToken<unknown>[];
|
|
1246
|
-
}) => void) |
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1150
|
+
}) => void) | null | undefined;
|
|
1151
|
+
refreshing?: boolean | null | undefined | undefined;
|
|
1152
|
+
renderItem?: import("react-native").ListRenderItem<unknown> | null | undefined;
|
|
1153
|
+
viewabilityConfig?: import("react-native").ViewabilityConfig | undefined;
|
|
1154
|
+
fadingEdgeLength?: number | {
|
|
1155
|
+
start: number;
|
|
1156
|
+
end: number;
|
|
1157
|
+
} | undefined | undefined;
|
|
1158
|
+
ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1159
|
+
ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1160
|
+
ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1161
|
+
ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1162
|
+
debug?: boolean | undefined | undefined;
|
|
1163
|
+
disableVirtualization?: boolean | undefined | undefined;
|
|
1164
|
+
getItem?: ((data: any, index: number) => unknown) | undefined;
|
|
1165
|
+
getItemCount?: ((data: any) => number) | undefined | undefined;
|
|
1166
|
+
inverted?: boolean | null | undefined | undefined;
|
|
1167
|
+
maxToRenderPerBatch?: number | undefined | undefined;
|
|
1263
1168
|
onEndReached?: ((info: {
|
|
1264
1169
|
distanceFromEnd: number;
|
|
1265
|
-
}) => void) |
|
|
1266
|
-
|
|
1267
|
-
}) => void) | null | undefined> | null | undefined;
|
|
1268
|
-
onEndReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
|
|
1170
|
+
}) => void) | null | undefined | undefined;
|
|
1171
|
+
onEndReachedThreshold?: number | null | undefined | undefined;
|
|
1269
1172
|
onScrollToIndexFailed?: ((info: {
|
|
1270
1173
|
index: number;
|
|
1271
1174
|
highestMeasuredFrameIndex: number;
|
|
1272
1175
|
averageItemLength: number;
|
|
1273
|
-
}) => void) |
|
|
1274
|
-
index: number;
|
|
1275
|
-
highestMeasuredFrameIndex: number;
|
|
1276
|
-
averageItemLength: number;
|
|
1277
|
-
}) => void) | undefined> | undefined;
|
|
1176
|
+
}) => void) | undefined | undefined;
|
|
1278
1177
|
onStartReached?: ((info: {
|
|
1279
1178
|
distanceFromStart: number;
|
|
1280
|
-
}) => void) |
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1179
|
+
}) => void) | null | undefined | undefined;
|
|
1180
|
+
onStartReachedThreshold?: number | null | undefined | undefined;
|
|
1181
|
+
progressViewOffset?: number | undefined | undefined;
|
|
1182
|
+
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined | undefined;
|
|
1183
|
+
updateCellsBatchingPeriod?: number | undefined | undefined;
|
|
1184
|
+
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | undefined;
|
|
1185
|
+
windowSize?: number | undefined | undefined;
|
|
1186
|
+
CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined;
|
|
1187
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
1188
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
1189
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
1190
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
1191
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
1192
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
1193
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1194
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1195
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1196
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1197
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1198
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
1199
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
1200
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
1201
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
1202
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
1203
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
1204
|
+
snapToInterval?: number | undefined | undefined;
|
|
1205
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
1206
|
+
snapToStart?: boolean | undefined | undefined;
|
|
1207
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
1208
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
1209
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
1210
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
1211
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
1212
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
1213
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
1214
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
1215
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
1216
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
1217
|
+
bounces?: boolean | undefined | undefined;
|
|
1218
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
1219
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
1220
|
+
centerContent?: boolean | undefined | undefined;
|
|
1221
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
1222
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
1223
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
1224
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
1225
|
+
maintainVisibleContentPosition?: null | {
|
|
1226
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1227
|
+
minIndexForVisible: number;
|
|
1228
|
+
} | undefined | undefined;
|
|
1229
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
1230
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
1231
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
1232
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
1233
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
1234
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
1235
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
1236
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
1237
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
1238
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1239
|
+
zoomScale?: number | undefined | undefined;
|
|
1240
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
1241
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
1242
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
1243
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
1244
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
1245
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
1246
|
+
}>> | undefined;
|
|
1247
|
+
} & {
|
|
1248
|
+
sharedTransitionTag?: string;
|
|
1249
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
1302
1250
|
} & {
|
|
1303
1251
|
styleId?: string;
|
|
1304
1252
|
} & import("react").RefAttributes<never>>>;
|
|
@@ -1357,5 +1305,5 @@ export { useHistory } from "./hooks/navigation/use-history";
|
|
|
1357
1305
|
export { type ScreenState, useScreenState, } from "./hooks/navigation/use-screen-state";
|
|
1358
1306
|
export { type ScreenAnimationTarget, useScreenAnimation, } from "./providers/screen/animation";
|
|
1359
1307
|
export { type ScreenGestureTarget, useScreenGesture, } from "./providers/screen/gestures/hooks/use-screen-gesture";
|
|
1360
|
-
export type { AnimatedViewStyle, AnimationConfig, BoundaryTeleportControl, BoundsMotion, BoundsMotionFrame, BoundsMotionTransform, BoundsNavigationAccessor, BoundsNavigationRevealOptions, BoundsNavigationRevealStyle, BoundsNavigationZoomAxisResponse, BoundsNavigationZoomDragOptions, BoundsNavigationZoomOpacityRange, BoundsNavigationZoomOpacityRanges, BoundsNavigationZoomOptions, BoundsNavigationZoomStyle, GestureHandoffValues, InactiveBehavior, OverlayProps, RawGestureValues, ScreenBackdropComponent, ScreenBackdropComponentProps, ScreenContentComponent, ScreenContentComponentProps, ScreenInterpolationProps, ScreenLayerComponentProps, ScreenStyleInterpolator, ScreenTransitionAccessor, ScreenTransitionConfig, ScreenTransitionDepthTarget, ScreenTransitionTarget, ScrollGestureAxis, ScrollGestureAxisState, ScrollGestureState, ScrollMetadataState, TransitionInterpolatedStyle, TransitionSlotProps, TransitionSlotStyle, TransitionSpec, } from "./types";
|
|
1308
|
+
export type { AnimatedViewStyle, AnimationConfig, BoundaryTeleportControl, BoundsMotion, BoundsMotionFrame, BoundsMotionTransform, BoundsNavigationAccessor, BoundsNavigationRevealOptions, BoundsNavigationRevealStyle, BoundsNavigationZoomAxisResponse, BoundsNavigationZoomDragOptions, BoundsNavigationZoomOpacityRange, BoundsNavigationZoomOpacityRanges, BoundsNavigationZoomOptions, BoundsNavigationZoomStyle, GestureHandoffValues, InactiveBehavior, OverlayComponent, OverlayProps, RawGestureValues, ScreenBackdropComponent, ScreenBackdropComponentProps, ScreenContentComponent, ScreenContentComponentProps, ScreenInterpolationProps, ScreenLayerComponentProps, ScreenStyleInterpolator, ScreenTransitionAccessor, ScreenTransitionConfig, ScreenTransitionDepthTarget, ScreenTransitionTarget, ScrollGestureAxis, ScrollGestureAxisState, ScrollGestureState, ScrollMetadataState, TransitionInterpolatedStyle, TransitionSlotProps, TransitionSlotStyle, TransitionSpec, } from "./types";
|
|
1361
1309
|
//# sourceMappingURL=index.d.ts.map
|