feature/BA-3289-rn-comments-infinite-scrolling#385
Conversation
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| import { View } from '@baseapp-frontend/design-system/components/native/views' | ||
| import { useTheme } from '@baseapp-frontend/design-system/providers/native' | ||
|
|
||
| import { FlatList } from 'react-native' |
There was a problem hiding this comment.
@davidbermudez-tsl can we use InfiniteScrollerView instead?
3abb942 to
6e78157
Compare
fba1a2e to
b19a1e1
Compare
…ommentsList Replace the raw FlatList with the design-system InfiniteScrollerView (FlashList-based), using its built-in isLoading footer instead of a manual ActivityIndicator, matching the NotificationsList pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|



No description provided.