Releases: developedbynick/breaking-bad-app
Releases · developedbynick/breaking-bad-app
v2.0.0
Added Some Features and fixed some bugs
-
Updated React Navigation to V5.X
-
Added Tab Navigation.
-
Added a limit to the number of characters that are rendered in the 'FlatList' component. This is because I received this error - VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc.
-
Users can now add favorite characters. However, these are not saved.