UNPKG

awesome-text

Version:

A feature-rich React Native Text component offering smooth animations (zoom & bounce with Material Design easing), extensive typography (h1-h3, body, caption), custom styling (color, weight, alignment), and container customization. Perfect for creating en

54 lines 1.51 kB
{ "name": "awesome-text", "version": "1.1.11", "description": "A feature-rich React Native Text component offering smooth animations (zoom & bounce with Material Design easing), extensive typography (h1-h3, body, caption), custom styling (color, weight, alignment), and container customization. Perfect for creating engaging, animated text interfaces with minimal setup.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "text", "animation", "zoom-animation", "bounce-animation", "material-design", "typography", "styled-text", "animated-text", "custom-text", "smooth-animation", "react-native-component", "ui", "mobile", "text-variants", "text-styling", "responsive-text", "animated-typography" ], "author": "Ali Raza", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.70.0", "typescript": "^4.9.0" }, "repository": { "type": "git", "url": "git+https://github.com/aleeraza242/awesome-text.git" }, "bugs": { "url": "https://github.com/aleeraza242/awesome-text/issues" }, "homepage": "https://github.com/aleeraza242/awesome-text#readme", "publishConfig": { "access": "public" } }