A monorepo for react-native libraries.
- auto-image - ⚡ Image with enhanced feature like auto scale image, loading, and more ⚡
- snackbar - ⚡ Easy-to-use Snackbar for React Native, pure JS, no native, and zero-dependencies. ⚡
- documentation for each packages (WIP)
- add unit testing for each component
Contributions are always welcome, no matter how large or small!
This project is a monorepo managed using Yarn workspaces. It contains the following packages:
- The library packages in the
packages/
directory. - An example for each packages are in the
packages/<package_name>/example/
directory.
To get started with the project, run yarn
in the root directory to install the required dependencies.