Add supportedPlatforms=ios,android to SnackPlayer in animations.md#4739
Add supportedPlatforms=ios,android to SnackPlayer in animations.md#4739kaseken wants to merge 1 commit into
Conversation
- Set supportedPlatforms=ios,android to SnackPlayer in animations.md since web is not supported.
|
Hi @kaseken! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
I've signed to the CLA |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Hey @kaseken, thanks for the contribution! 👍 I have fixed the examples to work on the web within: The problem here is that 0.81 docs cut did not include those changes. For now you can use "Next" (unversioned docs), or docs for older version, but we plan to regenerate 0.81 docs soon, to include all recent improvements. |
|
@Simek Understood, thanks! |
issue
The preview for Animated API is not rendered correctly for TypeScript+Web.
https://reactnative.dev/docs/animations
This is because
useAnimatedValueis undefined inreact-nativeon Web.Changes
Sets supportedPlatforms=ios,android to SnackPlayer in animations.md since web is not supported.
It was already set for the
ext=jsversion.