react-native-global-styler
Version:
Lightweight and developer-friendly React Native styling toolkit with prebuilt styled components and a powerful useGlobalStyler hook for shorthand props like m_10, radius_12, resize_cover, and more.
43 lines (42 loc) • 1.2 kB
JSON
{
"name": "react-native-global-styler",
"version": "0.1.0",
"description": "Lightweight and developer-friendly React Native styling toolkit with prebuilt styled components and a powerful useGlobalStyler hook for shorthand props like m_10, radius_12, resize_cover, and more.",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"keywords": [
"react-native",
"react-native-styling",
"react-native-styles",
"ios",
"android",
"react",
"styling",
"style",
"shorthand-styles",
"css-in-js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/daniylAntoniuk/react-native-global-styler.git"
},
"author": "Danyil <daniyil.antoniuk@gmail.com> (https://danyil.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniylAntoniuk/react-native-global-styler/issues"
},
"homepage": "https://github.com/daniylAntoniuk/react-native-global-styler#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"react": "*",
"typescript": "^5.8.3"
}
}