Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UI Components library for react native [closed]

I'm building my first big app with react native. And want to ask.

Are there are some UI frameworks for react native, which gives some styling for components out of the box?

For example like ionic for cordova gives base theme and css. Or like bootstrap for web.

So are there are some existing libraries which gives the same styling effect for react native?

Thanks

like image 964
Igor Izraylevych Avatar asked Jan 23 '16 16:01

Igor Izraylevych


People also ask

Can you use React component libraries in React Native?

React Native provides a set of built-in Core Components and APIs ready to use in your app. You're not limited to the components and APIs bundled with React Native.

Is React still relevant 2022?

ReactJS has emerged as one of the biggest libraries used by developers and businesses in the past few years. Such is its popularity that React web development was the second most-used framework in 2022, with 42.62% of software developers using it as per Statista.

Which is UI component for React Native?

UI Kitten is another open source library that supports React Native apps. It is based on the Eva Design System and has 480+ icons of its own. It provides support for creating customized themes, but also allows you to use or extend two default visual themes as well.


1 Answers

There are some other UI toolkits that allows a developer to style components with ease something like that of ionic and bootstrap. These toolkits support both iOS and Android

1. Nativebase

nativebase.io

Single JavaScript code base for iOS & Android with custom components like Button, Toolbar (Header/Footer), Input (with Icons)

2. Shoutem

shoutem.github.io

Shoutem UI toolkit enables you to build professionally looking React Native apps with ease.

like image 79
programmer Avatar answered Oct 02 '22 18:10

programmer