nltdev-rn-uikit
v0.1.3
Published
This is a UI kit developed by a young Ukrainian company NLTdev for a high-quality product developed in React-Native
Downloads
3
Readme
nltdev-rn-uikit
This is a UI kit developed by a young Ukrainian company NLTdev for a high-quality product developed in React-Native
Installation
Install the library with npm.
npm install nltdev-rn-uikit
If you want to use the "Scaffold" component you must also install the react-native-safe-area-context library
npm install react-native-safe-area-context
Usage
import { Scaffold } from 'nltdev-rn-uikit';
export const App: FC = () => {
return (
<Scaffold edges={['top', 'bottom']}>
// Your screen code here
</Scaffold>
)
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library