@g33n/rn-ui-kit

This repository is part of [Building a scalable APP with multi-module architecture]

Usage no npm install needed!

<script type="module">
  import g33nRnUiKit from 'https://cdn.skypack.dev/@g33n/rn-ui-kit';
</script>

README

rn-ui-kit

This repository is part of "Building a scalable APP with multi-module architecture"

What is a library?

  • Is a piece of business logic code that should be shared

Tree

├── src                            Module code
├── test                           Unit test
├── package.json                   Module dependencies
└── module.ts                      Module entry point