Skip to content
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

Navigation not working on Android build #64

Open
e-labInnovations opened this issue Jul 22, 2022 · 2 comments
Open

Navigation not working on Android build #64

e-labInnovations opened this issue Jul 22, 2022 · 2 comments

Comments

@e-labInnovations
Copy link

This library is working on the development time tested on the expo app. But after the APK build the navigation stopped working, even the back button was not working and the timetable view was working as expected.

video_2022-07-22_22-12-53.mp4
@gomjellie
Copy link
Owner

i think the invisible view is blocking navigation area for some reason...

can you try to give higher zIndex and elevation to the navigation style?

@jonipark
Copy link
Collaborator

jonipark commented Aug 6, 2022

Hi @e-labInnovations ! Were you able to fix this issue with the method on the link above?
Specifying the z-index order between the timetable view and the navigation/tab bar might resolve this issue.
Our assumption is that if you haven't specified the order, Expo and APK build can have different compilation default settings.
Let us know if this approach doesn't work for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants