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

new web: omnibus build/organization/perf fixes #4101

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

patosullivan
Copy link
Member

  • Resolved build failures in web environment caused by:
    • Incorrect import of react-native-branch through useHandleLogout
    • Direct usage of nativeDb.resetDb instead of platform-specific implementation in useConfigureUrbitClient
    • Build failure due to top-level await causing regeneratorRuntime errors
  • Moved signupContext to mobile-specific directory as it's only used in mobile flows
  • Resolved CPU-intensive performance issue in ChatList:
    • Replaced useStyle hook with static style object
    • Now using getTokenValue helper to access tamagui's $l padding value
    • Prevents FlashList from freezing app due to excessive re-renders

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.

1 participant