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
Stil In Development
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>;
}Available Components:
- Avatar
- Badge
- Button
- ButtonGroup
- Checkbox
- Chip
- Header
- Input
- InputOTP
- Marquee
- Modal
- Picker
- PlayingBar
- Radio
- Slider
- Stepper
- SwitchableText
Available Helper:
- StoryBook Documentation for Mobile
On Progress:
- StoryBook Documentation for Website
- ExpansionPanel
List Todo:
- Web Documentation
- Drawer
- FAB
- ParsedText
- Swiper
- Tab
- Tooltip
Known Bugs:
- Input Label Position Border not accurate on dynamic screen due to event onLayout not triggered after transform
- Input Error Position Absolute not accurate on dynamic screen due to event onLayout not triggered after transform
Author
Praya Amadiga Pitasa