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-kitDependencies
Usage
import React from 'react';
import {Button} from 'react-native-design-kit';
export default function App() {
return <Button>Press Me</Button>;
}