-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to react-native-quick-sqlite / Update react-native-onyx to 1.0.32 #13967
Migrate to react-native-quick-sqlite / Update react-native-onyx to 1.0.32 #13967
Conversation
@cristipaval Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
cc @tgolen, this one should be ready for review |
Reviewer Checklist
Screenshots/Videos |
@tgolen just for my information: Does Melvin know to manage the fixed issue if it is linked like that? |
@chrispader No, that format will mess up melvin. It needs to be like this (without the URL markdown):
|
Any idea why the jest tests are failing? |
like this? (edited description) |
cfe8326
to
25a2eeb
Compare
investigating that right now |
Fixed the tests. Turned out to be an issue with some other changes that arised with the latest changes since 1.0.29, where |
14fbf91
to
d119ccc
Compare
d119ccc
to
842391c
Compare
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪 |
Looks like testing is 76% complete and no issues have been found yet, so that's a good sign. |
All testing is done and no issues were found! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to production by @Julesssss in version: 1.2.52-4 🚀
|
Migrate to react-native-quick-sqlite / Update react-native-onyx to 1.0.32
Details
In order to migrate
react-native-onyx
to usereact-native-quick-sqlite
instead ofAsyncStorage
on the native applications we'll need to updatereact-native-onyx
to 1.0.32.Fixed Issues
$ #10793
Tests
Offline tests
You can't sign in while you're offline.
QA Steps
Same steps as in "Tests" section
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Not affected by this change, since only native platforms use
react-native-quick-sqlite
after this updateMobile Web - Chrome
Not affected by this change, since only native platforms use
react-native-quick-sqlite
after this updateMobile Web - Safari
Not affected by this change, since only native platforms use
react-native-quick-sqlite
after this updateDesktop
Not affected by this change, since only native platforms use
react-native-quick-sqlite
after this updateiOS
App initial screen after update:
Android
App initial screen after update: