-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Feature Request - Canvas API Implementation #17614
Comments
I don't want to belittle your app's needs, but you sound needlessly demanding with
Anyway, this kind of stuff does not really belong to the core React Native. They're probably going to remove WebView component out of the core API soon too. You'd have better luck using something like https://www.npmjs.com/package/react-native-canvas or alternatives to canvas such as:
I don't know where the expectation that HTML |
I'm beginner at React Native... I've been working on Cordova for a while. But I think it will be amazing if we can use Canvas API for building UI of RN. I want to see both Canvas API, Web Audio API professionally implemented on RN by Facebook team. |
Not totally correct. Canvas is an HTML5 API. Similarly Node.JS servers can have access to the file system, creating HTTP servers, and creating child processes. These things are not standard JavaScript libraries, they're part of Node.JS offerings. With React Native, you have 3rd JavaScript environment, where there's no It's true that RN does polyfill stuff like Anyways I'll let a dev from FB team comment, but they're probably going to repeat my comment. |
I have nothing to add to @hey99xx's comments. Closing as we don't typically track feature requests here, only bug reports. |
Hello Facebook Dev team, Would you please make Web Audio API work on React Native? https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API Web Audio already provides complete solution for audio... it has filters, delays, reverb, convolution reverb, audio playback, and many more. I wonder why this was omitted. |
Is this a bug report?
This is a crucial feature request...
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS Sierra 10.12.6
Node: 8.4.0
Yarn: 0.27.5
npm: 5.4.0
Watchman: 4.7.0
Xcode: Xcode 8.3.3 Build version 8E3004b
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react-native: 0.48.1 => 0.48.1
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
Target Platform: iOS (10.3)
Steps to Reproduce
HTML Canvas API can do amazing things for UI but it's not available in React Native....
Expected Behavior
React Native would fully support Canvas API
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
Actual Behavior
React Native doesn't respond to Canvas API... that is a huge miss for talented UI designers.
See what you can do with Canvas API here:
https://codepen.io/search/pens?q=canvas+api&limit=all&type=type-pens
and please imagine what if you could use them on React Native.
Reproducible Demo
All React Native apps are demos for this problem.
We need Canvas API fully supported in React Native ASAP.....
The text was updated successfully, but these errors were encountered: