128 |
129 | When your content is dynamic, you can use the keepAtBottom{" "}
130 | prop, to make sure new content doesn't change the scroll position,
131 | supporting the user experience.
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 | {map(
142 | (content: string) => (
143 |
144 | {content}
145 |
146 | ),
147 | times(
148 | (index) => `Content #${index}`,
149 | dynamicContentCounter,
150 | ),
151 | )}
152 |
153 |
154 |
155 |
156 |
163 |
170 |
171 |
172 | );
173 | case "allow-outer-scroll":
174 | return (
175 |