react-native-responsiveness
Version:
Make React Native views responsive for all devices with the use of 2 simple methods.
26 lines (22 loc) • 624 B
JSON
{
"name": "react-native-responsiveness",
"version": "0.1.7",
"description": "Make React Native views responsive for all devices with the use of 2 simple methods.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"responsive-ui",
"responsive-view",
"responsive-screen",
"responsive",
"react-native-responsive"
],
"author": "Umeraftab <Umeraftab7747@gmail.com> (https://github.com/Umeraftab7747)",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.35"
}
}