Skip to content

JShefferCorp/react-native-design-kit

 
 

Repository files navigation

Install

Open terminal or command line then run this command:

npm install react-native-design-kit

Dependencies

Usage

import React from 'react';
import {Button} from 'react-native-design-kit';

export default function App() {
  return <Button>Press Me</Button>;
}

Snapshot

Try It Now!

About

All in one react native material design

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.0%
  • JavaScript 4.9%
  • Objective-C 2.1%
  • Java 1.3%
  • Other 0.7%