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

feat: UI updates #56

Merged
merged 7 commits into from
Jun 15, 2023
Merged

feat: UI updates #56

merged 7 commits into from
Jun 15, 2023

Conversation

ignaciosantise
Copy link
Collaborator

Summary

  • Improved toast UI
  • Added animation to view transitions
  • Added scale effect to buttons
  • Solved QR View flickering issue

Screenshots

iOS

ios.light.mp4
ios.dark.mp4

Android

Screenrecorder-2023-06-13-17-55-19-779.mp4
Screenrecorder-2023-06-13-17-54-19-382.mp4

@github-actions
Copy link

github-actions bot commented Jun 13, 2023

🚀 Expo preview is ready!

  • Project → web3modal-rn-example
  • Platforms → android, ios
  • Scheme → rnweb3modalexpo
  • Runtime Version → exposdk:48.0.0
  • More info

Learn more about 𝝠 Expo Github Action

@ignaciosantise ignaciosantise mentioned this pull request Jun 13, 2023
17 tasks
src/components/NavHeader.tsx Outdated Show resolved Hide resolved

if (Platform.OS === 'android') {
if (UIManager.setLayoutAnimationEnabledExperimental) {
UIManager.setLayoutAnimationEnabledExperimental(true);
Copy link

Choose a reason for hiding this comment

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

Interesting, never used this one, what does it do?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is my first time using it too. It enables automatic animations in view changes by calling configureNext before the change 😮

@ignaciosantise ignaciosantise merged commit 8764e68 into main Jun 15, 2023
4 checks passed
@ignaciosantise ignaciosantise deleted the ui-updates branch June 15, 2023 16:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants