-
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
Allow guides (and anyone) to opt into memory only keys #22729
Conversation
@stitesExpensify 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] |
Woops the manual tests are gonna fail on step 10. That's not actually working yet 😓 |
Ok now it's fixed 😄 |
Reviewer Checklist
Screenshots/Videos |
Bumped the Onyx version. We are bumping several versions here (discussion). FWIW I am not running into anything weird locally. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪 |
Allow guides (and anyone) to opt into memory only keys (cherry picked from commit 3520d7a)
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.3.39-9 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.39-11 🚀
|
Details
Related to -> Expensify/react-native-onyx#270
Fixed Issues (Not entirely - more of a bandaid)
#21766
Tests
memoryOnlyKeys
setter option to Onyx react-native-onyx#270cd
into thereact-native-onyx
directory (note - not the one inApp/node_modules
but wherever it is cloned)npm run build
dist
folder toApp/node_modules/react-native-onyx
and replace the existingdist
foldernpm run web
forApp
window.enableMemoryOnlyKeys()
in the JS console.OpenApp
and notReconnectApp
)Other notes: This mode is "opt-in" so it's not end of the world if some things seem off with it enabled. Though, let's verify everything is working exactly the same as before when it's not enabled.
Offline tests
❌
QA Steps
Internal QA. We will test this with a Guide on staging.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Not relevant for mWeb
Mobile Web - Safari
Not relevant for mWeb
Desktop
iOS
N/A to native
Android
N/A to native