1.0.3 • Published 2 years ago

ax-theme v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ax-Theme

A comprehensive React Native styles package designed to simplify and enhance your mobile app development experience.

npm version

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 Colors


Background

  • bgRed
  • bgBlack
  • bgBlue

GitHub issues GitHub Contributions

License 📝

GitHub license

repo size GitHub forks GitHub stars GitHub LastCommit

Developed by Mindula Dilthushan Manamperi ^_~

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago