UNPKG

saireactnativeloader

Version:

A lightweight, customizable loading component for React Native with three variants: `spinner`, `dots`, and `skeleton`. Built using only React Native core components — no external libraries required.

6 lines (4 loc) 163 B
import CustomLoader from "./src/CustomLoader"; import CustomInput from "./src/CustomInput"; export const Loader = CustomLoader; export const Input = CustomInput;