react-native-default-ui
TypeScript icon, indicating that this package has built-in type declarations

0.8.3 • Public • Published

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

Package Sidebar

Install

npm i react-native-default-ui

Weekly Downloads

0

Version

0.8.3

License

MIT

Unpacked Size

258 kB

Total Files

253

Last publish

Collaborators

  • ppegu