Material Design styles for React Native
npm install react-native-material-design-styles
React Native Material Design Styles is based on paper-style which provides simple ways to use Material Design CSS styles in your application. The difference is that this project is available in the form of React Native.
Recommend

Install with npm: npm install react-native-material-design-styles --save.
``javascript`
import { StyleSheet } from 'react-native';
import { typography } from 'react-native-material-design-styles';
const typographyStyle = StyleSheet.create(typography);`
Now we can use Material Design typography in our JSX code.javascript`
Here is what it look:
`javascript`
import { StyleSheet } from 'react-native';
import { color } from 'react-native-material-design-styles';
const typographyStyle = StyleSheet.create(typography);
#### Using for Text
`javascript`
#### Using for background or other ways
`javascript``
#### All colors
All color is show below, you can also Watch in fullScreen and you can copy color name.