0.8.3 • Published 3 months ago

react-native-default-ui v0.8.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

react-native-default-ui

Use react-native default components in esier way

Installation

npm install react-native-default-ui

# Dependencies:
npm install @react-native-async-storage/async-storage axios react-native-linear-gradient react-native-pager-view react-native-vector-icons

Usage

import { View, Text, Center, Row } from "react-native-default-ui";

export default function App() {
  return (
    <View flex={1}>
      <Center>
        <Text size="lg">Hello world</Text>
        <Row justifyContent="space-around">
          <Button>Button1</Button>
          <Button>Button2</Button>
        </Row>
      </Center>
    </View>
  );
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.8.3

3 months ago

0.8.1

4 months ago

0.8.0

4 months ago

0.8.2

4 months ago

0.7.0

4 months ago

0.6.12

4 months ago

0.6.0

4 months ago

0.5.4

4 months ago

0.5.2

4 months ago

0.5.0

4 months ago

0.42.0

4 months ago

0.4.0

4 months ago

0.3.0

4 months ago

0.2.0

4 months ago

0.0.33-beta

4 months ago

0.0.32-beta

4 months ago

0.0.31-beta

4 months ago

0.0.3-beta

4 months ago

0.0.2-beta

4 months ago

0.0.1

4 months ago