react-native-screen-transitions 3.9.0-alpha.0 → 3.9.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/shared/components/boundary/components/boundary-target.js +10 -10
- package/lib/commonjs/shared/components/boundary/components/boundary-target.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/create-boundary-component.js +45 -101
- package/lib/commonjs/shared/components/boundary/create-boundary-component.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js +103 -0
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-presence.js +7 -4
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-presence.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-initial-destination-measurement.js +24 -14
- package/lib/commonjs/shared/components/boundary/hooks/use-initial-destination-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-initial-source-measurement.js +3 -4
- package/lib/commonjs/shared/components/boundary/hooks/use-initial-source-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js +6 -8
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-refresh-boundary.js +6 -3
- package/lib/commonjs/shared/components/boundary/hooks/use-refresh-boundary.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/index.js +2 -2
- package/lib/commonjs/shared/components/boundary/portal/components/portal-boundary-host.js +8 -2
- package/lib/commonjs/shared/components/boundary/portal/components/portal-boundary-host.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/portal-provider.js +5 -2
- package/lib/commonjs/shared/components/boundary/portal/components/portal-provider.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/portal.js +10 -7
- package/lib/commonjs/shared/components/boundary/portal/components/portal.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/resolve-portal.js +36 -0
- package/lib/commonjs/shared/components/boundary/portal/resolve-portal.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/portal/teleport.js +23 -0
- package/lib/commonjs/shared/components/boundary/portal/teleport.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/providers/{boundary-owner.provider.js → boundary-root.provider.js} +21 -23
- package/lib/commonjs/shared/components/boundary/providers/boundary-root.provider.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js +33 -2
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +1 -1
- package/lib/commonjs/shared/components/create-transition-aware-component.js +2 -20
- package/lib/commonjs/shared/components/create-transition-aware-component.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js +1 -1
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/commonjs/shared/components/screen-container/layers/backdrop.js +2 -14
- package/lib/commonjs/shared/components/screen-container/layers/backdrop.js.map +1 -1
- package/lib/commonjs/shared/components/screen-container/layers/content.js +4 -16
- package/lib/commonjs/shared/components/screen-container/layers/content.js.map +1 -1
- package/lib/commonjs/shared/components/screen-container/layers/maybe-masked-navigation-container.js +4 -15
- package/lib/commonjs/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
- package/lib/commonjs/shared/components/screen-container/layers/surface-container.js +4 -16
- package/lib/commonjs/shared/components/screen-container/layers/surface-container.js.map +1 -1
- package/lib/commonjs/shared/hooks/navigation/use-stack.js +17 -2
- package/lib/commonjs/shared/hooks/navigation/use-stack.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js +142 -33
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/stack-progress.js +23 -12
- package/lib/commonjs/shared/providers/screen/animation/helpers/stack-progress.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js +1 -0
- package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/screen-composer.js +1 -1
- package/lib/commonjs/shared/providers/screen/screen-composer.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/opening-phase.js +32 -0
- package/lib/commonjs/shared/providers/screen/styles/helpers/opening-phase.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js +7 -8
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js +1 -20
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-gate.js +1 -11
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +23 -36
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +1 -19
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js +8 -3
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/index.js +25 -7
- package/lib/commonjs/shared/providers/screen/styles/index.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js +103 -0
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +1 -0
- package/lib/commonjs/shared/stores/animation.store.js +2 -0
- package/lib/commonjs/shared/stores/animation.store.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js +16 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js +8 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/helpers.js +59 -0
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/helpers.js.map +1 -1
- package/lib/commonjs/shared/utils/logger.js +11 -0
- package/lib/commonjs/shared/utils/logger.js.map +1 -1
- package/lib/module/shared/components/boundary/components/boundary-target.js +10 -10
- package/lib/module/shared/components/boundary/components/boundary-target.js.map +1 -1
- package/lib/module/shared/components/boundary/create-boundary-component.js +47 -103
- package/lib/module/shared/components/boundary/create-boundary-component.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js +98 -0
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
- package/lib/module/shared/components/boundary/hooks/use-boundary-presence.js +7 -4
- package/lib/module/shared/components/boundary/hooks/use-boundary-presence.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-initial-destination-measurement.js +24 -14
- package/lib/module/shared/components/boundary/hooks/use-initial-destination-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-initial-source-measurement.js +3 -4
- package/lib/module/shared/components/boundary/hooks/use-initial-source-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-measurer.js +6 -8
- package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-refresh-boundary.js +6 -3
- package/lib/module/shared/components/boundary/hooks/use-refresh-boundary.js.map +1 -1
- package/lib/module/shared/components/boundary/index.js +2 -2
- package/lib/module/shared/components/boundary/portal/components/portal-boundary-host.js +8 -2
- package/lib/module/shared/components/boundary/portal/components/portal-boundary-host.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/portal-provider.js +4 -1
- package/lib/module/shared/components/boundary/portal/components/portal-provider.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/portal.js +11 -8
- package/lib/module/shared/components/boundary/portal/components/portal.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/resolve-portal.js +31 -0
- package/lib/module/shared/components/boundary/portal/resolve-portal.js.map +1 -0
- package/lib/module/shared/components/boundary/portal/teleport.js +19 -0
- package/lib/module/shared/components/boundary/portal/teleport.js.map +1 -0
- package/lib/module/shared/components/boundary/providers/{boundary-owner.provider.js → boundary-root.provider.js} +18 -20
- package/lib/module/shared/components/boundary/providers/boundary-root.provider.js.map +1 -0
- package/lib/module/shared/components/boundary/utils/destination-signals.js +33 -2
- package/lib/module/shared/components/boundary/utils/destination-signals.js.map +1 -1
- package/lib/module/shared/components/create-transition-aware-component.js +4 -22
- package/lib/module/shared/components/create-transition-aware-component.js.map +1 -1
- package/lib/module/shared/components/overlay/variations/float-overlay.js +2 -2
- package/lib/module/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/module/shared/components/screen-container/layers/backdrop.js +4 -16
- package/lib/module/shared/components/screen-container/layers/backdrop.js.map +1 -1
- package/lib/module/shared/components/screen-container/layers/content.js +4 -16
- package/lib/module/shared/components/screen-container/layers/content.js.map +1 -1
- package/lib/module/shared/components/screen-container/layers/maybe-masked-navigation-container.js +5 -16
- package/lib/module/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
- package/lib/module/shared/components/screen-container/layers/surface-container.js +4 -16
- package/lib/module/shared/components/screen-container/layers/surface-container.js.map +1 -1
- package/lib/module/shared/hooks/navigation/use-stack.js +19 -4
- package/lib/module/shared/hooks/navigation/use-stack.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js +144 -35
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/stack-progress.js +20 -10
- package/lib/module/shared/providers/screen/animation/helpers/stack-progress.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js +1 -0
- package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
- package/lib/module/shared/providers/screen/screen-composer.js +2 -2
- package/lib/module/shared/providers/screen/screen-composer.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/opening-phase.js +26 -0
- package/lib/module/shared/providers/screen/styles/helpers/opening-phase.js.map +1 -0
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js +7 -8
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js +0 -18
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/visibility-gate.js +0 -9
- package/lib/module/shared/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +22 -35
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +1 -19
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js +9 -4
- package/lib/module/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/index.js +1 -1
- package/lib/module/shared/providers/screen/styles/index.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/slot.provider.js +91 -0
- package/lib/module/shared/providers/screen/styles/slot.provider.js.map +1 -0
- package/lib/module/shared/stores/animation.store.js +2 -0
- package/lib/module/shared/stores/animation.store.js.map +1 -1
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js +14 -0
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/build.js +9 -2
- package/lib/module/shared/utils/bounds/navigation/zoom/build.js.map +1 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/helpers.js +58 -0
- package/lib/module/shared/utils/bounds/navigation/zoom/helpers.js.map +1 -1
- package/lib/module/shared/utils/logger.js +11 -0
- package/lib/module/shared/utils/logger.js.map +1 -1
- package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts +2 -1
- package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts.map +1 -1
- package/lib/typescript/component-stack/components/component-screen.d.ts +1 -1
- package/lib/typescript/component-stack/components/component-screen.d.ts.map +1 -1
- package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts +2 -1
- package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts.map +1 -1
- package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts +1 -1
- package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/NativeStackView.d.ts +2 -1
- package/lib/typescript/native-stack/views/NativeStackView.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +2 -2
- package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts +1 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts.map +1 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts +1 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts.map +1 -1
- package/lib/typescript/shared/components/activity/variants/activity-container.d.ts +1 -1
- package/lib/typescript/shared/components/activity/variants/activity-container.d.ts.map +1 -1
- package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts +1 -1
- package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/create-boundary-component.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts +32 -0
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-presence.d.ts +2 -1
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-presence.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-initial-destination-measurement.d.ts +3 -2
- package/lib/typescript/shared/components/boundary/hooks/use-initial-destination-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-initial-source-measurement.d.ts +2 -2
- package/lib/typescript/shared/components/boundary/hooks/use-initial-source-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts +3 -5
- package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-refresh-boundary.d.ts +3 -3
- package/lib/typescript/shared/components/boundary/hooks/use-refresh-boundary.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/index.d.ts +7 -211
- package/lib/typescript/shared/components/boundary/index.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/host.d.ts +2 -2
- package/lib/typescript/shared/components/boundary/portal/components/host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal-boundary-host.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/resolve-portal.d.ts +14 -0
- package/lib/typescript/shared/components/boundary/portal/resolve-portal.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/portal/teleport.d.ts +6 -0
- package/lib/typescript/shared/components/boundary/portal/teleport.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/providers/{boundary-owner.provider.d.ts → boundary-root.provider.d.ts} +12 -14
- package/lib/typescript/shared/components/boundary/providers/boundary-root.provider.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts +1 -0
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +1 -1
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts +5 -6
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +1 -1
- package/lib/typescript/shared/components/masked-view.d.ts +1 -1
- package/lib/typescript/shared/components/masked-view.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +1 -1
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +1 -1
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/scene-view.d.ts +1 -1
- package/lib/typescript/shared/components/scene-view.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-container/index.d.ts +1 -1
- package/lib/typescript/shared/components/screen-container/index.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts +1 -1
- package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-container/layers/content.d.ts +1 -1
- package/lib/typescript/shared/components/screen-container/layers/content.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts +1 -1
- package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts +1 -1
- package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts.map +1 -1
- package/lib/typescript/shared/hooks/navigation/use-stack.d.ts +1 -1
- package/lib/typescript/shared/hooks/navigation/use-stack.d.ts.map +1 -1
- package/lib/typescript/shared/index.d.ts +663 -919
- package/lib/typescript/shared/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts +1 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/stack-progress.d.ts +2 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/stack-progress.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts +1 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/screen-composer.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/screen-composer.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/opening-phase.d.ts +16 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/opening-phase.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts +3 -4
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-gate.d.ts +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-gate.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts +0 -5
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +2 -3
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/index.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/styles/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts +23 -0
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +1 -0
- package/lib/typescript/shared/stores/animation.store.d.ts +1 -0
- package/lib/typescript/shared/stores/animation.store.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts +6 -1
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts +13 -0
- package/lib/typescript/shared/stores/bounds/types.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/build.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/helpers.d.ts +9 -0
- package/lib/typescript/shared/utils/bounds/navigation/zoom/helpers.d.ts.map +1 -1
- package/lib/typescript/shared/utils/logger.d.ts +6 -0
- package/lib/typescript/shared/utils/logger.d.ts.map +1 -1
- package/package.json +6 -1
- package/src/shared/components/boundary/components/boundary-target.tsx +12 -12
- package/src/shared/components/boundary/create-boundary-component.tsx +59 -142
- package/src/shared/components/boundary/hooks/use-boundary-measurement.ts +127 -0
- package/src/shared/components/boundary/hooks/use-boundary-presence.ts +7 -5
- package/src/shared/components/boundary/hooks/use-initial-destination-measurement.ts +27 -11
- package/src/shared/components/boundary/hooks/use-initial-source-measurement.ts +5 -5
- package/src/shared/components/boundary/hooks/use-measurer.ts +11 -14
- package/src/shared/components/boundary/hooks/use-refresh-boundary.ts +5 -5
- package/src/shared/components/boundary/index.tsx +2 -2
- package/src/shared/components/boundary/portal/components/portal-boundary-host.tsx +10 -3
- package/src/shared/components/boundary/portal/components/portal-provider.tsx +5 -1
- package/src/shared/components/boundary/portal/components/portal.tsx +15 -10
- package/src/shared/components/boundary/portal/resolve-portal.ts +40 -0
- package/src/shared/components/boundary/portal/teleport.ts +21 -0
- package/src/shared/components/boundary/providers/{boundary-owner.provider.tsx → boundary-root.provider.tsx} +27 -32
- package/src/shared/components/boundary/utils/destination-signals.ts +53 -2
- package/src/shared/components/create-transition-aware-component.tsx +3 -25
- package/src/shared/components/overlay/variations/float-overlay.tsx +3 -3
- package/src/shared/components/screen-container/layers/backdrop.tsx +4 -17
- package/src/shared/components/screen-container/layers/content.tsx +4 -16
- package/src/shared/components/screen-container/layers/maybe-masked-navigation-container.tsx +8 -18
- package/src/shared/components/screen-container/layers/surface-container.tsx +4 -17
- package/src/shared/hooks/navigation/use-stack.tsx +32 -1
- package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/types.ts +1 -0
- package/src/shared/providers/screen/animation/helpers/pipeline.ts +253 -77
- package/src/shared/providers/screen/animation/helpers/stack-progress.ts +31 -16
- package/src/shared/providers/screen/animation/helpers/use-build-transition-state.ts +2 -0
- package/src/shared/providers/screen/screen-composer.tsx +3 -3
- package/src/shared/providers/screen/styles/helpers/opening-phase.ts +25 -0
- package/src/shared/providers/screen/styles/helpers/resolve-slot-styles/index.ts +8 -10
- package/src/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.ts +0 -1
- package/src/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.ts +0 -24
- package/src/shared/providers/screen/styles/helpers/visibility-gate.ts +0 -12
- package/src/shared/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +29 -37
- package/src/shared/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +0 -18
- package/src/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.tsx +17 -4
- package/src/shared/providers/screen/styles/index.tsx +8 -4
- package/src/shared/providers/screen/styles/slot.provider.tsx +111 -0
- package/src/shared/stores/animation.store.ts +3 -0
- package/src/shared/stores/bounds/helpers/link-pairs.helpers.ts +17 -0
- package/src/shared/stores/bounds/types.ts +14 -0
- package/src/shared/utils/bounds/navigation/zoom/build.ts +9 -1
- package/src/shared/utils/bounds/navigation/zoom/helpers.ts +96 -0
- package/src/shared/utils/logger.ts +12 -0
- package/lib/commonjs/shared/components/boundary/providers/boundary-owner.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/preserve-animated-props-only.js +0 -26
- package/lib/commonjs/shared/providers/screen/styles/helpers/preserve-animated-props-only.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/styles.provider.js +0 -61
- package/lib/commonjs/shared/providers/screen/styles/styles.provider.js.map +0 -1
- package/lib/module/shared/components/boundary/providers/boundary-owner.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/preserve-animated-props-only.js +0 -21
- package/lib/module/shared/providers/screen/styles/helpers/preserve-animated-props-only.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/styles.provider.js +0 -53
- package/lib/module/shared/providers/screen/styles/styles.provider.js.map +0 -1
- package/lib/typescript/shared/components/boundary/providers/boundary-owner.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/preserve-animated-props-only.d.ts +0 -3
- package/lib/typescript/shared/providers/screen/styles/helpers/preserve-animated-props-only.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/styles.provider.d.ts +0 -14
- package/lib/typescript/shared/providers/screen/styles/styles.provider.d.ts.map +0 -1
- package/src/shared/providers/screen/styles/helpers/preserve-animated-props-only.ts +0 -22
- package/src/shared/providers/screen/styles/styles.provider.tsx +0 -60
|
@@ -9,215 +9,11 @@ declare const _default: {
|
|
|
9
9
|
withScreenTransitions: typeof withScreenTransitions;
|
|
10
10
|
Boundary: {
|
|
11
11
|
View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "id"> & import("./components/boundary/types").BoundaryOwnProps & import("react").RefAttributes<never>>>;
|
|
12
|
-
Trigger: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react-native").PressableProps & import("react").RefAttributes<View>, "id"> & import("./components/boundary/types").BoundaryOwnProps & import("react").RefAttributes<
|
|
13
|
-
Target: import("react").MemoExoticComponent<(props: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
18
|
-
hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
|
|
19
|
-
needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
20
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
|
|
21
|
-
removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
22
|
-
testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
23
|
-
nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
24
|
-
collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
25
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
|
|
26
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
|
|
27
|
-
renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
28
|
-
focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
29
|
-
tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
|
|
30
|
-
shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
31
|
-
isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
32
|
-
hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
33
|
-
tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
34
|
-
tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
35
|
-
tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
36
|
-
tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
37
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
38
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
39
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
40
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
41
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
42
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
43
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
44
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
45
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
46
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
47
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
48
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
49
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
50
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
51
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
52
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
53
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
54
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
55
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
56
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
57
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
58
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
59
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
60
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
61
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
62
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
63
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
64
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
65
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
66
|
-
accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
67
|
-
accessibilityActions?: readonly Readonly<{
|
|
68
|
-
name: import("react-native").AccessibilityActionName | string;
|
|
69
|
-
label?: string | undefined;
|
|
70
|
-
}>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
|
|
71
|
-
name: import("react-native").AccessibilityActionName | string;
|
|
72
|
-
label?: string | undefined;
|
|
73
|
-
}>[] | undefined> | undefined;
|
|
74
|
-
accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
75
|
-
'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
76
|
-
accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
|
|
77
|
-
accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
|
|
78
|
-
'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
79
|
-
'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
|
|
80
|
-
'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
81
|
-
'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
82
|
-
'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
83
|
-
accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
84
|
-
accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
|
|
85
|
-
'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
86
|
-
'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
87
|
-
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
88
|
-
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
89
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
90
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
|
|
91
|
-
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
92
|
-
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
93
|
-
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
94
|
-
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
95
|
-
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
96
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
97
|
-
'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
|
|
98
|
-
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
99
|
-
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
100
|
-
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
101
|
-
onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
102
|
-
onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
103
|
-
onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
104
|
-
accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
105
|
-
accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
106
|
-
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
107
|
-
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
108
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
109
|
-
} & {
|
|
110
|
-
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
111
|
-
} & {
|
|
112
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
113
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
114
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
115
|
-
} & {
|
|
116
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
|
|
117
|
-
id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
118
|
-
children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
|
|
119
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
|
|
120
|
-
collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
121
|
-
hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
|
|
122
|
-
needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
123
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
|
|
124
|
-
removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
125
|
-
testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
126
|
-
nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
127
|
-
collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
128
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
|
|
129
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
|
|
130
|
-
renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
131
|
-
focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
132
|
-
tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
|
|
133
|
-
shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
134
|
-
isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
135
|
-
hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
136
|
-
tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
137
|
-
tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
138
|
-
tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
139
|
-
tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
140
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
141
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
142
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
143
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
144
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
145
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
146
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
147
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
148
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
149
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
150
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
151
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
|
|
152
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
153
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
154
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
155
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
156
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
|
|
157
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
158
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
159
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
160
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
161
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
162
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
163
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
164
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
165
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
166
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
167
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
168
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
|
|
169
|
-
accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
170
|
-
accessibilityActions?: readonly Readonly<{
|
|
171
|
-
name: import("react-native").AccessibilityActionName | string;
|
|
172
|
-
label?: string | undefined;
|
|
173
|
-
}>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
|
|
174
|
-
name: import("react-native").AccessibilityActionName | string;
|
|
175
|
-
label?: string | undefined;
|
|
176
|
-
}>[] | undefined> | undefined;
|
|
177
|
-
accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
178
|
-
'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
179
|
-
accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
|
|
180
|
-
accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
|
|
181
|
-
'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
182
|
-
'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
|
|
183
|
-
'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
184
|
-
'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
185
|
-
'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
186
|
-
accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
187
|
-
accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
|
|
188
|
-
'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
189
|
-
'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
190
|
-
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
191
|
-
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
192
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
193
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
|
|
194
|
-
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
195
|
-
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
196
|
-
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
197
|
-
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
198
|
-
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
199
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
200
|
-
'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
|
|
201
|
-
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
202
|
-
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
203
|
-
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
204
|
-
onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
205
|
-
onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
206
|
-
onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
207
|
-
accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
208
|
-
accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
209
|
-
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
210
|
-
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
211
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
212
|
-
} & {
|
|
213
|
-
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
214
|
-
} & {
|
|
215
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
216
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
217
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
218
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
|
|
219
|
-
}) => import("react/jsx-runtime").JSX.Element>;
|
|
220
|
-
Host: import("react").MemoExoticComponent<(props: import("./components/boundary/portal/components/host").PublicHostProps) => import("react/jsx-runtime").JSX.Element>;
|
|
12
|
+
Trigger: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react-native").PressableProps & import("react").RefAttributes<View>, "id"> & import("./components/boundary/types").BoundaryOwnProps & import("react").RefAttributes<never>>>;
|
|
13
|
+
Target: import("react").MemoExoticComponent<(props: Omit<import("react-native-reanimated").AnimatedProps<Readonly<import("react-native").ViewProps>>, "ref"> & {
|
|
14
|
+
ref?: (import("react").Ref<View> | import("react-native-reanimated").AnimatedRef | import("react-native-reanimated").AnimatedRef<typeof View>) | undefined;
|
|
15
|
+
}) => import("react").JSX.Element>;
|
|
16
|
+
Host: import("react").MemoExoticComponent<(props: import("./components/boundary/portal/components/host").PublicHostProps) => import("react").JSX.Element>;
|
|
221
17
|
};
|
|
222
18
|
View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
223
19
|
id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
@@ -296,14 +92,14 @@ declare const _default: {
|
|
|
296
92
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
297
93
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
298
94
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
299
|
-
importantForAccessibility?: "auto" | "
|
|
95
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
300
96
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
301
97
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
302
98
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
303
99
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
304
100
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
305
101
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
306
|
-
'aria-live'?: "
|
|
102
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
307
103
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
308
104
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
309
105
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -322,109 +118,103 @@ declare const _default: {
|
|
|
322
118
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
323
119
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
324
120
|
} & {
|
|
325
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
326
|
-
id?: string |
|
|
327
|
-
children?: import("react").ReactNode
|
|
328
|
-
pointerEvents?: "
|
|
329
|
-
collapsable?: boolean |
|
|
330
|
-
hitSlop?: number | import("react-native").Insets |
|
|
331
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
332
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
333
|
-
removeClippedSubviews?: boolean |
|
|
334
|
-
testID?: string |
|
|
335
|
-
nativeID?: string |
|
|
336
|
-
collapsableChildren?: boolean |
|
|
337
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
338
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
339
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
340
|
-
focusable?: boolean |
|
|
341
|
-
tabIndex?: 0 | -1 |
|
|
342
|
-
shouldRasterizeIOS?: boolean |
|
|
343
|
-
isTVSelectable?: boolean |
|
|
344
|
-
hasTVPreferredFocus?: boolean |
|
|
345
|
-
tvParallaxShiftDistanceX?: number |
|
|
346
|
-
tvParallaxShiftDistanceY?: number |
|
|
347
|
-
tvParallaxTiltAngle?: number |
|
|
348
|
-
tvParallaxMagnification?: number |
|
|
349
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
350
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
351
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
352
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
353
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
354
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
355
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
356
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
357
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
358
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
359
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
360
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
361
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
362
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
363
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
364
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
365
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
366
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
367
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
368
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
369
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
370
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
371
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
372
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
373
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
374
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
375
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
376
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
377
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
378
|
-
accessible?: boolean |
|
|
121
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
122
|
+
id?: string | undefined | undefined;
|
|
123
|
+
children?: import("react").ReactNode;
|
|
124
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
125
|
+
collapsable?: boolean | undefined | undefined;
|
|
126
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
127
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
128
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
129
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
130
|
+
testID?: string | undefined | undefined;
|
|
131
|
+
nativeID?: string | undefined | undefined;
|
|
132
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
133
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
134
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
135
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
136
|
+
focusable?: boolean | undefined | undefined;
|
|
137
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
138
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
139
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
140
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
141
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
142
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
143
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
144
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
145
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
146
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
147
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
148
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
149
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
150
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
151
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
152
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
153
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
154
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
155
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
156
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
157
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
158
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
159
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
160
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
161
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
162
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
163
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
164
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
165
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
166
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
167
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
168
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
169
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
170
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
171
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
172
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
173
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
174
|
+
accessible?: boolean | undefined | undefined;
|
|
379
175
|
accessibilityActions?: readonly Readonly<{
|
|
380
176
|
name: import("react-native").AccessibilityActionName | string;
|
|
381
177
|
label?: string | undefined;
|
|
382
|
-
}>[] |
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
'aria-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
'aria-
|
|
391
|
-
'aria-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
'aria-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
'aria-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
'aria-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
'aria-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
423
|
-
} & {
|
|
424
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
425
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
426
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
427
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
|
|
178
|
+
}>[] | undefined;
|
|
179
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
180
|
+
'aria-label'?: string | undefined | undefined;
|
|
181
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
182
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
183
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
184
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
185
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
186
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
187
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
188
|
+
accessibilityHint?: string | undefined | undefined;
|
|
189
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
190
|
+
'aria-valuemax'?: number | undefined;
|
|
191
|
+
'aria-valuemin'?: number | undefined;
|
|
192
|
+
'aria-valuenow'?: number | undefined;
|
|
193
|
+
'aria-valuetext'?: string | undefined;
|
|
194
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
195
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
196
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
197
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
198
|
+
role?: import("react-native").Role | undefined;
|
|
199
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
200
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
201
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
202
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
203
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
204
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
205
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
206
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
207
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
208
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
209
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
210
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
211
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
212
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
213
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
214
|
+
}>> | undefined;
|
|
215
|
+
} & {
|
|
216
|
+
sharedTransitionTag?: string;
|
|
217
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
428
218
|
} & {
|
|
429
219
|
styleId?: string;
|
|
430
220
|
sharedBoundTag?: string;
|
|
@@ -433,7 +223,7 @@ declare const _default: {
|
|
|
433
223
|
Pressable: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
434
224
|
id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
435
225
|
key?: import("react").Key | import("react-native-reanimated").SharedValue<import("react").Key | null | undefined> | null | undefined;
|
|
436
|
-
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) =>
|
|
226
|
+
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode) | import("react-native-reanimated").SharedValue<import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode)>;
|
|
437
227
|
ref?: import("react").Ref<View> | import("react-native-reanimated").SharedValue<import("react").Ref<View> | undefined> | undefined;
|
|
438
228
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
|
|
439
229
|
collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -509,14 +299,14 @@ declare const _default: {
|
|
|
509
299
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
510
300
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
511
301
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
512
|
-
importantForAccessibility?: "auto" | "
|
|
302
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
513
303
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
514
304
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
515
305
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
516
306
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
517
307
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
518
308
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
519
|
-
'aria-live'?: "
|
|
309
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
520
310
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
521
311
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
522
312
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -528,11 +318,12 @@ declare const _default: {
|
|
|
528
318
|
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
529
319
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
530
320
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
531
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
532
321
|
disabled?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
322
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
533
323
|
onHoverIn?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
|
|
534
324
|
onHoverOut?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
|
|
535
325
|
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
326
|
+
onPressMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
536
327
|
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
537
328
|
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
|
|
538
329
|
cancelable?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
@@ -551,132 +342,127 @@ declare const _default: {
|
|
|
551
342
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
552
343
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
553
344
|
} & {
|
|
554
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
555
|
-
id?: string |
|
|
556
|
-
key?: import("react").Key |
|
|
557
|
-
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) =>
|
|
558
|
-
ref?: import("react").Ref<View> |
|
|
559
|
-
pointerEvents?: "
|
|
560
|
-
collapsable?: boolean |
|
|
561
|
-
hitSlop?: number | import("react-native").Insets |
|
|
562
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
563
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
564
|
-
removeClippedSubviews?: boolean |
|
|
565
|
-
testID?: string |
|
|
566
|
-
nativeID?: string |
|
|
567
|
-
collapsableChildren?: boolean |
|
|
568
|
-
onBlur?:
|
|
569
|
-
onFocus?:
|
|
570
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
571
|
-
focusable?: boolean |
|
|
572
|
-
tabIndex?: 0 | -1 |
|
|
573
|
-
shouldRasterizeIOS?: boolean |
|
|
574
|
-
isTVSelectable?: boolean |
|
|
575
|
-
hasTVPreferredFocus?: boolean |
|
|
576
|
-
tvParallaxShiftDistanceX?: number |
|
|
577
|
-
tvParallaxShiftDistanceY?: number |
|
|
578
|
-
tvParallaxTiltAngle?: number |
|
|
579
|
-
tvParallaxMagnification?: number |
|
|
580
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
581
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
582
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
583
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
584
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
585
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
586
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
587
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
588
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
589
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
590
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
591
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
592
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
593
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
594
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
595
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
596
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
597
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
598
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
599
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
600
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
601
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
602
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
603
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
604
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
605
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
606
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
607
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
608
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
609
|
-
accessible?: boolean |
|
|
345
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
346
|
+
id?: string | undefined | undefined;
|
|
347
|
+
key?: import("react").Key | null | undefined;
|
|
348
|
+
children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode);
|
|
349
|
+
ref?: import("react").Ref<View> | undefined;
|
|
350
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
351
|
+
collapsable?: boolean | undefined | undefined;
|
|
352
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
353
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
354
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
355
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
356
|
+
testID?: string | undefined | undefined;
|
|
357
|
+
nativeID?: string | undefined | undefined;
|
|
358
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
359
|
+
onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
360
|
+
onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
|
|
361
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
362
|
+
focusable?: boolean | undefined | undefined;
|
|
363
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
364
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
365
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
366
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
367
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
368
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
369
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
370
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
371
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
372
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
373
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
374
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
375
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
376
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
377
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
378
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
379
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
380
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
381
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
382
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
383
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
384
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
385
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
386
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
387
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
388
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
389
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
390
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
391
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
392
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
393
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
394
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
395
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
396
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
397
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
398
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
399
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
400
|
+
accessible?: boolean | undefined | undefined;
|
|
610
401
|
accessibilityActions?: readonly Readonly<{
|
|
611
402
|
name: import("react-native").AccessibilityActionName | string;
|
|
612
403
|
label?: string | undefined;
|
|
613
|
-
}>[] |
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
'aria-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
'aria-
|
|
622
|
-
'aria-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
'aria-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
'aria-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
'aria-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
'aria-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
} & {
|
|
671
|
-
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
672
|
-
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
673
|
-
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
674
|
-
}> | import("react-native-reanimated").CSSStyle<import("react-native").PressableProps & import("react").RefAttributes<View>>> | undefined;
|
|
404
|
+
}>[] | undefined;
|
|
405
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
406
|
+
'aria-label'?: string | undefined | undefined;
|
|
407
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
408
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
409
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
410
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
411
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
412
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
413
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
414
|
+
accessibilityHint?: string | undefined | undefined;
|
|
415
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
416
|
+
'aria-valuemax'?: number | undefined;
|
|
417
|
+
'aria-valuemin'?: number | undefined;
|
|
418
|
+
'aria-valuenow'?: number | undefined;
|
|
419
|
+
'aria-valuetext'?: string | undefined;
|
|
420
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
421
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
422
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
423
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
424
|
+
role?: import("react-native").Role | undefined;
|
|
425
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
426
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
427
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
428
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
429
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
430
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
431
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
432
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
433
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
434
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
435
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
436
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
437
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
438
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
439
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
440
|
+
disabled?: null | boolean | undefined | undefined;
|
|
441
|
+
onPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
442
|
+
onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
443
|
+
onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
|
|
444
|
+
onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
445
|
+
onPressMove?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
446
|
+
onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
447
|
+
onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
448
|
+
cancelable?: null | boolean | undefined | undefined;
|
|
449
|
+
delayHoverIn?: number | null | undefined | undefined;
|
|
450
|
+
delayHoverOut?: number | null | undefined | undefined;
|
|
451
|
+
delayLongPress?: null | number | undefined | undefined;
|
|
452
|
+
pressRetentionOffset?: number | import("react-native").Insets | null | undefined;
|
|
453
|
+
android_disableSound?: null | boolean | undefined | undefined;
|
|
454
|
+
android_ripple?: import("react-native").PressableAndroidRippleConfig | null | undefined;
|
|
455
|
+
testOnly_pressed?: null | boolean | undefined | undefined;
|
|
456
|
+
unstable_pressDelay?: number | undefined | undefined;
|
|
457
|
+
}>> | undefined;
|
|
458
|
+
} & {
|
|
459
|
+
sharedTransitionTag?: string;
|
|
460
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
675
461
|
} & {
|
|
676
462
|
styleId?: string;
|
|
677
463
|
sharedBoundTag?: string;
|
|
678
464
|
remeasureOnFocus?: boolean;
|
|
679
|
-
} & import("react").RefAttributes<
|
|
465
|
+
} & import("react").RefAttributes<never>>>;
|
|
680
466
|
ScrollView: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
|
|
681
467
|
horizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
682
468
|
id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
@@ -755,14 +541,14 @@ declare const _default: {
|
|
|
755
541
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
756
542
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
757
543
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
758
|
-
importantForAccessibility?: "auto" | "
|
|
544
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
759
545
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
760
546
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
761
547
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
762
548
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
763
549
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
764
550
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
765
|
-
'aria-live'?: "
|
|
551
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
766
552
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
767
553
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
768
554
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -774,18 +560,24 @@ declare const _default: {
|
|
|
774
560
|
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
775
561
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
776
562
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
563
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
564
|
+
fadingEdgeLength?: number | {
|
|
565
|
+
start: number;
|
|
566
|
+
end: number;
|
|
567
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
568
|
+
start: number;
|
|
569
|
+
end: number;
|
|
570
|
+
} | undefined> | undefined;
|
|
782
571
|
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
783
572
|
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
784
573
|
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
785
574
|
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
786
575
|
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
787
|
-
|
|
576
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
577
|
+
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;
|
|
788
578
|
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;
|
|
579
|
+
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;
|
|
580
|
+
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;
|
|
789
581
|
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;
|
|
790
582
|
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
791
583
|
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -825,6 +617,7 @@ declare const _default: {
|
|
|
825
617
|
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
826
618
|
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
827
619
|
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
620
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
828
621
|
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
829
622
|
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
830
623
|
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -835,198 +628,179 @@ declare const _default: {
|
|
|
835
628
|
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
836
629
|
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
837
630
|
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
838
|
-
fadingEdgeLength?: number | {
|
|
839
|
-
start: number;
|
|
840
|
-
end: number;
|
|
841
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
842
|
-
start: number;
|
|
843
|
-
end: number;
|
|
844
|
-
} | undefined> | undefined;
|
|
845
631
|
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
632
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
846
633
|
} & {
|
|
847
634
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
848
635
|
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
849
|
-
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"
|
|
636
|
+
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"default" | "black" | "white" | undefined>>;
|
|
850
637
|
} & {
|
|
851
638
|
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
852
639
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
853
640
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
854
641
|
} & {
|
|
855
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
856
|
-
horizontal?: boolean |
|
|
857
|
-
id?: string |
|
|
858
|
-
children?: import("react").ReactNode
|
|
859
|
-
pointerEvents?: "
|
|
860
|
-
collapsable?: boolean |
|
|
861
|
-
hitSlop?: number | import("react-native").Insets |
|
|
862
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
863
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
864
|
-
removeClippedSubviews?: boolean |
|
|
865
|
-
testID?: string |
|
|
866
|
-
nativeID?: string |
|
|
867
|
-
collapsableChildren?: boolean |
|
|
868
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
869
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
870
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
871
|
-
focusable?: boolean |
|
|
872
|
-
tabIndex?: 0 | -1 |
|
|
873
|
-
shouldRasterizeIOS?: boolean |
|
|
874
|
-
isTVSelectable?: boolean |
|
|
875
|
-
hasTVPreferredFocus?: boolean |
|
|
876
|
-
tvParallaxShiftDistanceX?: number |
|
|
877
|
-
tvParallaxShiftDistanceY?: number |
|
|
878
|
-
tvParallaxTiltAngle?: number |
|
|
879
|
-
tvParallaxMagnification?: number |
|
|
880
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
881
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
882
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
883
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
884
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
885
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
886
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
887
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
888
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
889
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
890
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
891
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
892
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
893
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
894
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
895
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
896
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
897
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
898
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
899
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
900
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
901
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
902
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
903
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
904
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
905
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
906
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
907
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
908
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
909
|
-
accessible?: boolean |
|
|
642
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
643
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
644
|
+
id?: string | undefined | undefined;
|
|
645
|
+
children?: import("react").ReactNode;
|
|
646
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
647
|
+
collapsable?: boolean | undefined | undefined;
|
|
648
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
649
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
650
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
651
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
652
|
+
testID?: string | undefined | undefined;
|
|
653
|
+
nativeID?: string | undefined | undefined;
|
|
654
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
655
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
656
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
657
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
658
|
+
focusable?: boolean | undefined | undefined;
|
|
659
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
660
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
661
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
662
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
663
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
664
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
665
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
666
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
667
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
668
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
669
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
670
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
671
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
672
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
673
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
674
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
675
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
676
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
677
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
678
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
679
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
680
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
681
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
682
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
683
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
684
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
685
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
686
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
687
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
688
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
689
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
690
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
691
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
692
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
693
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
694
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
695
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
696
|
+
accessible?: boolean | undefined | undefined;
|
|
910
697
|
accessibilityActions?: readonly Readonly<{
|
|
911
698
|
name: import("react-native").AccessibilityActionName | string;
|
|
912
699
|
label?: string | undefined;
|
|
913
|
-
}>[] |
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
'aria-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
'aria-
|
|
922
|
-
'aria-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
'aria-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
'aria-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
'aria-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
'aria-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
951
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
952
|
-
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;
|
|
953
|
-
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;
|
|
954
|
-
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;
|
|
955
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
956
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
957
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
958
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
959
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
960
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
961
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
962
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
963
|
-
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;
|
|
964
|
-
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;
|
|
965
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
966
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
967
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
968
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
969
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
970
|
-
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;
|
|
971
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
972
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
973
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
974
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
975
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
976
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
977
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
978
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
979
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
980
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
981
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
982
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
983
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
984
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
985
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
986
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
987
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
988
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
989
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
990
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
991
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
992
|
-
maintainVisibleContentPosition?: {
|
|
993
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
994
|
-
minIndexForVisible: number;
|
|
995
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
996
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
997
|
-
minIndexForVisible: number;
|
|
998
|
-
} | null | undefined> | null | undefined;
|
|
999
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1000
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1001
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1002
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1003
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1004
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1005
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1006
|
-
snapToAlignment?: "center" | "end" | "start" | import("react-native-reanimated").SharedValue<"center" | "end" | "start" | undefined> | undefined;
|
|
1007
|
-
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;
|
|
1008
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1009
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1010
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1011
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1012
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
700
|
+
}>[] | undefined;
|
|
701
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
702
|
+
'aria-label'?: string | undefined | undefined;
|
|
703
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
704
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
705
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
706
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
707
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
708
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
709
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
710
|
+
accessibilityHint?: string | undefined | undefined;
|
|
711
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
712
|
+
'aria-valuemax'?: number | undefined;
|
|
713
|
+
'aria-valuemin'?: number | undefined;
|
|
714
|
+
'aria-valuenow'?: number | undefined;
|
|
715
|
+
'aria-valuetext'?: string | undefined;
|
|
716
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
717
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
718
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
719
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
720
|
+
role?: import("react-native").Role | undefined;
|
|
721
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
722
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
723
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
724
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
725
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
726
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
727
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
728
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
729
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
730
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
731
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
732
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
733
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
734
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
735
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
736
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
1013
737
|
fadingEdgeLength?: number | {
|
|
1014
738
|
start: number;
|
|
1015
739
|
end: number;
|
|
1016
|
-
} |
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
740
|
+
} | undefined | undefined;
|
|
741
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
742
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
743
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
744
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
745
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
746
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
747
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
748
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
749
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
750
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
751
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
752
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
753
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
754
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
755
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
756
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
757
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
758
|
+
snapToInterval?: number | undefined | undefined;
|
|
759
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
760
|
+
snapToStart?: boolean | undefined | undefined;
|
|
761
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
762
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
763
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
764
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
765
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
766
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
767
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
768
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
769
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
770
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
771
|
+
bounces?: boolean | undefined | undefined;
|
|
772
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
773
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
774
|
+
centerContent?: boolean | undefined | undefined;
|
|
775
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
776
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
777
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
778
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
779
|
+
maintainVisibleContentPosition?: null | {
|
|
780
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
781
|
+
minIndexForVisible: number;
|
|
782
|
+
} | undefined | undefined;
|
|
783
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
784
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
785
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
786
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
787
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
788
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
789
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
790
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
791
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
792
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
793
|
+
zoomScale?: number | undefined | undefined;
|
|
794
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
795
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
796
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
797
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
798
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
799
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
800
|
+
}>> | undefined;
|
|
801
|
+
} & {
|
|
802
|
+
sharedTransitionTag?: string;
|
|
803
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
1030
804
|
} & {
|
|
1031
805
|
styleId?: string;
|
|
1032
806
|
sharedBoundTag?: string;
|
|
@@ -1110,14 +884,14 @@ declare const _default: {
|
|
|
1110
884
|
'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1111
885
|
'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1112
886
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
|
|
1113
|
-
importantForAccessibility?: "auto" | "
|
|
887
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
|
|
1114
888
|
'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1115
889
|
'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1116
890
|
role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
|
|
1117
891
|
accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
|
|
1118
892
|
'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1119
893
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
|
|
1120
|
-
'aria-live'?: "
|
|
894
|
+
'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
|
|
1121
895
|
screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1122
896
|
accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1123
897
|
accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
@@ -1129,76 +903,8 @@ declare const _default: {
|
|
|
1129
903
|
accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1130
904
|
accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1131
905
|
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1132
|
-
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;
|
|
1133
906
|
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
1134
|
-
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;
|
|
1135
|
-
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;
|
|
1136
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
1137
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1138
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
1139
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
1140
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
1141
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1142
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
1143
907
|
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
1144
|
-
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;
|
|
1145
|
-
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;
|
|
1146
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1147
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1148
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1149
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1150
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1151
|
-
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;
|
|
1152
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1153
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1154
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1155
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1156
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1157
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1158
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1159
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
1160
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1161
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1162
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1163
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1164
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1165
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1166
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1167
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1168
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1169
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1170
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1171
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1172
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1173
|
-
maintainVisibleContentPosition?: {
|
|
1174
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1175
|
-
minIndexForVisible: number;
|
|
1176
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
1177
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1178
|
-
minIndexForVisible: number;
|
|
1179
|
-
} | null | undefined> | null | undefined;
|
|
1180
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1181
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1182
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1183
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1184
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1185
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1186
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1187
|
-
snapToAlignment?: "center" | "end" | "start" | import("react-native-reanimated").SharedValue<"center" | "end" | "start" | undefined> | undefined;
|
|
1188
|
-
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;
|
|
1189
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1190
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1191
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1192
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1193
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1194
|
-
fadingEdgeLength?: number | {
|
|
1195
|
-
start: number;
|
|
1196
|
-
end: number;
|
|
1197
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
1198
|
-
start: number;
|
|
1199
|
-
end: number;
|
|
1200
|
-
} | undefined> | undefined;
|
|
1201
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1202
908
|
extraData?: any | undefined;
|
|
1203
909
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
1204
910
|
length: number;
|
|
@@ -1225,10 +931,17 @@ declare const _default: {
|
|
|
1225
931
|
refreshing?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
|
|
1226
932
|
renderItem: import("react-native").ListRenderItem<unknown> | import("react-native-reanimated").SharedValue<import("react-native").ListRenderItem<unknown> | null | undefined> | null | undefined;
|
|
1227
933
|
viewabilityConfig?: import("react-native").ViewabilityConfig | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfig | undefined> | undefined;
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
934
|
+
fadingEdgeLength?: number | {
|
|
935
|
+
start: number;
|
|
936
|
+
end: number;
|
|
937
|
+
} | import("react-native-reanimated").SharedValue<number | {
|
|
938
|
+
start: number;
|
|
939
|
+
end: number;
|
|
940
|
+
} | undefined> | undefined;
|
|
941
|
+
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;
|
|
942
|
+
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;
|
|
943
|
+
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;
|
|
944
|
+
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;
|
|
1232
945
|
debug?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1233
946
|
disableVirtualization?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1234
947
|
getItem?: ((data: any, index: number) => unknown) | import("react-native-reanimated").SharedValue<((data: any, index: number) => unknown) | undefined> | undefined;
|
|
@@ -1257,265 +970,296 @@ declare const _default: {
|
|
|
1257
970
|
}) => void) | null | undefined> | null | undefined;
|
|
1258
971
|
onStartReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
|
|
1259
972
|
progressViewOffset?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1260
|
-
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) =>
|
|
973
|
+
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | import("react-native-reanimated").SharedValue<((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined> | undefined;
|
|
1261
974
|
updateCellsBatchingPeriod?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1262
975
|
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfigCallbackPairs | undefined> | undefined;
|
|
1263
976
|
windowSize?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1264
977
|
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;
|
|
978
|
+
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
979
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
980
|
+
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
981
|
+
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
982
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
983
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
984
|
+
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;
|
|
985
|
+
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;
|
|
986
|
+
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;
|
|
987
|
+
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;
|
|
988
|
+
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;
|
|
989
|
+
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
990
|
+
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
991
|
+
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
992
|
+
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
993
|
+
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
994
|
+
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;
|
|
995
|
+
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
996
|
+
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
997
|
+
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
998
|
+
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
999
|
+
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1000
|
+
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1001
|
+
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1002
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
1003
|
+
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1004
|
+
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1005
|
+
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1006
|
+
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1007
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1008
|
+
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1009
|
+
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1010
|
+
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1011
|
+
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1012
|
+
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1013
|
+
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1014
|
+
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1015
|
+
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1016
|
+
maintainVisibleContentPosition?: {
|
|
1017
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1018
|
+
minIndexForVisible: number;
|
|
1019
|
+
} | import("react-native-reanimated").SharedValue<{
|
|
1020
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1021
|
+
minIndexForVisible: number;
|
|
1022
|
+
} | null | undefined> | null | undefined;
|
|
1023
|
+
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1024
|
+
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1025
|
+
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1026
|
+
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1027
|
+
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1028
|
+
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1029
|
+
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1030
|
+
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1031
|
+
snapToAlignment?: "center" | "end" | "start" | import("react-native-reanimated").SharedValue<"center" | "end" | "start" | undefined> | undefined;
|
|
1032
|
+
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;
|
|
1033
|
+
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1034
|
+
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1035
|
+
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1036
|
+
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1037
|
+
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1038
|
+
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1039
|
+
scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1265
1040
|
} & {
|
|
1266
1041
|
style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1267
|
-
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1268
|
-
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
|
|
1269
1042
|
columnWrapperStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1270
1043
|
ListFooterComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1271
1044
|
ListHeaderComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1045
|
+
contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
|
|
1046
|
+
indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"default" | "black" | "white" | undefined>>;
|
|
1272
1047
|
} & {
|
|
1273
1048
|
layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
|
|
1274
1049
|
entering?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1275
1050
|
exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
|
|
1276
1051
|
} & {
|
|
1277
|
-
animatedProps?: import("react-native-reanimated/lib/typescript/
|
|
1278
|
-
horizontal?: boolean |
|
|
1279
|
-
id?: string |
|
|
1280
|
-
children?: import("react").ReactNode
|
|
1281
|
-
pointerEvents?: "
|
|
1282
|
-
collapsable?: boolean |
|
|
1283
|
-
hitSlop?: number | import("react-native").Insets |
|
|
1284
|
-
needsOffscreenAlphaCompositing?: boolean |
|
|
1285
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) |
|
|
1286
|
-
removeClippedSubviews?: boolean |
|
|
1287
|
-
testID?: string |
|
|
1288
|
-
nativeID?: string |
|
|
1289
|
-
collapsableChildren?: boolean |
|
|
1290
|
-
onBlur?: ((e: import("react-native").BlurEvent) => void) |
|
|
1291
|
-
onFocus?: ((e: import("react-native").FocusEvent) => void) |
|
|
1292
|
-
renderToHardwareTextureAndroid?: boolean |
|
|
1293
|
-
focusable?: boolean |
|
|
1294
|
-
tabIndex?: 0 | -1 |
|
|
1295
|
-
shouldRasterizeIOS?: boolean |
|
|
1296
|
-
isTVSelectable?: boolean |
|
|
1297
|
-
hasTVPreferredFocus?: boolean |
|
|
1298
|
-
tvParallaxShiftDistanceX?: number |
|
|
1299
|
-
tvParallaxShiftDistanceY?: number |
|
|
1300
|
-
tvParallaxTiltAngle?: number |
|
|
1301
|
-
tvParallaxMagnification?: number |
|
|
1302
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1303
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1304
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1305
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1306
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1307
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1308
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1309
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1310
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1311
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1312
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1313
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) |
|
|
1314
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1315
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1316
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1317
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1318
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) |
|
|
1319
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) |
|
|
1320
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1321
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) |
|
|
1322
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1323
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) |
|
|
1324
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1325
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) |
|
|
1326
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1327
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) |
|
|
1328
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1329
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) |
|
|
1330
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) |
|
|
1331
|
-
accessible?: boolean |
|
|
1052
|
+
animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
|
|
1053
|
+
horizontal?: boolean | null | undefined | undefined;
|
|
1054
|
+
id?: string | undefined | undefined;
|
|
1055
|
+
children?: import("react").ReactNode;
|
|
1056
|
+
pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
|
|
1057
|
+
collapsable?: boolean | undefined | undefined;
|
|
1058
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
1059
|
+
needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
|
|
1060
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
|
|
1061
|
+
removeClippedSubviews?: boolean | undefined | undefined;
|
|
1062
|
+
testID?: string | undefined | undefined;
|
|
1063
|
+
nativeID?: string | undefined | undefined;
|
|
1064
|
+
collapsableChildren?: boolean | undefined | undefined;
|
|
1065
|
+
onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
|
|
1066
|
+
onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
|
|
1067
|
+
renderToHardwareTextureAndroid?: boolean | undefined | undefined;
|
|
1068
|
+
focusable?: boolean | undefined | undefined;
|
|
1069
|
+
tabIndex?: 0 | -1 | undefined | undefined;
|
|
1070
|
+
shouldRasterizeIOS?: boolean | undefined | undefined;
|
|
1071
|
+
isTVSelectable?: boolean | undefined | undefined;
|
|
1072
|
+
hasTVPreferredFocus?: boolean | undefined | undefined;
|
|
1073
|
+
tvParallaxShiftDistanceX?: number | undefined | undefined;
|
|
1074
|
+
tvParallaxShiftDistanceY?: number | undefined | undefined;
|
|
1075
|
+
tvParallaxTiltAngle?: number | undefined | undefined;
|
|
1076
|
+
tvParallaxMagnification?: number | undefined | undefined;
|
|
1077
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1078
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1079
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1080
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1081
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1082
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1083
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1084
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1085
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1086
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1087
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1088
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
|
|
1089
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1090
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1091
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1092
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1093
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
|
|
1094
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1095
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1096
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1097
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1098
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1099
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1100
|
+
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1101
|
+
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1102
|
+
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1103
|
+
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1104
|
+
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1105
|
+
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
|
|
1106
|
+
accessible?: boolean | undefined | undefined;
|
|
1332
1107
|
accessibilityActions?: readonly Readonly<{
|
|
1333
1108
|
name: import("react-native").AccessibilityActionName | string;
|
|
1334
1109
|
label?: string | undefined;
|
|
1335
|
-
}>[] |
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
'aria-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
'aria-
|
|
1344
|
-
'aria-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
'aria-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
'aria-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
'aria-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
'aria-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1374
|
-
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;
|
|
1375
|
-
data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
|
|
1376
|
-
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;
|
|
1377
|
-
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;
|
|
1378
|
-
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
|
|
1379
|
-
scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1380
|
-
innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
|
|
1381
|
-
scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
|
|
1382
|
-
decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
|
|
1383
|
-
invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1384
|
-
keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
|
|
1385
|
-
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
|
|
1386
|
-
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;
|
|
1387
|
-
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;
|
|
1388
|
-
pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1389
|
-
scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1390
|
-
showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1391
|
-
showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1392
|
-
stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1393
|
-
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;
|
|
1394
|
-
snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1395
|
-
snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1396
|
-
snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1397
|
-
snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1398
|
-
stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
|
|
1399
|
-
disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1400
|
-
disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1401
|
-
StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
|
|
1402
|
-
alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1403
|
-
alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1404
|
-
automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1405
|
-
automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1406
|
-
automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1407
|
-
bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1408
|
-
bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1409
|
-
canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1410
|
-
centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1411
|
-
contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1412
|
-
contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
|
|
1413
|
-
contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
|
|
1414
|
-
directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1415
|
-
maintainVisibleContentPosition?: {
|
|
1416
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1417
|
-
minIndexForVisible: number;
|
|
1418
|
-
} | import("react-native-reanimated").SharedValue<{
|
|
1419
|
-
autoscrollToTopThreshold?: number | null | undefined;
|
|
1420
|
-
minIndexForVisible: number;
|
|
1421
|
-
} | null | undefined> | null | undefined;
|
|
1422
|
-
maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1423
|
-
minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1424
|
-
onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
|
|
1425
|
-
pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1426
|
-
scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
|
|
1427
|
-
scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1428
|
-
scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1429
|
-
snapToAlignment?: "center" | "end" | "start" | import("react-native-reanimated").SharedValue<"center" | "end" | "start" | undefined> | undefined;
|
|
1430
|
-
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;
|
|
1431
|
-
zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1432
|
-
endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
|
|
1433
|
-
scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
|
|
1434
|
-
overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
|
|
1435
|
-
nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1436
|
-
fadingEdgeLength?: number | {
|
|
1437
|
-
start: number;
|
|
1438
|
-
end: number;
|
|
1439
|
-
} | import("react-native-reanimated").SharedValue<number | {
|
|
1440
|
-
start: number;
|
|
1441
|
-
end: number;
|
|
1442
|
-
} | undefined> | undefined;
|
|
1443
|
-
persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1110
|
+
}>[] | undefined;
|
|
1111
|
+
accessibilityLabel?: string | undefined | undefined;
|
|
1112
|
+
'aria-label'?: string | undefined | undefined;
|
|
1113
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
1114
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1115
|
+
'aria-busy'?: boolean | undefined | undefined;
|
|
1116
|
+
'aria-checked'?: boolean | "mixed" | undefined | undefined;
|
|
1117
|
+
'aria-disabled'?: boolean | undefined | undefined;
|
|
1118
|
+
'aria-expanded'?: boolean | undefined | undefined;
|
|
1119
|
+
'aria-selected'?: boolean | undefined | undefined;
|
|
1120
|
+
accessibilityHint?: string | undefined | undefined;
|
|
1121
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1122
|
+
'aria-valuemax'?: number | undefined;
|
|
1123
|
+
'aria-valuemin'?: number | undefined;
|
|
1124
|
+
'aria-valuenow'?: number | undefined;
|
|
1125
|
+
'aria-valuetext'?: string | undefined;
|
|
1126
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
|
|
1127
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
|
|
1128
|
+
'aria-hidden'?: boolean | undefined | undefined;
|
|
1129
|
+
'aria-modal'?: boolean | undefined | undefined;
|
|
1130
|
+
role?: import("react-native").Role | undefined;
|
|
1131
|
+
accessibilityLabelledBy?: string | string[] | undefined | undefined;
|
|
1132
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
1133
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
|
|
1134
|
+
'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
|
|
1135
|
+
screenReaderFocusable?: boolean | undefined | undefined;
|
|
1136
|
+
accessibilityElementsHidden?: boolean | undefined | undefined;
|
|
1137
|
+
accessibilityViewIsModal?: boolean | undefined | undefined;
|
|
1138
|
+
onAccessibilityEscape?: (() => void) | undefined | undefined;
|
|
1139
|
+
onAccessibilityTap?: (() => void) | undefined | undefined;
|
|
1140
|
+
onMagicTap?: (() => void) | undefined | undefined;
|
|
1141
|
+
accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
|
|
1142
|
+
accessibilityLanguage?: string | undefined | undefined;
|
|
1143
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
|
|
1144
|
+
accessibilityLargeContentTitle?: string | undefined | undefined;
|
|
1145
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
|
|
1146
|
+
data?: ArrayLike<unknown> | null | undefined;
|
|
1147
|
+
keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
|
|
1444
1148
|
extraData?: any | undefined;
|
|
1445
1149
|
getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
|
|
1446
1150
|
length: number;
|
|
1447
1151
|
offset: number;
|
|
1448
1152
|
index: number;
|
|
1449
|
-
}) |
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
keyExtractor?: ((item: unknown, index: number) => string) | import("react-native-reanimated").SharedValue<((item: unknown, index: number) => string) | undefined> | undefined;
|
|
1457
|
-
legacyImplementation?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
|
|
1458
|
-
numColumns?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
|
|
1459
|
-
onRefresh?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | null | undefined> | null | undefined;
|
|
1153
|
+
}) | undefined;
|
|
1154
|
+
initialNumToRender?: number | undefined | undefined;
|
|
1155
|
+
initialScrollIndex?: number | null | undefined | undefined;
|
|
1156
|
+
keyExtractor?: ((item: unknown, index: number) => string) | undefined;
|
|
1157
|
+
legacyImplementation?: boolean | undefined | undefined;
|
|
1158
|
+
numColumns?: number | undefined | undefined;
|
|
1159
|
+
onRefresh?: (() => void) | null | undefined | undefined;
|
|
1460
1160
|
onViewableItemsChanged?: ((info: {
|
|
1461
1161
|
viewableItems: import("react-native").ViewToken<unknown>[];
|
|
1462
1162
|
changed: import("react-native").ViewToken<unknown>[];
|
|
1463
|
-
}) => void) |
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1163
|
+
}) => void) | null | undefined;
|
|
1164
|
+
refreshing?: boolean | null | undefined | undefined;
|
|
1165
|
+
renderItem?: import("react-native").ListRenderItem<unknown> | null | undefined;
|
|
1166
|
+
viewabilityConfig?: import("react-native").ViewabilityConfig | undefined;
|
|
1167
|
+
fadingEdgeLength?: number | {
|
|
1168
|
+
start: number;
|
|
1169
|
+
end: number;
|
|
1170
|
+
} | undefined | undefined;
|
|
1171
|
+
ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1172
|
+
ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1173
|
+
ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1174
|
+
ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
|
|
1175
|
+
debug?: boolean | undefined | undefined;
|
|
1176
|
+
disableVirtualization?: boolean | undefined | undefined;
|
|
1177
|
+
getItem?: ((data: any, index: number) => unknown) | undefined;
|
|
1178
|
+
getItemCount?: ((data: any) => number) | undefined | undefined;
|
|
1179
|
+
inverted?: boolean | null | undefined | undefined;
|
|
1180
|
+
maxToRenderPerBatch?: number | undefined | undefined;
|
|
1480
1181
|
onEndReached?: ((info: {
|
|
1481
1182
|
distanceFromEnd: number;
|
|
1482
|
-
}) => void) |
|
|
1483
|
-
|
|
1484
|
-
}) => void) | null | undefined> | null | undefined;
|
|
1485
|
-
onEndReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
|
|
1183
|
+
}) => void) | null | undefined | undefined;
|
|
1184
|
+
onEndReachedThreshold?: number | null | undefined | undefined;
|
|
1486
1185
|
onScrollToIndexFailed?: ((info: {
|
|
1487
1186
|
index: number;
|
|
1488
1187
|
highestMeasuredFrameIndex: number;
|
|
1489
1188
|
averageItemLength: number;
|
|
1490
|
-
}) => void) |
|
|
1491
|
-
index: number;
|
|
1492
|
-
highestMeasuredFrameIndex: number;
|
|
1493
|
-
averageItemLength: number;
|
|
1494
|
-
}) => void) | undefined> | undefined;
|
|
1189
|
+
}) => void) | undefined | undefined;
|
|
1495
1190
|
onStartReached?: ((info: {
|
|
1496
1191
|
distanceFromStart: number;
|
|
1497
|
-
}) => void) |
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1192
|
+
}) => void) | null | undefined | undefined;
|
|
1193
|
+
onStartReachedThreshold?: number | null | undefined | undefined;
|
|
1194
|
+
progressViewOffset?: number | undefined | undefined;
|
|
1195
|
+
renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined | undefined;
|
|
1196
|
+
updateCellsBatchingPeriod?: number | undefined | undefined;
|
|
1197
|
+
viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | undefined;
|
|
1198
|
+
windowSize?: number | undefined | undefined;
|
|
1199
|
+
CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined;
|
|
1200
|
+
innerViewRef?: import("react").RefObject<View> | undefined;
|
|
1201
|
+
scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
|
|
1202
|
+
decelerationRate?: "fast" | "normal" | number | undefined | undefined;
|
|
1203
|
+
invertStickyHeaders?: boolean | undefined | undefined;
|
|
1204
|
+
keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
|
|
1205
|
+
onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
|
|
1206
|
+
onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1207
|
+
onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1208
|
+
onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1209
|
+
onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1210
|
+
onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1211
|
+
pagingEnabled?: boolean | undefined | undefined;
|
|
1212
|
+
scrollEnabled?: boolean | undefined | undefined;
|
|
1213
|
+
showsHorizontalScrollIndicator?: boolean | undefined | undefined;
|
|
1214
|
+
showsVerticalScrollIndicator?: boolean | undefined | undefined;
|
|
1215
|
+
stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
|
|
1216
|
+
refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
1217
|
+
snapToInterval?: number | undefined | undefined;
|
|
1218
|
+
snapToOffsets?: number[] | undefined | undefined;
|
|
1219
|
+
snapToStart?: boolean | undefined | undefined;
|
|
1220
|
+
snapToEnd?: boolean | undefined | undefined;
|
|
1221
|
+
stickyHeaderIndices?: number[] | undefined | undefined;
|
|
1222
|
+
disableIntervalMomentum?: boolean | undefined | undefined;
|
|
1223
|
+
disableScrollViewPanResponder?: boolean | undefined | undefined;
|
|
1224
|
+
StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
|
|
1225
|
+
alwaysBounceHorizontal?: boolean | undefined | undefined;
|
|
1226
|
+
alwaysBounceVertical?: boolean | undefined | undefined;
|
|
1227
|
+
automaticallyAdjustContentInsets?: boolean | undefined | undefined;
|
|
1228
|
+
automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
|
|
1229
|
+
automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
|
|
1230
|
+
bounces?: boolean | undefined | undefined;
|
|
1231
|
+
bouncesZoom?: boolean | undefined | undefined;
|
|
1232
|
+
canCancelContentTouches?: boolean | undefined | undefined;
|
|
1233
|
+
centerContent?: boolean | undefined | undefined;
|
|
1234
|
+
contentInset?: import("react-native").Insets | undefined;
|
|
1235
|
+
contentOffset?: import("react-native").PointProp | undefined;
|
|
1236
|
+
contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
|
|
1237
|
+
directionalLockEnabled?: boolean | undefined | undefined;
|
|
1238
|
+
maintainVisibleContentPosition?: null | {
|
|
1239
|
+
autoscrollToTopThreshold?: number | null | undefined;
|
|
1240
|
+
minIndexForVisible: number;
|
|
1241
|
+
} | undefined | undefined;
|
|
1242
|
+
maximumZoomScale?: number | undefined | undefined;
|
|
1243
|
+
minimumZoomScale?: number | undefined | undefined;
|
|
1244
|
+
onScrollAnimationEnd?: (() => void) | undefined | undefined;
|
|
1245
|
+
pinchGestureEnabled?: boolean | undefined | undefined;
|
|
1246
|
+
scrollEventThrottle?: number | undefined | undefined;
|
|
1247
|
+
scrollIndicatorInsets?: import("react-native").Insets | undefined;
|
|
1248
|
+
scrollToOverflowEnabled?: boolean | undefined | undefined;
|
|
1249
|
+
scrollsToTop?: boolean | undefined | undefined;
|
|
1250
|
+
snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
|
|
1251
|
+
onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
|
|
1252
|
+
zoomScale?: number | undefined | undefined;
|
|
1253
|
+
endFillColor?: import("react-native").ColorValue | undefined;
|
|
1254
|
+
scrollPerfTag?: string | undefined | undefined;
|
|
1255
|
+
overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
|
|
1256
|
+
nestedScrollEnabled?: boolean | undefined | undefined;
|
|
1257
|
+
persistentScrollbar?: boolean | undefined | undefined;
|
|
1258
|
+
scrollsChildToFocus?: boolean | undefined | undefined;
|
|
1259
|
+
}>> | undefined;
|
|
1260
|
+
} & {
|
|
1261
|
+
sharedTransitionTag?: string;
|
|
1262
|
+
sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
|
|
1519
1263
|
} & {
|
|
1520
1264
|
styleId?: string;
|
|
1521
1265
|
sharedBoundTag?: string;
|