You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Migrated from deprecated ListView to FlatList
- Migrated componentWillReceiveProps to getDerivedStateFromProps
- Fixed warning about “VirtualizedList: missing keys for items, make sure to specify a key property on each item or provide a custom keyExtractor.” by specifying keyExtractor.
- Changed package.json from dependencies to peerDependencies.
- Updated react version.
0 commit comments