@trackcode/ui-native
v2.0.0
Published
UI native components
Downloads
9
Readme
@trackcode/ui-native
UI components for react native.
npm install --save @trackcode/ui-native
Development
Install dependencies:
lerna bootstrap --scope=@trackcode/ui-native
Run webpack in watch mode:
npm run build:watch
Run jest in watch mode:
npm run test:watch