ax-theme
v1.0.3
Published
This package exports the Ax-Theme object, which contains predefined styles.
Downloads
2
Readme
Ax-Theme
A comprehensive React Native styles package designed to simplify and enhance your mobile app development experience.
Installation
Install this package using npm:
npm install ax-theme
Usage
Import the AxTheme
object in your React Native application:
import AxTheme from 'ax-theme';
const Welcome = () => {
return(
<View style={[AxTheme.bgRed]}>
</View>
)
}
exports default Welcome;
Features
Background
- bgRed
- bgBlack
- bgBlue
License 📝