A React Native app's FlatList renders correctly on iOS but shows blank rows on Android. What is the best first debugging step?
-
A
Rebuild the Android bundle from scratch
-
B
Use the React Native Debugger to inspect the FlatList's rendered items and data prop on Android
-
C
Switch to ScrollView as FlatList has known Android bugs
-
D
Downgrade React Native to a stable LTS version