UNPKG

react-native-typing-animation

Version:

A React Native typing animation for your chat app based on simple trigonometry to create better loaders.

47 lines (46 loc) 1.15 kB
{ "name": "react-native-typing-animation", "version": "0.1.7", "description": "A React Native typing animation for your chat app based on simple trigonometry to create better loaders.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/watadarkstar/react-native-typing-animation.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "release": "release-it", "release:dry": "release-it --dry-run" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react-native", "react", "reactjs", "reactnative", "react-component", "messenger", "typing", "animation", "chat" ], "author": "Adrian Carolli", "license": "MIT", "devDependencies": { "eslint": "^5.9.0", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.5.0", "prop-types": "^15.6.2", "react": "^16.6.3", "react-native": "^0.57.7", "release-it": "^8.2.0" }, "peerDependencies": { "prop-types": "*", "react": "*", "react-native": "*" } }