React native hydrogen components #1092
Replies: 2 comments
-
As of now, there is no official package called "hydrogen-react-native" that provides React Native components. However, React Native itself comes with a rich set of built-in components that you can use to build your app's UI. React Native provides a wide range of components such as In addition to the built-in components, there is also a vibrant ecosystem of community-driven packages available on platforms like npm. These packages offer a variety of additional functionalities and pre-built components that you can use in your React Native projects. If you are looking for specific components or functionalities beyond what is provided by React Native and the existing community packages, you have the option to create your own custom components. By leveraging the APIs and features provided by React Native, you can build reusable components tailored to your application's needs. Remember to thoroughly research and evaluate any third-party packages you decide to use in your project by checking their documentation, popularity, active development, and community support. |
Beta Was this translation helpful? Give feedback.
-
I faced some issue in react native. when we pressed upload image, the error message shows: How to call this API, when we upload image in front end side, the image will be stored in mongodb const file = req.files.image; CODE: import React, { useState } from 'react' const options ={ const Request = () => { return ( ) const styles = StyleSheet.create({ when we pressed upload button, the error message shows: Possible Unhandled Promise Rejection (id: 1): Again and again same error show, we Image picker library, I think it has been deprecated. Provide Solution Image pIcker or launchImageLibrary are not working |
Beta Was this translation helpful? Give feedback.
-
Can we have react-native components?
Like
hydrogen-react-native
?Beta Was this translation helpful? Give feedback.
All reactions