react-native-screen-transitions 4.0.0-alpha.0 → 4.0.0-alpha.2
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/animation/snap-to.js +2 -0
- package/lib/commonjs/animation/snap-to.js.map +1 -1
- package/lib/commonjs/components/boundary/components/boundary-target.js +19 -20
- package/lib/commonjs/components/boundary/components/boundary-target.js.map +1 -1
- package/lib/commonjs/components/boundary/create-boundary-component.js +16 -2
- package/lib/commonjs/components/boundary/create-boundary-component.js.map +1 -1
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js +5 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -1
- package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js +1 -3
- package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/commonjs/components/boundary/index.js +4 -3
- package/lib/commonjs/components/boundary/index.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js +5 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +47 -188
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js +21 -13
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js +1 -12
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +40 -33
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js +3 -4
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +46 -131
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js +45 -9
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +2 -29
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/utils/handoff-target.js +33 -0
- package/lib/commonjs/components/boundary/portal/utils/handoff-target.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js +19 -15
- package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js.map +1 -1
- package/lib/commonjs/components/boundary/portal/utils/teleport-control.js +1 -10
- package/lib/commonjs/components/boundary/portal/utils/teleport-control.js.map +1 -1
- package/lib/commonjs/components/boundary/providers/boundary-root.provider.js +18 -36
- package/lib/commonjs/components/boundary/providers/boundary-root.provider.js.map +1 -1
- package/lib/commonjs/components/boundary/utils/refresh-signals.js +7 -0
- package/lib/commonjs/components/boundary/utils/refresh-signals.js.map +1 -1
- package/lib/commonjs/components/boundary/utils/resolve-boundary-target.js +29 -0
- package/lib/commonjs/components/boundary/utils/resolve-boundary-target.js.map +1 -0
- package/lib/commonjs/components/masked-view.js +9 -1
- package/lib/commonjs/components/masked-view.js.map +1 -1
- package/lib/commonjs/components/screen-container/layers/backdrop.js +3 -1
- package/lib/commonjs/components/screen-container/layers/backdrop.js.map +1 -1
- package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js +9 -1
- package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
- package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js +2 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -1
- package/lib/commonjs/navigators/react-navigation/index.js +7 -8
- package/lib/commonjs/navigators/react-navigation/index.js.map +1 -1
- package/lib/commonjs/providers/helpers/measured-bounds-writes.js +4 -1
- package/lib/commonjs/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/gestures.provider.js +2 -8
- package/lib/commonjs/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js +37 -3
- package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js +3 -2
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -1
- package/lib/commonjs/providers/screen/gestures/types.js.map +1 -1
- package/lib/commonjs/providers/screen/styles/helpers/transition-visual-state.js +42 -0
- package/lib/commonjs/providers/screen/styles/helpers/transition-visual-state.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js +11 -5
- package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
- package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js +23 -10
- package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js +10 -8
- package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/commonjs/stores/bounds/internals/links.js +4 -4
- package/lib/commonjs/stores/bounds/internals/links.js.map +1 -1
- package/lib/commonjs/stores/scroll.store.js +20 -2
- package/lib/commonjs/stores/scroll.store.js.map +1 -1
- package/lib/commonjs/stores/system.store.js +2 -0
- package/lib/commonjs/stores/system.store.js.map +1 -1
- package/lib/commonjs/utils/animation/animate-to-progress.js +23 -1
- package/lib/commonjs/utils/animation/animate-to-progress.js.map +1 -1
- package/lib/commonjs/utils/animation/animate.js +14 -2
- package/lib/commonjs/utils/animation/animate.js.map +1 -1
- package/lib/commonjs/utils/animation/spring/spring.js +22 -2
- package/lib/commonjs/utils/animation/spring/spring.js.map +1 -1
- package/lib/commonjs/utils/animation/spring/springUtils.js +96 -0
- package/lib/commonjs/utils/animation/spring/springUtils.js.map +1 -1
- package/lib/commonjs/utils/animation/state.js +4 -0
- package/lib/commonjs/utils/bounds/navigation/reveal/math.js +17 -5
- package/lib/commonjs/utils/bounds/navigation/reveal/math.js.map +1 -1
- package/lib/commonjs/utils/bounds/navigation/zoom/build.js +44 -20
- package/lib/commonjs/utils/bounds/navigation/zoom/build.js.map +1 -1
- package/lib/commonjs/utils/bounds/navigation/zoom/drag.js +2 -31
- package/lib/commonjs/utils/bounds/navigation/zoom/drag.js.map +1 -1
- package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js +3 -17
- package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js.map +1 -1
- package/lib/module/animation/snap-to.js +2 -0
- package/lib/module/animation/snap-to.js.map +1 -1
- package/lib/module/components/boundary/components/boundary-target.js +19 -20
- package/lib/module/components/boundary/components/boundary-target.js.map +1 -1
- package/lib/module/components/boundary/create-boundary-component.js +17 -3
- package/lib/module/components/boundary/create-boundary-component.js.map +1 -1
- package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js +5 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -1
- package/lib/module/components/boundary/hooks/use-boundary-measurement.js +1 -3
- package/lib/module/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/module/components/boundary/index.js +3 -2
- package/lib/module/components/boundary/index.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js +5 -1
- package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +49 -190
- package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js +21 -13
- package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js +2 -13
- package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +43 -36
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js +3 -4
- package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +50 -135
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/index.js +44 -9
- package/lib/module/components/boundary/portal/components/boundary-portal/index.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +1 -27
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -1
- package/lib/module/components/boundary/portal/utils/handoff-target.js +28 -0
- package/lib/module/components/boundary/portal/utils/handoff-target.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/resolve-portal.js +19 -15
- package/lib/module/components/boundary/portal/utils/resolve-portal.js.map +1 -1
- package/lib/module/components/boundary/portal/utils/teleport-control.js +0 -8
- package/lib/module/components/boundary/portal/utils/teleport-control.js.map +1 -1
- package/lib/module/components/boundary/providers/boundary-root.provider.js +19 -37
- package/lib/module/components/boundary/providers/boundary-root.provider.js.map +1 -1
- package/lib/module/components/boundary/utils/refresh-signals.js +7 -0
- package/lib/module/components/boundary/utils/refresh-signals.js.map +1 -1
- package/lib/module/components/boundary/utils/resolve-boundary-target.js +24 -0
- package/lib/module/components/boundary/utils/resolve-boundary-target.js.map +1 -0
- package/lib/module/components/masked-view.js +10 -2
- package/lib/module/components/masked-view.js.map +1 -1
- package/lib/module/components/screen-container/layers/backdrop.js +3 -1
- package/lib/module/components/screen-container/layers/backdrop.js.map +1 -1
- package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js +10 -2
- package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
- package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js +2 -0
- package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -1
- package/lib/module/navigators/react-navigation/index.js +4 -6
- package/lib/module/navigators/react-navigation/index.js.map +1 -1
- package/lib/module/providers/helpers/measured-bounds-writes.js +4 -1
- package/lib/module/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/module/providers/screen/gestures/gestures.provider.js +2 -8
- package/lib/module/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js +35 -2
- package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -1
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +1 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -1
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js +3 -2
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -1
- package/lib/module/providers/screen/gestures/types.js.map +1 -1
- package/lib/module/providers/screen/styles/helpers/transition-visual-state.js +35 -0
- package/lib/module/providers/screen/styles/helpers/transition-visual-state.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/visibility-gate.js +11 -5
- package/lib/module/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
- package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js +23 -10
- package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js +10 -8
- package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/module/stores/bounds/internals/links.js +4 -4
- package/lib/module/stores/bounds/internals/links.js.map +1 -1
- package/lib/module/stores/scroll.store.js +17 -0
- package/lib/module/stores/scroll.store.js.map +1 -1
- package/lib/module/stores/system.store.js +2 -0
- package/lib/module/stores/system.store.js.map +1 -1
- package/lib/module/utils/animation/animate-to-progress.js +21 -0
- package/lib/module/utils/animation/animate-to-progress.js.map +1 -1
- package/lib/module/utils/animation/animate.js +14 -2
- package/lib/module/utils/animation/animate.js.map +1 -1
- package/lib/module/utils/animation/spring/spring.js +23 -3
- package/lib/module/utils/animation/spring/spring.js.map +1 -1
- package/lib/module/utils/animation/spring/springUtils.js +95 -0
- package/lib/module/utils/animation/spring/springUtils.js.map +1 -1
- package/lib/module/utils/animation/state.js +2 -0
- package/lib/module/utils/bounds/navigation/reveal/math.js +16 -5
- package/lib/module/utils/bounds/navigation/reveal/math.js.map +1 -1
- package/lib/module/utils/bounds/navigation/zoom/build.js +46 -22
- package/lib/module/utils/bounds/navigation/zoom/build.js.map +1 -1
- package/lib/module/utils/bounds/navigation/zoom/drag.js +2 -30
- package/lib/module/utils/bounds/navigation/zoom/drag.js.map +1 -1
- package/lib/module/utils/bounds/navigation/zoom/helpers.js +4 -18
- package/lib/module/utils/bounds/navigation/zoom/helpers.js.map +1 -1
- package/lib/typescript/animation/snap-to.d.ts.map +1 -1
- package/lib/typescript/components/boundary/components/boundary-target.d.ts +2 -1
- package/lib/typescript/components/boundary/components/boundary-target.d.ts.map +1 -1
- package/lib/typescript/components/boundary/create-boundary-component.d.ts.map +1 -1
- package/lib/typescript/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +1 -1
- package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts +3 -4
- package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -1
- package/lib/typescript/components/boundary/index.d.ts +6 -9
- package/lib/typescript/components/boundary/index.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts +1 -3
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts +1 -10
- package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts +1 -3
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +2 -2
- package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts +2 -2
- package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts +0 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +1 -10
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/utils/handoff-target.d.ts +12 -0
- package/lib/typescript/components/boundary/portal/utils/handoff-target.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts +2 -3
- package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts.map +1 -1
- package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts +0 -4
- package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts.map +1 -1
- package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts +8 -12
- package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts.map +1 -1
- package/lib/typescript/components/boundary/utils/refresh-signals.d.ts +1 -0
- package/lib/typescript/components/boundary/utils/refresh-signals.d.ts.map +1 -1
- package/lib/typescript/components/boundary/utils/resolve-boundary-target.d.ts +12 -0
- package/lib/typescript/components/boundary/utils/resolve-boundary-target.d.ts.map +1 -0
- package/lib/typescript/components/create-transition-aware-component.d.ts +5 -6
- package/lib/typescript/components/create-transition-aware-component.d.ts.map +1 -1
- package/lib/typescript/components/masked-view.d.ts.map +1 -1
- package/lib/typescript/components/screen-container/layers/backdrop.d.ts.map +1 -1
- package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +1 -1
- package/lib/typescript/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +650 -702
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/navigators/react-navigation/index.d.ts +6 -17
- package/lib/typescript/navigators/react-navigation/index.d.ts.map +1 -1
- package/lib/typescript/providers/helpers/measured-bounds-writes.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/gestures.provider.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts +2 -1
- package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +1 -1
- package/lib/typescript/providers/screen/gestures/types.d.ts +1 -9
- package/lib/typescript/providers/screen/gestures/types.d.ts.map +1 -1
- package/lib/typescript/providers/screen/styles/helpers/transition-visual-state.d.ts +18 -0
- package/lib/typescript/providers/screen/styles/helpers/transition-visual-state.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts +2 -2
- package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts.map +1 -1
- package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts +4 -4
- package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -1
- package/lib/typescript/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
- package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +2 -2
- package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
- package/lib/typescript/stores/bounds/internals/links.d.ts +1 -1
- package/lib/typescript/stores/bounds/internals/links.d.ts.map +1 -1
- package/lib/typescript/stores/scroll.store.d.ts +7 -0
- package/lib/typescript/stores/scroll.store.d.ts.map +1 -1
- package/lib/typescript/stores/system.store.d.ts +5 -0
- package/lib/typescript/stores/system.store.d.ts.map +1 -1
- package/lib/typescript/utils/animation/animate-to-progress.d.ts +6 -1
- package/lib/typescript/utils/animation/animate-to-progress.d.ts.map +1 -1
- package/lib/typescript/utils/animation/animate.d.ts +2 -2
- package/lib/typescript/utils/animation/animate.d.ts.map +1 -1
- package/lib/typescript/utils/animation/spring/spring.d.ts +2 -2
- package/lib/typescript/utils/animation/spring/spring.d.ts.map +1 -1
- package/lib/typescript/utils/animation/spring/springUtils.d.ts +3 -0
- package/lib/typescript/utils/animation/spring/springUtils.d.ts.map +1 -1
- package/lib/typescript/utils/animation/state.d.ts +6 -0
- package/lib/typescript/utils/animation/state.d.ts.map +1 -1
- package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts +9 -0
- package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts.map +1 -1
- package/lib/typescript/utils/bounds/navigation/zoom/build.d.ts.map +1 -1
- package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts +2 -11
- package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts.map +1 -1
- package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts +7 -4
- package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/animation/snap-to.ts +5 -0
- package/src/components/boundary/components/boundary-target.tsx +37 -23
- package/src/components/boundary/create-boundary-component.tsx +29 -3
- package/src/components/boundary/hooks/lifecycles/use-refresh-boundary.ts +11 -0
- package/src/components/boundary/hooks/use-boundary-measurement.ts +3 -9
- package/src/components/boundary/index.tsx +4 -8
- package/src/components/boundary/portal/components/boundary-content-portal/components/host.tsx +5 -1
- package/src/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +73 -276
- package/src/components/boundary/portal/components/boundary-content-portal/index.tsx +31 -12
- package/src/components/boundary/portal/components/boundary-portal/components/host.tsx +2 -12
- package/src/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +64 -62
- package/src/components/boundary/portal/components/boundary-portal/helpers/offset-style.ts +2 -9
- package/src/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +73 -187
- package/src/components/boundary/portal/components/boundary-portal/index.tsx +72 -12
- package/src/components/boundary/portal/components/boundary-portal/stores/host-registry.store.ts +0 -1
- package/src/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +2 -39
- package/src/components/boundary/portal/utils/handoff-target.ts +48 -0
- package/src/components/boundary/portal/utils/resolve-portal.ts +26 -18
- package/src/components/boundary/portal/utils/teleport-control.ts +0 -12
- package/src/components/boundary/providers/boundary-root.provider.tsx +28 -80
- package/src/components/boundary/utils/refresh-signals.ts +8 -0
- package/src/components/boundary/utils/resolve-boundary-target.tsx +39 -0
- package/src/components/masked-view.tsx +20 -4
- package/src/components/screen-container/layers/backdrop.tsx +3 -1
- package/src/components/screen-container/layers/maybe-masked-navigation-container.tsx +14 -4
- package/src/components/screen-lifecycle/hooks/use-transition-start-controller.ts +2 -0
- package/src/navigators/react-navigation/index.tsx +4 -48
- package/src/providers/helpers/measured-bounds-writes.ts +1 -0
- package/src/providers/screen/gestures/gestures.provider.tsx +2 -10
- package/src/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +1 -0
- package/src/providers/screen/gestures/pinch/activation/use-pinch-activation.ts +74 -3
- package/src/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +1 -0
- package/src/providers/screen/gestures/pinch/behavior/pinch-release.ts +2 -4
- package/src/providers/screen/gestures/types.ts +0 -14
- package/src/providers/screen/styles/helpers/transition-visual-state.ts +44 -0
- package/src/providers/screen/styles/helpers/visibility-gate.ts +17 -7
- package/src/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +30 -15
- package/src/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +14 -13
- package/src/stores/bounds/internals/links.ts +13 -2
- package/src/stores/scroll.store.ts +23 -0
- package/src/stores/system.store.ts +8 -0
- package/src/utils/animation/animate-to-progress.ts +59 -28
- package/src/utils/animation/animate.ts +18 -2
- package/src/utils/animation/spring/spring.ts +36 -1
- package/src/utils/animation/spring/springUtils.ts +130 -0
- package/src/utils/animation/state.ts +8 -0
- package/src/utils/bounds/navigation/reveal/math.ts +21 -5
- package/src/utils/bounds/navigation/zoom/build.ts +77 -23
- package/src/utils/bounds/navigation/zoom/drag.ts +3 -42
- package/src/utils/bounds/navigation/zoom/helpers.ts +9 -23
- package/lib/commonjs/components/boundary/hooks/use-register-target.js +0 -32
- package/lib/commonjs/components/boundary/hooks/use-register-target.js.map +0 -1
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -52
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
- package/lib/commonjs/components/boundary/portal/utils/ownership.js +0 -220
- package/lib/commonjs/components/boundary/portal/utils/ownership.js.map +0 -1
- package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js +0 -29
- package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js.map +0 -1
- package/lib/commonjs/components/boundary/portal/utils/visible-host.js +0 -25
- package/lib/commonjs/components/boundary/portal/utils/visible-host.js.map +0 -1
- package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js +0 -64
- package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -21
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -29
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
- package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js +0 -38
- package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
- package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js +0 -32
- package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js.map +0 -1
- package/lib/module/components/boundary/hooks/use-register-target.js +0 -27
- package/lib/module/components/boundary/hooks/use-register-target.js.map +0 -1
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -47
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
- package/lib/module/components/boundary/portal/utils/ownership.js +0 -213
- package/lib/module/components/boundary/portal/utils/ownership.js.map +0 -1
- package/lib/module/components/boundary/portal/utils/shallow-equal.js +0 -24
- package/lib/module/components/boundary/portal/utils/shallow-equal.js.map +0 -1
- package/lib/module/components/boundary/portal/utils/visible-host.js +0 -20
- package/lib/module/components/boundary/portal/utils/visible-host.js.map +0 -1
- package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js +0 -59
- package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
- package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -15
- package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
- package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -24
- package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
- package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js +0 -33
- package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
- package/lib/module/providers/screen/styles/helpers/opening-phase.js +0 -26
- package/lib/module/providers/screen/styles/helpers/opening-phase.js.map +0 -1
- package/lib/typescript/components/boundary/hooks/use-register-target.d.ts +0 -10
- package/lib/typescript/components/boundary/hooks/use-register-target.d.ts.map +0 -1
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +0 -13
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +0 -1
- package/lib/typescript/components/boundary/portal/utils/ownership.d.ts +0 -34
- package/lib/typescript/components/boundary/portal/utils/ownership.d.ts.map +0 -1
- package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts +0 -8
- package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts.map +0 -1
- package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts +0 -8
- package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts.map +0 -1
- package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts +0 -15
- package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +0 -1
- package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts +0 -4
- package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +0 -1
- package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts +0 -5
- package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +0 -1
- package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts +0 -9
- package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +0 -1
- package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts +0 -16
- package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts.map +0 -1
- package/src/components/boundary/hooks/use-register-target.ts +0 -43
- package/src/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +0 -80
- package/src/components/boundary/portal/utils/ownership.ts +0 -319
- package/src/components/boundary/portal/utils/shallow-equal.ts +0 -25
- package/src/components/boundary/portal/utils/visible-host.ts +0 -24
- package/src/providers/screen/gestures/rotation/activation/use-rotation-activation.ts +0 -88
- package/src/providers/screen/gestures/rotation/behavior/rotation-lifecycle.ts +0 -19
- package/src/providers/screen/gestures/rotation/behavior/use-rotation-behavior.ts +0 -47
- package/src/providers/screen/gestures/rotation/use-build-rotation-gesture.ts +0 -50
- package/src/providers/screen/styles/helpers/opening-phase.ts +0 -25
|
@@ -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,109 +111,103 @@ 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?: "
|
|
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
|
sharedBoundTag?: string;
|
|
@@ -296,14 +290,14 @@ declare const _default: {
|
|
|
296
290
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
297
291
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
298
292
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
299
|
-
importantForAccessibility?: "auto" | "
|
|
293
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
300
294
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
301
295
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
302
296
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
303
297
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
304
298
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
305
299
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
306
|
-
'aria-live'?: "
|
|
300
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
307
301
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
308
302
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
309
303
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -333,6 +327,7 @@ declare const _default: {
|
|
|
333
327
|
android_ripple?: import("react-native").PressableAndroidRippleConfig | import("react-native-reanimated").SharedValue<import("react-native").PressableAndroidRippleConfig | null | undefined> | null | undefined;
|
|
334
328
|
testOnly_pressed?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
335
329
|
unstable_pressDelay?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
330
|
+
onPressMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
336
331
|
} & {
|
|
337
332
|
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>)>>;
|
|
338
333
|
} & {
|
|
@@ -340,127 +335,122 @@ declare const _default: {
|
|
|
340
335
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
341
336
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
342
337
|
} & {
|
|
343
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
344
|
-
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode)
|
|
345
|
-
hitSlop?: number | import("react-native").Insets |
|
|
346
|
-
id?: string |
|
|
347
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
348
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
349
|
-
pointerEvents?: "
|
|
350
|
-
removeClippedSubviews?: boolean |
|
|
351
|
-
testID?: string |
|
|
352
|
-
nativeID?: string |
|
|
353
|
-
collapsable?: boolean |
|
|
354
|
-
collapsableChildren?: boolean |
|
|
355
|
-
onBlur?:
|
|
356
|
-
onFocus?:
|
|
357
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
358
|
-
focusable?: boolean |
|
|
359
|
-
tabIndex?: 0 | -1 |
|
|
360
|
-
shouldRasterizeIOS?: boolean |
|
|
361
|
-
isTVSelectable?: boolean |
|
|
362
|
-
hasTVPreferredFocus?: boolean |
|
|
363
|
-
tvParallaxShiftDistanceX?: number |
|
|
364
|
-
tvParallaxShiftDistanceY?: number |
|
|
365
|
-
tvParallaxTiltAngle?: number |
|
|
366
|
-
tvParallaxMagnification?: number |
|
|
367
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
368
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
369
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
370
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
371
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
372
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
373
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
374
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
375
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
376
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
377
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
378
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
379
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
380
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
381
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
382
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
383
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
384
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
385
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
386
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
387
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
388
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
389
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
390
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
391
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
392
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
393
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
394
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
395
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
396
|
-
accessible?: boolean |
|
|
338
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
339
|
+
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode);
|
|
340
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
341
|
+
id?: string | undefined | undefined;
|
|
342
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
343
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
344
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
345
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
346
|
+
testID?: string | undefined | undefined;
|
|
347
|
+
nativeID?: string | undefined | undefined;
|
|
348
|
+
collapsable?: boolean | undefined | undefined;
|
|
349
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
350
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
351
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
352
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
353
|
+
focusable?: boolean | undefined | undefined;
|
|
354
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
355
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
356
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
357
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
358
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
359
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
360
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
361
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
362
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
363
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
364
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
365
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
366
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
367
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
368
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
369
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
370
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
371
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
372
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
373
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
374
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
375
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
376
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
377
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
378
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
379
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
380
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
381
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
382
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
383
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
384
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
385
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
386
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
387
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
388
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
389
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
390
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
391
|
+
accessible?: boolean | undefined | undefined;
|
|
397
392
|
accessibilityActions?: readonly Readonly<{
|
|
398
393
|
name: import("react-native").AccessibilityActionName | string;
|
|
399
394
|
label?: string | undefined;
|
|
400
|
-
}>[] |
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
'aria-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
'aria-
|
|
409
|
-
'aria-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
'aria-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
'aria-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
'aria-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
'aria-
|
|
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
|
-
|
|
459
|
-
} & {
|
|
460
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
461
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
462
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
463
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").PressableProps & import("react").RefAttributes<View>>> | undefined;
|
|
395
|
+
}>[] | undefined;
|
|
396
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
397
|
+
'aria-label'?: string | undefined | undefined;
|
|
398
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
399
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
400
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
401
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
402
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
403
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
404
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
405
|
+
accessibilityHint?: string | undefined | undefined;
|
|
406
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
407
|
+
'aria-valuemax'?: number | undefined;
|
|
408
|
+
'aria-valuemin'?: number | undefined;
|
|
409
|
+
'aria-valuenow'?: number | undefined;
|
|
410
|
+
'aria-valuetext'?: string | undefined;
|
|
411
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
412
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
413
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
414
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
415
|
+
role?: import("react-native").Role | undefined;
|
|
416
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
417
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
418
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
419
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
420
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
421
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
422
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
423
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
424
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
425
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
426
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
427
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
428
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
429
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
430
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
431
|
+
key?: import("react").Key | null | undefined;
|
|
432
|
+
ref?: import("react").Ref<View> | undefined;
|
|
433
|
+
onPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
434
|
+
disabled?: null | boolean | undefined | undefined;
|
|
435
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
436
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
437
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
438
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
439
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
440
|
+
cancelable?: null | boolean | undefined | undefined;
|
|
441
|
+
delayHoverIn?: number | null | undefined | undefined;
|
|
442
|
+
delayHoverOut?: number | null | undefined | undefined;
|
|
443
|
+
delayLongPress?: null | number | undefined | undefined;
|
|
444
|
+
pressRetentionOffset?: number | import("react-native").Insets | null | undefined;
|
|
445
|
+
android_disableSound?: null | boolean | undefined | undefined;
|
|
446
|
+
android_ripple?: import("react-native").PressableAndroidRippleConfig | null | undefined;
|
|
447
|
+
testOnly_pressed?: null | boolean | undefined | undefined;
|
|
448
|
+
unstable_pressDelay?: number | undefined | undefined;
|
|
449
|
+
onPressMove?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
450
|
+
}>> | undefined;
|
|
451
|
+
} & {
|
|
452
|
+
sharedTransitionTag?: string;
|
|
453
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
464
454
|
} & {
|
|
465
455
|
styleId?: string;
|
|
466
456
|
sharedBoundTag?: string;
|
|
@@ -544,14 +534,14 @@ declare const _default: {
|
|
|
544
534
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
545
535
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
546
536
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
547
|
-
importantForAccessibility?: "auto" | "
|
|
537
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
548
538
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
549
539
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
550
540
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
551
541
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
552
542
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
553
543
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
554
|
-
'aria-live'?: "
|
|
544
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
555
545
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
556
546
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
557
547
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -563,18 +553,24 @@ declare const _default: {
|
|
|
563
553
|
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
564
554
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
565
555
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
556
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
557
|
+
fadingEdgeLength?: number | {
|
|
558
|
+
start: number;
|
|
559
|
+
end: number;
|
|
560
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
561
|
+
start: number;
|
|
562
|
+
end: number;
|
|
563
|
+
} | undefined> | undefined;
|
|
571
564
|
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
572
565
|
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
573
566
|
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
574
567
|
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
575
568
|
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
576
|
-
|
|
569
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
570
|
+
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;
|
|
577
571
|
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;
|
|
572
|
+
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;
|
|
573
|
+
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;
|
|
578
574
|
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;
|
|
579
575
|
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
580
576
|
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -614,6 +610,7 @@ declare const _default: {
|
|
|
614
610
|
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
615
611
|
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
616
612
|
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
613
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
617
614
|
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
618
615
|
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
619
616
|
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -624,14 +621,8 @@ declare const _default: {
|
|
|
624
621
|
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
625
622
|
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
626
623
|
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
627
|
-
fadingEdgeLength?: number | {
|
|
628
|
-
start: number;
|
|
629
|
-
end: number;
|
|
630
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
631
|
-
start: number;
|
|
632
|
-
end: number;
|
|
633
|
-
} | undefined> | undefined;
|
|
634
624
|
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
625
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
635
626
|
} & {
|
|
636
627
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
637
628
|
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
@@ -641,181 +632,168 @@ declare const _default: {
|
|
|
641
632
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
642
633
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
643
634
|
} & {
|
|
644
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
645
|
-
horizontal?: boolean |
|
|
646
|
-
children?: import("react").ReactNode
|
|
647
|
-
hitSlop?: number | import("react-native").Insets |
|
|
648
|
-
id?: string |
|
|
649
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
650
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
651
|
-
pointerEvents?: "
|
|
652
|
-
removeClippedSubviews?: boolean |
|
|
653
|
-
testID?: string |
|
|
654
|
-
nativeID?: string |
|
|
655
|
-
collapsable?: boolean |
|
|
656
|
-
collapsableChildren?: boolean |
|
|
657
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
658
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
659
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
660
|
-
focusable?: boolean |
|
|
661
|
-
tabIndex?: 0 | -1 |
|
|
662
|
-
shouldRasterizeIOS?: boolean |
|
|
663
|
-
isTVSelectable?: boolean |
|
|
664
|
-
hasTVPreferredFocus?: boolean |
|
|
665
|
-
tvParallaxShiftDistanceX?: number |
|
|
666
|
-
tvParallaxShiftDistanceY?: number |
|
|
667
|
-
tvParallaxTiltAngle?: number |
|
|
668
|
-
tvParallaxMagnification?: number |
|
|
669
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
670
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
671
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
672
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
673
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
674
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
675
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
676
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
677
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
678
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
679
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
680
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
681
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
682
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
683
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
684
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
685
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
686
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
687
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
688
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
689
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
690
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
691
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
692
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
693
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
694
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
695
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
696
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
697
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
698
|
-
accessible?: boolean |
|
|
635
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
636
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
637
|
+
children?: import("react").ReactNode;
|
|
638
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
639
|
+
id?: string | undefined | undefined;
|
|
640
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
641
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
642
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
643
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
644
|
+
testID?: string | undefined | undefined;
|
|
645
|
+
nativeID?: string | undefined | undefined;
|
|
646
|
+
collapsable?: boolean | undefined | undefined;
|
|
647
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
648
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
649
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
650
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
651
|
+
focusable?: boolean | undefined | undefined;
|
|
652
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
653
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
654
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
655
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
656
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
657
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
658
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
659
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
660
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
661
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
662
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
663
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
664
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
665
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
666
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
667
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
668
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
669
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
670
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
671
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
672
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
673
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
674
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
675
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
676
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
677
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
678
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
679
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
680
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
681
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
682
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
683
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
684
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
685
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
686
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
687
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
688
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
689
|
+
accessible?: boolean | undefined | undefined;
|
|
699
690
|
accessibilityActions?: readonly Readonly<{
|
|
700
691
|
name: import("react-native").AccessibilityActionName | string;
|
|
701
692
|
label?: string | undefined;
|
|
702
|
-
}>[] |
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
'aria-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
'aria-
|
|
711
|
-
'aria-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
'aria-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
'aria-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
'aria-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
'aria-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
740
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
741
|
-
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;
|
|
742
|
-
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;
|
|
743
|
-
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;
|
|
744
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
745
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
746
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
747
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
748
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
749
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
750
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
751
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
752
|
-
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;
|
|
753
|
-
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;
|
|
754
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
755
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
756
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
757
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
758
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
759
|
-
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;
|
|
760
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
761
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
762
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
763
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
764
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
765
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
766
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
767
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
768
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
769
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
770
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
771
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
772
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
773
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
774
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
775
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
776
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
777
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
778
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
779
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
780
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
781
|
-
maintainVisibleContentPosition?: {
|
|
782
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
783
|
-
minIndexForVisible: number;
|
|
784
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
785
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
786
|
-
minIndexForVisible: number;
|
|
787
|
-
} | null | undefined> | null | undefined;
|
|
788
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
789
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
790
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
791
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
792
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
793
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
794
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
795
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
796
|
-
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;
|
|
797
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
798
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
799
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
800
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
801
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
693
|
+
}>[] | undefined;
|
|
694
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
695
|
+
'aria-label'?: string | undefined | undefined;
|
|
696
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
697
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
698
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
699
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
700
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
701
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
702
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
703
|
+
accessibilityHint?: string | undefined | undefined;
|
|
704
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
705
|
+
'aria-valuemax'?: number | undefined;
|
|
706
|
+
'aria-valuemin'?: number | undefined;
|
|
707
|
+
'aria-valuenow'?: number | undefined;
|
|
708
|
+
'aria-valuetext'?: string | undefined;
|
|
709
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
710
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
711
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
712
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
713
|
+
role?: import("react-native").Role | undefined;
|
|
714
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
715
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
716
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
717
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
718
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
719
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
720
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
721
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
722
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
723
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
724
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
725
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
726
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
727
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
728
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
729
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
802
730
|
fadingEdgeLength?: number | {
|
|
803
731
|
start: number;
|
|
804
732
|
end: number;
|
|
805
|
-
} |
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
733
|
+
} | undefined | undefined;
|
|
734
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
735
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
736
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
737
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
738
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
739
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
740
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
741
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
742
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
743
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
744
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
745
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
746
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
747
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
748
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
749
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
750
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
751
|
+
snapToInterval?: number | undefined | undefined;
|
|
752
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
753
|
+
snapToStart?: boolean | undefined | undefined;
|
|
754
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
755
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
756
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
757
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
758
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
759
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
760
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
761
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
762
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
763
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
764
|
+
bounces?: boolean | undefined | undefined;
|
|
765
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
766
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
767
|
+
centerContent?: boolean | undefined | undefined;
|
|
768
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
769
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
770
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
771
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
772
|
+
maintainVisibleContentPosition?: null | {
|
|
773
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
774
|
+
minIndexForVisible: number;
|
|
775
|
+
} | undefined | undefined;
|
|
776
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
777
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
778
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
779
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
780
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
781
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
782
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
783
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
784
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
785
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
786
|
+
zoomScale?: number | undefined | undefined;
|
|
787
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
788
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
789
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
790
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
791
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
792
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
793
|
+
}>> | undefined;
|
|
794
|
+
} & {
|
|
795
|
+
sharedTransitionTag?: string;
|
|
796
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
819
797
|
} & {
|
|
820
798
|
styleId?: string;
|
|
821
799
|
sharedBoundTag?: string;
|
|
@@ -899,14 +877,14 @@ declare const _default: {
|
|
|
899
877
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
900
878
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
901
879
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
902
|
-
importantForAccessibility?: "auto" | "
|
|
880
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
903
881
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
904
882
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
905
883
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
906
884
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
907
885
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
908
886
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
909
|
-
'aria-live'?: "
|
|
887
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
910
888
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
911
889
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
912
890
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -919,75 +897,7 @@ declare const _default: {
|
|
|
919
897
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
920
898
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
921
899
|
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
922
|
-
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;
|
|
923
|
-
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;
|
|
924
|
-
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;
|
|
925
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
926
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
927
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
928
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
929
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
930
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
931
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
932
900
|
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
933
|
-
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;
|
|
934
|
-
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;
|
|
935
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
936
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
937
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
938
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
939
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
940
|
-
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;
|
|
941
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
942
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
943
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
944
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
945
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
946
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
947
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
948
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
949
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
950
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
951
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
952
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
953
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
954
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
955
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
956
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
957
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
958
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
959
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
960
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
961
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
962
|
-
maintainVisibleContentPosition?: {
|
|
963
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
964
|
-
minIndexForVisible: number;
|
|
965
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
966
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
967
|
-
minIndexForVisible: number;
|
|
968
|
-
} | null | undefined> | null | undefined;
|
|
969
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
970
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
971
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
972
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
973
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
974
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
975
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
976
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
977
|
-
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;
|
|
978
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
979
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
980
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
981
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
982
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
983
|
-
fadingEdgeLength?: number | {
|
|
984
|
-
start: number;
|
|
985
|
-
end: number;
|
|
986
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
987
|
-
start: number;
|
|
988
|
-
end: number;
|
|
989
|
-
} | undefined> | undefined;
|
|
990
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
991
901
|
extraData?: any | undefined;
|
|
992
902
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
993
903
|
length: number;
|
|
@@ -1014,7 +924,14 @@ declare const _default: {
|
|
|
1014
924
|
refreshing?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
1015
925
|
renderItem: import("react-native").ListRenderItem<unknown> | import("react-native-reanimated").SharedValue<import("react-native").ListRenderItem<unknown> | null | undefined> | null | undefined;
|
|
1016
926
|
viewabilityConfig?: import("react-native").ViewabilityConfig | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfig | undefined> | undefined;
|
|
1017
|
-
|
|
927
|
+
fadingEdgeLength?: number | {
|
|
928
|
+
start: number;
|
|
929
|
+
end: number;
|
|
930
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
931
|
+
start: number;
|
|
932
|
+
end: number;
|
|
933
|
+
} | undefined> | undefined;
|
|
934
|
+
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;
|
|
1018
935
|
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;
|
|
1019
936
|
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;
|
|
1020
937
|
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;
|
|
@@ -1051,260 +968,291 @@ declare const _default: {
|
|
|
1051
968
|
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfigCallbackPairs | undefined> | undefined;
|
|
1052
969
|
windowSize?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1053
970
|
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;
|
|
971
|
+
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
972
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
973
|
+
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
974
|
+
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
975
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
976
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
977
|
+
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;
|
|
978
|
+
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;
|
|
979
|
+
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;
|
|
980
|
+
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;
|
|
981
|
+
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;
|
|
982
|
+
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
983
|
+
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
984
|
+
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
985
|
+
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
986
|
+
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
987
|
+
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;
|
|
988
|
+
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
989
|
+
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
990
|
+
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
991
|
+
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
992
|
+
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
993
|
+
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
994
|
+
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
995
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
996
|
+
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
997
|
+
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
998
|
+
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
999
|
+
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1000
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1001
|
+
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1002
|
+
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1003
|
+
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1004
|
+
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1005
|
+
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1006
|
+
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1007
|
+
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1008
|
+
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1009
|
+
maintainVisibleContentPosition?: {
|
|
1010
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1011
|
+
minIndexForVisible: number;
|
|
1012
|
+
} | import("react-native-reanimated").SharedValue<{
|
|
1013
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1014
|
+
minIndexForVisible: number;
|
|
1015
|
+
} | null | undefined> | null | undefined;
|
|
1016
|
+
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1017
|
+
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1018
|
+
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1019
|
+
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1020
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1021
|
+
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1022
|
+
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1023
|
+
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1024
|
+
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
1025
|
+
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;
|
|
1026
|
+
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1027
|
+
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1028
|
+
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1029
|
+
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1030
|
+
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1031
|
+
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1032
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1054
1033
|
} & {
|
|
1055
1034
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1056
|
-
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1057
|
-
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
|
|
1058
1035
|
columnWrapperStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1059
1036
|
ListFooterComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1060
1037
|
ListHeaderComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1038
|
+
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1039
|
+
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
|
|
1061
1040
|
} & {
|
|
1062
1041
|
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
1063
1042
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1064
1043
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1065
1044
|
} & {
|
|
1066
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
1067
|
-
horizontal?: boolean |
|
|
1068
|
-
children?: import("react").ReactNode
|
|
1069
|
-
hitSlop?: number | import("react-native").Insets |
|
|
1070
|
-
id?: string |
|
|
1071
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
1072
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
1073
|
-
pointerEvents?: "
|
|
1074
|
-
removeClippedSubviews?: boolean |
|
|
1075
|
-
testID?: string |
|
|
1076
|
-
nativeID?: string |
|
|
1077
|
-
collapsable?: boolean |
|
|
1078
|
-
collapsableChildren?: boolean |
|
|
1079
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
1080
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
1081
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
1082
|
-
focusable?: boolean |
|
|
1083
|
-
tabIndex?: 0 | -1 |
|
|
1084
|
-
shouldRasterizeIOS?: boolean |
|
|
1085
|
-
isTVSelectable?: boolean |
|
|
1086
|
-
hasTVPreferredFocus?: boolean |
|
|
1087
|
-
tvParallaxShiftDistanceX?: number |
|
|
1088
|
-
tvParallaxShiftDistanceY?: number |
|
|
1089
|
-
tvParallaxTiltAngle?: number |
|
|
1090
|
-
tvParallaxMagnification?: number |
|
|
1091
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1092
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1093
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1094
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1095
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1096
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1097
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1098
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1099
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1100
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1101
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1102
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1103
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1104
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1105
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1106
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1107
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1108
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
1109
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1110
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
1111
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1112
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
1113
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1114
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
1115
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1116
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
1117
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1118
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
1119
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1120
|
-
accessible?: boolean |
|
|
1045
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
1046
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
1047
|
+
children?: import("react").ReactNode;
|
|
1048
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1049
|
+
id?: string | undefined | undefined;
|
|
1050
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
1051
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
1052
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
1053
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
1054
|
+
testID?: string | undefined | undefined;
|
|
1055
|
+
nativeID?: string | undefined | undefined;
|
|
1056
|
+
collapsable?: boolean | undefined | undefined;
|
|
1057
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
1058
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
1059
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
1060
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
1061
|
+
focusable?: boolean | undefined | undefined;
|
|
1062
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
1063
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
1064
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
1065
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
1066
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
1067
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
1068
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
1069
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
1070
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1071
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1072
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1073
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1074
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1075
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1076
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1077
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1078
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1079
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1080
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1081
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1082
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1083
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1084
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1085
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1086
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1087
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1088
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1089
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1090
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1091
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1092
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1093
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1094
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1095
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1096
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1097
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1098
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1099
|
+
accessible?: boolean | undefined | undefined;
|
|
1121
1100
|
accessibilityActions?: readonly Readonly<{
|
|
1122
1101
|
name: import("react-native").AccessibilityActionName | string;
|
|
1123
1102
|
label?: string | undefined;
|
|
1124
|
-
}>[] |
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
'aria-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
'aria-
|
|
1133
|
-
'aria-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
'aria-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
'aria-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
'aria-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
'aria-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1163
|
-
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
1164
|
-
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;
|
|
1165
|
-
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;
|
|
1166
|
-
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;
|
|
1167
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
1168
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1169
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
1170
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
1171
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
1172
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1173
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
1174
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
1175
|
-
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;
|
|
1176
|
-
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;
|
|
1177
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1178
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1179
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1180
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1181
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1182
|
-
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;
|
|
1183
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1184
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1185
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1186
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1187
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1188
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1189
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1190
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
1191
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1192
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1193
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1194
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1195
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1196
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1197
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1198
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1199
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1200
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1201
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1202
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1203
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1204
|
-
maintainVisibleContentPosition?: {
|
|
1205
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1206
|
-
minIndexForVisible: number;
|
|
1207
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
1208
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1209
|
-
minIndexForVisible: number;
|
|
1210
|
-
} | null | undefined> | null | undefined;
|
|
1211
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1212
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1213
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1214
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1215
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1216
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1217
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1218
|
-
snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
|
|
1219
|
-
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;
|
|
1220
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1221
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1222
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1223
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1224
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1225
|
-
fadingEdgeLength?: number | {
|
|
1226
|
-
start: number;
|
|
1227
|
-
end: number;
|
|
1228
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
1229
|
-
start: number;
|
|
1230
|
-
end: number;
|
|
1231
|
-
} | undefined> | undefined;
|
|
1232
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1103
|
+
}>[] | undefined;
|
|
1104
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
1105
|
+
'aria-label'?: string | undefined | undefined;
|
|
1106
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
1107
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1108
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
1109
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
1110
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
1111
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
1112
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
1113
|
+
accessibilityHint?: string | undefined | undefined;
|
|
1114
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1115
|
+
'aria-valuemax'?: number | undefined;
|
|
1116
|
+
'aria-valuemin'?: number | undefined;
|
|
1117
|
+
'aria-valuenow'?: number | undefined;
|
|
1118
|
+
'aria-valuetext'?: string | undefined;
|
|
1119
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
1120
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
1121
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
1122
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
1123
|
+
role?: import("react-native").Role | undefined;
|
|
1124
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
1125
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
1126
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
1127
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
1128
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
1129
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
1130
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
1131
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
1132
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
1133
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
1134
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
1135
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
1136
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
1137
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
1138
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
1139
|
+
data?: ArrayLike<unknown> | null | undefined;
|
|
1140
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
1233
1141
|
extraData?: any | undefined;
|
|
1234
1142
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
1235
1143
|
length: number;
|
|
1236
1144
|
offset: number;
|
|
1237
1145
|
index: number;
|
|
1238
|
-
}) |
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
keyExtractor?: ((item: unknown, index: number) => string) | import("react-native-reanimated").SharedValue<((item: unknown, index: number) => string) | undefined> | undefined;
|
|
1246
|
-
legacyImplementation?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1247
|
-
numColumns?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1248
|
-
onRefresh?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | null | undefined> | null | undefined;
|
|
1146
|
+
}) | undefined;
|
|
1147
|
+
initialNumToRender?: number | undefined | undefined;
|
|
1148
|
+
initialScrollIndex?: number | null | undefined | undefined;
|
|
1149
|
+
keyExtractor?: ((item: unknown, index: number) => string) | undefined;
|
|
1150
|
+
legacyImplementation?: boolean | undefined | undefined;
|
|
1151
|
+
numColumns?: number | undefined | undefined;
|
|
1152
|
+
onRefresh?: (() => void) | null | undefined | undefined;
|
|
1249
1153
|
onViewableItemsChanged?: ((info: {
|
|
1250
1154
|
viewableItems: import("react-native").ViewToken<unknown>[];
|
|
1251
1155
|
changed: import("react-native").ViewToken<unknown>[];
|
|
1252
|
-
}) => void) |
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1156
|
+
}) => void) | null | undefined;
|
|
1157
|
+
refreshing?: boolean | null | undefined | undefined;
|
|
1158
|
+
renderItem?: import("react-native").ListRenderItem<unknown> | null | undefined;
|
|
1159
|
+
viewabilityConfig?: import("react-native").ViewabilityConfig | undefined;
|
|
1160
|
+
fadingEdgeLength?: number | {
|
|
1161
|
+
start: number;
|
|
1162
|
+
end: number;
|
|
1163
|
+
} | undefined | undefined;
|
|
1164
|
+
ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1165
|
+
ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1166
|
+
ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1167
|
+
ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1168
|
+
debug?: boolean | undefined | undefined;
|
|
1169
|
+
disableVirtualization?: boolean | undefined | undefined;
|
|
1170
|
+
getItem?: ((data: any, index: number) => unknown) | undefined;
|
|
1171
|
+
getItemCount?: ((data: any) => number) | undefined | undefined;
|
|
1172
|
+
inverted?: boolean | null | undefined | undefined;
|
|
1173
|
+
maxToRenderPerBatch?: number | undefined | undefined;
|
|
1269
1174
|
onEndReached?: ((info: {
|
|
1270
1175
|
distanceFromEnd: number;
|
|
1271
|
-
}) => void) |
|
|
1272
|
-
|
|
1273
|
-
}) => void) | null | undefined> | null | undefined;
|
|
1274
|
-
onEndReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
|
|
1176
|
+
}) => void) | null | undefined | undefined;
|
|
1177
|
+
onEndReachedThreshold?: number | null | undefined | undefined;
|
|
1275
1178
|
onScrollToIndexFailed?: ((info: {
|
|
1276
1179
|
index: number;
|
|
1277
1180
|
highestMeasuredFrameIndex: number;
|
|
1278
1181
|
averageItemLength: number;
|
|
1279
|
-
}) => void) |
|
|
1280
|
-
index: number;
|
|
1281
|
-
highestMeasuredFrameIndex: number;
|
|
1282
|
-
averageItemLength: number;
|
|
1283
|
-
}) => void) | undefined> | undefined;
|
|
1182
|
+
}) => void) | undefined | undefined;
|
|
1284
1183
|
onStartReached?: ((info: {
|
|
1285
1184
|
distanceFromStart: number;
|
|
1286
|
-
}) => void) |
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1185
|
+
}) => void) | null | undefined | undefined;
|
|
1186
|
+
onStartReachedThreshold?: number | null | undefined | undefined;
|
|
1187
|
+
progressViewOffset?: number | undefined | undefined;
|
|
1188
|
+
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined | undefined;
|
|
1189
|
+
updateCellsBatchingPeriod?: number | undefined | undefined;
|
|
1190
|
+
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | undefined;
|
|
1191
|
+
windowSize?: number | undefined | undefined;
|
|
1192
|
+
CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined;
|
|
1193
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
1194
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
1195
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
1196
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
1197
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
1198
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
1199
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1200
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1201
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1202
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1203
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1204
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
1205
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
1206
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
1207
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
1208
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
1209
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
1210
|
+
snapToInterval?: number | undefined | undefined;
|
|
1211
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
1212
|
+
snapToStart?: boolean | undefined | undefined;
|
|
1213
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
1214
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
1215
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
1216
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
1217
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
1218
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
1219
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
1220
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
1221
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
1222
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
1223
|
+
bounces?: boolean | undefined | undefined;
|
|
1224
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
1225
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
1226
|
+
centerContent?: boolean | undefined | undefined;
|
|
1227
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
1228
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
1229
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
1230
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
1231
|
+
maintainVisibleContentPosition?: null | {
|
|
1232
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1233
|
+
minIndexForVisible: number;
|
|
1234
|
+
} | undefined | undefined;
|
|
1235
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
1236
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
1237
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
1238
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
1239
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
1240
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
1241
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
1242
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
1243
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
1244
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1245
|
+
zoomScale?: number | undefined | undefined;
|
|
1246
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
1247
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
1248
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
1249
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
1250
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
1251
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
1252
|
+
}>> | undefined;
|
|
1253
|
+
} & {
|
|
1254
|
+
sharedTransitionTag?: string;
|
|
1255
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
1308
1256
|
} & {
|
|
1309
1257
|
styleId?: string;
|
|
1310
1258
|
sharedBoundTag?: string;
|