-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
Migrate next
to main
#3303
base: main
Are you sure you want to change the base?
Migrate next
to main
#3303
Conversation
## Description This PR deprecates `Touchable` components in our repo ## Test plan Try importing any `Touchable` (or its `props`). After importing look at the console. --------- Co-authored-by: Jakub Piasecki <[email protected]>
## Description #3260 introduced a regression to the `Gesture Handlers`'s `TouchableNativeFeedback` component. The component used to be a direct reference to the `TouchableNativeFeedback`, which has a [couple of static methods](https://reactnative.dev/docs/touchablenativefeedback#methods). When it was replaced with a function component, the static methods got removed, leaving only the render function of the `TouchableNativeFeedback`. ## Test plan See how the type errors in the `example/src/release_tests/touchables/index.tsx` are resolved.
## Description This PR deprecates old Gesture Handler API. ## Test plan Try importing any handler from old API.
Do you think it'd make sense to rebase these changes onto main instead of squashing them? |
In our discussion with @j-piasecki we decided that it would be better to |
Description
This PR migrates changed from next branch into
main
.Test plan
Most of those commits are deprecations, to check
get
/set
run example on web.