0.0.2-beta • Published 2 years ago

react-native-default-ui v0.0.2-beta

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.2

1 year ago

0.7.0

2 years ago

0.6.12

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.2

2 years ago

0.5.0

2 years ago

0.42.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.0.33-beta

2 years ago

0.0.32-beta

2 years ago

0.0.31-beta

2 years ago

0.0.3-beta

2 years ago

0.0.2-beta

2 years ago

0.0.1

2 years ago