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

Fix useIsomorphicLayoutEffect usage in React Native environments #2156

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove useIsomorphicLayoutEffect.native.ts
  - Since we bundle the library now, and React Native explicitly uses `useLayoutEffect`, we do not need this file anymore.
  • Loading branch information
aryaemami59 committed Apr 10, 2024
commit fd2c5c61755ded1f29b6bbda9da772cedda57021
5 changes: 0 additions & 5 deletions src/utils/useIsomorphicLayoutEffect.native.ts

This file was deleted.

Loading