-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Create Currency Modal, with geolocation and Location permissions #2128
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
Create Currency Modal, with geolocation and Location permissions #2128
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
3fb86e7 to
835e58a
Compare
835e58a to
da4c998
Compare
|
@Julesssss @iwiznia any idea on why this is not accessing react-native-onyx? It works OK on local environment |
| {() => ( | ||
| <> | ||
| <View style={[styles.flex1, styles.w100]}> | ||
| <View style={[styles.ph5, styles.pv3]}> |
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.
Since this entire area is already wrapped in 20px padding, let's remove the padding top from this view.
|
Maybe this is just a matter of pulling master, but by default, our modal views should not have a bottom border under the title. So the border you see here should not be included: CC @Julesssss in case maybe this needs to be changed elsewhere. |
Yeah, this change will need to be made elsewhere. I'll create an issue for it. |
What do you mean exactly? What's not working? I see you are using Onyx already... |
The checks are failing with this error after not able to access onyx. |
|
Hi @rameshhpathak, I'm really not sure why this happened, but I was able to solve this by making your commit in my name. You can see here that the tests are failing for JSLint errors now, instead of the auth error. I would suggest that you try cherry-picking your changes onto a clean branch/PR to see if that solves the issue (this is probably the quickest path forward) |
|
Maybe you know this already, but the Podfile wasn't updated either, so you'll need to run pod install from /ios |
I'll do that. Thank you for your help. |
|
Hey @rameshhpathak, any luck with the suggested fix? |
Hey @Julesssss, I couldn't find time to do it yesterday. Been trying - failed three times today - latest: #2182 . I will try separating out into bits and try pushing commit by commit later today |
|
@Julesssss I installed it fresh in this PR #2194 . WIll close this PR now :) Thank you for your help!!! |


<If necessary, assign reviewers that know the area or changes well. Feel free to tag any additional reviewers you see fit.>
Details
Fixed Issues
Fixes #1970Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Screen.Recording.2021-03-27.at.15.24.24.mov
Android