react-native-responsive-screen-font
Version:
Make React Native views responsive for all devices screens and fonts with the use of 4 simple methods.
37 lines (36 loc) • 1.22 kB
JSON
{
"name": "react-native-responsive-screen-font",
"version": "0.1.0",
"description": "Make React Native views responsive for all devices screens and fonts with the use of 4 simple methods.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/israr-shaikh/react-native-responsive-screen-font.git"
},
"keywords": [
"react-native",
"responsive-ui",
"responsive-view",
"responsive-screens",
"responsive-screens-fonts",
"ios-ipad-fonts",
"responsive"
],
"author": "Israr Shaikh <shaikh.coder20@gmail.com> (https://github.com/israr-shaikh)",
"contributors": [
"Tasos Maroudas <maroudasa@gmail.com> (https://github.com/marudy)",
"Chrysa Kaia <kaia.chrysa@gmail.com> (https://github.com/ckaia)",
"Israr Shaikh <shaikh.coder20@gmail.com> (https://github.com/israr-shaikh)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/israr-shaikh/react-native-responsive-screen-font/issues"
},
"homepage": "https://github.com/israr-shaikh/react-native-responsive-screen-font#readme",
"peerDependencies": {
"react-native": ">=0.35"
}
}