Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: resolved fallback problem on App and ScrollView on Event Screen,… #125

Merged
merged 4 commits into from
Apr 26, 2024

Conversation

alexandre-mrt
Copy link
Collaborator

@alexandre-mrt alexandre-mrt commented Apr 26, 2024

Resolved bugs that blocked the demo

What I did

I deleted the fallback option on the App screen that blocked the navigation for the HomeScreen
I added a back button on the Event map to go back to the previous screen. I added the styling too and tests for it
I resolved a but on the ScrollView in HomeScreen that prevented to scroll smoothly.

How I did it

I deleted the fallback option as only the redirection to the HomeTabNavigation was necessary.
I added the button "back-arrow"
I deleted the Touchable opacity that was hiding the keyboard, as it conflicted the ScrollView.

Demo video

Pre-merge checklist

The changes I have introduced:

  • work correctly
  • do not break other functionalities
  • work correctly on Android
  • are fully tested

@alexandre-mrt alexandre-mrt self-assigned this Apr 26, 2024
@alexandre-mrt alexandre-mrt marked this pull request as ready for review April 26, 2024 10:45
Copy link

Copy link
Collaborator

@gaspardthrl gaspardthrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a single comment, also next time try to import colors from style. Otherwise LGTM

@alexandre-mrt alexandre-mrt merged commit 9e6a948 into main Apr 26, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants