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

ReactjsReact Native

Reactjs Problem Overview


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?

Reactjs Solutions


Solution 1 - Reactjs

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

Solution 2 - Reactjs

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.

Solution 3 - Reactjs

This project is aiming toward this direction:

https://github.com/react-native-community/react-native-elements

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMohamed El MahallawyView Question on Stackoverflow
Solution 1 - ReactjsSanket SahuView Answer on Stackoverflow
Solution 2 - ReactjsNader DabitView Answer on Stackoverflow
Solution 3 - Reactjsgiraffe_headView Answer on Stackoverflow