Suggest good UI framework for react-native app. I used expo to create project - react-native

i need some good ui components library for react-native like react material ui for react web applications
Please suggest a library that you have used in you projects

React Native Elements
As a cross-platform UI Toolkit, you can now use RNE on the web & share your codebase between your React Native + React web apps.
View
Nativebase
Essential cross-platform UI components for React Native & Vue Native
View
React Native Material UI
Highly customizable material design components for React Native.
View
UI Kitten
React Native framework for creating stunning cross-platform mobile applications. Design system based brings your product from MVP to enterprise. Forever Open Source and free.
View
React Native UI Lib
View

Related

Can anyone embed Unity app in React Native project?

I have an augmented reality project. It will be a mobile app and I need to access the Unity app from within the app. Are there any react native libraries that you know are up-to-date?
There is webgl library for reactjs. But this library is not applicable for React Native.

Should I use any React Native Component/UI Libraries?

I'm just starting to develop a mobile app using react-native. Now I would like to ask if it's recommended to use Component Libraries such as NativeBase, Material Kit React Native Paper or should I do the design/UI components manually?

Can we Develop the website as well with react Native ? is their any way to do it?

I Am new to react and React native but can any one let me know that i can develop
website, App (Android, IOS) from same platform (REACT NATIVE)
I Am asking here because on official site of React Native
https://facebook.github.io/react-native/
they have shown the picture of Mobile, i-pad, And Desktop View as well
so may be there is chance we can develop it in all platform
Thanks in Advance
Web based apps (that load on site pages, in browser) can be built with React JS:
https://reactjs.org
React Native is an entire platform allowing you to build native, cross-platform mobile apps, and React.js is a JavaScript library you use for constructing a high performing UI layer.
React.js is the heart of React Native, and it embodies all React’s principles and syntax, so the learning curve is easy.
React-Native doesn’t use HTML & CSS to render the app, but provides alternative components that work in a similar way.

Can I use components of a web app with a React Native app

I am trying to build an app in react native. The app was originally built in unity, but due to performance reasons. It was decided the app should be rebuilt in react native. The app currently has a web app also and I am wondering if there is a way when that the react native app can use some components from the web app.
I tried to google this problem, but I only find articles about using components between react native and react native web. I do not know what the web app was built with, but I am almost certain that it was not react native web.
What component are you trying to use?
Because if it's a pure unity I think there are some libraries who are not available on a mobile device, so you can't use it.
I have in mid some C++ libraries or third part one to use the sound.

Which design pattern should follow while developing react native application?

I am newbie to react native.I would like to build an application using react native,but before that I want to know which design pattern/framework does react native support?