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.

35 lines (34 loc) 778 B
{ "name": "saireactnativeloader", "version": "1.0.4", "main": "index.js", "homepage": "https://github.com/NizampatnamSai/npm-saireactnativeloader", "repository": { "type": "git", "url": "git+https://github.com/NizampatnamSai/npm-saireactnativeloader.git" }, "bugs": { "url": "https://github.com/NizampatnamSai/npm-saireactnativeloader/issues" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Nizampatnam Sai", "license": "ISC", "description": "", "peerDependencies": { "react-dom": "^19.0.0", "react-native": "^0.79.2" }, "keywords": [ "react-native", "loader", "spinner", "skeleton", "custom-loader", "loading", "animation", "ui", "components" ] }