You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A component used to render a list of all of the options that a `Poll` has. Voting on each option on this screen is also enabled. Needs to be structured inside a [`Channel` component](../core-components/channel).
10
+
11
+
It will render its default `PollAllOptionsContent`, which can be overridden for custom UI. Its children have access to the entire `poll` state through the `usePollState` hook.
12
+
13
+
## Props
14
+
15
+
### <divclass="label description">_forwarded from [MessageContext](../../contexts/message-context#message)_ props</div> message {#message}
16
+
17
+
<MessageProp />
18
+
19
+
### `poll` *
20
+
21
+
<Poll />
22
+
23
+
### `additionalScrollViewProps`
24
+
25
+
A prop used to override the underlying [`ScrollView`](https://reactnative.dev/docs/scrollview#props) props of the `PollAllOptions`.
0 commit comments