JSPM

  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q68741F
  • License MIT

All in one react native material design

Package Exports

  • react-native-design-kit

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-design-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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!