UNPKG

react-native-zero-ui

Version:

Zero Molecule UI kit for React Native

15 lines (9 loc) 210 B
# react-native-zero-ui ## Getting started `$ npm install react-native-zero-ui --save` ## Usage ```javascript import RNZeroUi from 'react-native-zero-ui'; // TODO: What to do with the module? RNZeroUi; ```