rn-typing-effect
Version:
react native typing effect with animated
30 lines (29 loc) • 730 B
JSON
{
"name": "rn-typing-effect",
"version": "1.0.0",
"description": "react native typing effect with animated",
"main": "typing-effect/typing-effect.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShellyAmbar/rn-typing-effect.git"
},
"peerDependencies": {
"react": "18.2.0~",
"react-native": "0.72.7~"
},
"keywords": [
"typing-effect",
"typing",
"effect",
"animated-typing"
],
"author": "Shelly Ambar",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShellyAmbar/rn-typing-effect/issues"
},
"homepage": "https://github.com/ShellyAmbar/rn-typing-effect#readme"
}