Ensure compatible React Native version
masterFor plugin versions >= 3.0.0, the minimum recommended React Native version is 0.43.x, as it introduced the FlatList component used by the plugin.
If you use an older version of React Native, the component will automatically fall back to rendering a ScrollView (similar to setting the useScrollView prop to true). Note that ScrollView is not suitable for rendering a large number of items and may cause performance issues. For optimal performance, update React Native to a modern version to utilize FlatList.