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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.8.30latest

Version History

VersionDownloads (Last 7 Days)Published
0.8.30
0.8.20
0.8.10
0.8.00
0.7.00
0.6.120
0.6.00
0.5.40
0.5.20
0.5.00
0.42.00
0.4.00
0.3.00
0.2.00
0.0.33-beta0
0.0.32-beta0
0.0.31-beta0
0.0.3-beta0
0.0.2-beta0
0.0.10

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