The FlatList optimization guide at https://reactnative.dev/docs/optimizing-flatlist-configuration mentions old school APIs like PureComponent instead of APIs like React.memo(). We should switch the over, and do an audit of any other guidance documentation out of date with modern React.