react-native-paper
react-native-paper copied to clipboard
feat: bumped React Native and Expo version
Motivation
We needed to bump the Android SDK version (see the attached screenshot for details). To accommodate this, we also had to update React Native and Expo, as the versions we were using were outdated and no longer supported.
Summary:
Version Updates:
- React Native was upgraded using the React Native Upgrade Helper.
- Expo and related libraries were updated with the help of Expo Doctor.
Issues Encountered & Resolved:
- Icons were not displaying on the web.
- Some test cases failed.
- Assets from the react-native-paper library were not displaying in the example project.
All issues were resolved after the updates.
Related issue
Test plan
I would appreciate it if the reviewer could double-check the example app to ensure that no bugs were missed during the update. 🙏
Hey @kamilkedzierski, thank you for your pull request 🤗. The documentation from this branch can be viewed here.
This looks good, I only found 2 issues.
FAB on web doesn't look good, but I think it is a known issue.
What I think it is from this PR, is on iOS when switching to RTL, the app restarts infinitely.
https://github.com/user-attachments/assets/35aec213-8267-44a8-b30e-608aaddf1874
Can we fix that?
This looks good, I only found 2 issues. FAB on web doesn't look good, but I think it is a known issue.
What I think it is from this PR, is on iOS when switching to RTL, the app restarts infinitely.
Screen.Recording.2024-09-28.at.19.52.15.mp4 Can we fix that?
Here is the FAB issue for future reference.
RTL update LGTM
