react-native-dynamic-style
Version:
lightweight library for react native to manage component/screens with animation
36 lines (35 loc) • 912 B
JSON
{
"name": "react-native-dynamic-style",
"version": "1.0.2",
"description": "lightweight library for react native to manage component/screens with animation",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anasmassnaoui/react-native-dynamic-style.git"
},
"keywords": [
"react-native",
"react-native-web",
"css",
"StyleSheet",
"style-sheet",
"css"
],
"author": "Anas MASSNAOUI",
"license": "MIT",
"bugs": {
"url": "https://github.com/anasmassnaoui/react-native-dynamic-style/issues"
},
"homepage": "https://github.com/anasmassnaoui/react-native-dynamic-style#readme",
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.68.2",
"react-native-web": "^0.18.10"
},
"devDependencies": {
"react-dom": "^17.0.2"
}
}