Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any style framework for react-native similar to bootstrap for web? [closed]

Ionic is awesome, but if you want to stay in the React-native world, I haven't found anything comparable and compatible. Let me know if you have any suggestions?

like image 747
Mohamed El Mahallawy Avatar asked Dec 31 '15 18:12

Mohamed El Mahallawy


People also ask

Which framework is best for React Native?

NativeBase. This veteran library has been around since React Native existed. NativeBase is one of the best cross-platform app development frameworks that supports a rich and extensive set of production-ready UI components. Apart from the basic support, they also provide pre-configuration for useful functionalities.

Can React-Bootstrap be used in React Native?

React Native is a much smaller target for component libraries than traditional CSS frameworks. In other words, Bootstrap CSS can be used with any web framework, whereas component libraries for React Native only work with…you guessed it… React Native.

Is React a replacement for Bootstrap?

Both Bootstrap and React are close competitors when it comes to designing and customizing the best UI for web applications. While Bootstrap is a template-based frontend framework providing ready-made templates for developing applications, React is a component-based framework.

Is there any framework for React Native?

React Native (also known as RN) is a popular JavaScript-based mobile app framework that allows you to build natively-rendered mobile apps for iOS and Android. The framework lets you create an application for various platforms by using the same codebase.


2 Answers

Disclaimer: I own NativeBase.io and Native Starter Pro.

My team built Native Start Pro - Premium React Native starter kit to quickly get off the ground on your next mobile app projects.

It includes

  • Customizable variables just like Bootstrap
  • Components like Contact list, Login screen, Simple forms, Slide-in menu, Inbox view, Compose Email, View Email

It also comes with a detailed documentation.


We Open-Sourced many components from Native Starter Pro as NativeBase.io which is getting huge popularity on ProductHunt

like image 197
Sanket Sahu Avatar answered Sep 18 '22 19:09

Sanket Sahu


The closest thing is going to be material design https://github.com/xinthink/react-native-material-kit which is pretty great. At this time there is no bootstrap for react native, not to say that it isn't coming down the pipeline one day.

like image 29
Nader Dabit Avatar answered Sep 21 '22 19:09

Nader Dabit