-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix: Receipt - The border green line on top and bottom in native. #30639
Conversation
@situchan, the camera view doesn't open in IOS native, can you pls check. |
you may need to test on physical device |
@situchan, I don't have a IOS device 🥲 |
<NavigationAwareCamera | ||
ref={camera} | ||
device={device} | ||
style={{...styles.videoContainer, display: cameraPermissionStatus !== RESULTS.GRANTED ? 'none' : 'block'}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cameraPermissionStatus check is redundant. This should be enough.
style={{...styles.videoContainer, display: cameraPermissionStatus !== RESULTS.GRANTED ? 'none' : 'block'}} | |
style={styles.flex1} |
Any concern on this suggestion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with you, cameraPermissionStatus check is redundant, now removed but I haven't removed videoContainer
styling since we are using it in non-native view.
@situchan, can you pls check once again. |
@situchan, can you pls guide me how to run the app on physical device, I will try to get a IOS device for today. |
|
Thanks 👍🏻 |
@situchan, can you pls help, I'm unable to build on physical device, maybe there are multiple issues like different apple id account, it's not my phone so I can't make changes to the phone settings and profile. I made a style change after you tested, can you pls check once again when you have sometime. |
@Krishna2323 same Note: current production iOS app works perfect like mWeb. You can install from appstore and confirm. |
If you are not able to fix iOS, we can reassign someone who can test on iPhone. |
b438fef
to
91ef640
Compare
@situchan, can I open a new PR, I'm facing weird merge conflict issue and while resolving it I deleted all commits here. Video.mov |
No problem |
Details
Fixed Issues
$ #30284
PROPOSAL: #30284 (comment)
Tests
Offline tests
QA Steps
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
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
Android: Native
android_native.mp4
Android: mWeb Chrome
android_chrome.mp4
iOS: Native
ios_native.mp4
iOS: mWeb Safari
ios_safari.mp4
MacOS: Chrome / Safari
web_chrome.mp4
MacOS: Desktop
desktop_app.mp4