bitcointribe
bitcointribe copied to clipboard
React native upgrade
Mandatory (RN):
- [x] Upgrade react native and required libs
- [x] Move manually linked libs to auto-link
- [x] Migrate uni modules to expo modules
- [x] Remove unwanted packages
- [x] Fix rn-secure-storage issues on iOS
- [x] React Navigation migration
- [x] Update unsubscription of listeners
- [x] Add missing key prop to all mapped components
- [ ] Update ViewProp usage
- [ ] Fix unrelated prop values in primary components
- [ ] Verify modal behaviour (multiple modals are generally not supported)
Urgent:
- [ ] #6773
- [ ] #6774
Critical:
- [x] #6775
- [x] #6776
- [x] #6777
Following changes have been done in recent release:
- React Navigation migration.
- Updation of listeners.