What is the easiest way to use material design in a react-native iOS app?

David Handel picture David Handel · Jan 4, 2016 · Viewed 27.7k times · Source

I have found these partial implementations on Github as the leading contenders although they have a way to go:

They are lacking some components at this time that I would like to utilize. Is there an alternative solution that I'm missing?

Answer

satya164 picture satya164 · Mar 15, 2018

We recently released React Native Paper at Callstack: https://reactnativepaper.com/

Some highlights include:

  • Follows latest material design guidelines
  • Nice theming API which allows you to switch themes dynamically
  • Accessible by default
  • Supports RTL mode
  • Works on both Android and iOS, including Expo

There is also official integration for React Navigation for our Bottom Navigation component.

Here are some screenshots:

ButtonTextInputFAB

Not sure what components you're missing. So not sure if this satisfies your needs.