1.0.8 • Published 3 years ago

react-native-dev-ui v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

React Native Ui Kit

Ui kit for react-native developers

Tools

Usage

import { StyledView, StyledText } from 'react-native-dev-ui';

function App() {
  return (
    <StyledView bgColor="white" alignItems="center" justifyContent="center" flex={1}>
      <StyledText>Hello World!!!<StyledText>
    </StyledView>
  );
}

image

Publishing

  • yarn build
  • yarn publish
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago