Skip to content

Releases: developedbynick/breaking-bad-app

v2.0.0

03 Sep 00:21
Compare
Choose a tag to compare

Version 2.0.0

  1. Changed state manager to redux.
  2. State is stored with the help of AsyncStorage, and loaded whenever the app is reloaded.
  3. Favorites are now saved.

Added Some Features and fixed some bugs

15 Aug 22:59
Compare
Choose a tag to compare
  • 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.

Pull Requests will not be accepted, as I am new to react native, and will continue to push updates to this app by myself to learn more about react native.