1.0.8 • Published 2 years ago

react-native-dev-ui v1.0.8

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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago