Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 898 Bytes

rn-flix

A monorepo for react-native libraries.

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. ⚡

TODO List

  • documentation for each packages (WIP)
  • add unit testing for each component

Contributing

Contributions are always welcome, no matter how large or small!

Development workflow

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.