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

chore: install use-latest-callback #3746

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Conversation

lukewalczak
Copy link
Member

Fixes: #3737

Summary

Replace the use-event-callback with use-latest-callback to avoid warnings.

Test plan

Following steps from the issue:

Create a new Expo project:
yarn create expo-app folder-to-install-app-in
yarn add react-native-web react-dom @expo/webpack-config

Run yarn web and it will start fine without any warning.
Add React Native Paper with yarn react-native-safe-area-context react-native-paper
Wrap App.js with ....

Run yarn web.

@lukewalczak lukewalczak added the dependencies Pull requests that update a dependency file label Mar 12, 2023
@callstack-bot
Copy link

Hey @lukewalczak, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

@github-actions
Copy link

The mobile version of example app from this branch is ready! You can see it here.

@lukewalczak lukewalczak merged commit 33fc353 into main Mar 13, 2023
@lukewalczak lukewalczak deleted the chore/use-latest-callback branch March 13, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning after clean install or update to Expo SDK 48
3 participants