react-native-font-color-hook
Version:
React Native hook that applies dark font color for light mode and light font color for dark mode.
33 lines (32 loc) • 864 B
JSON
{
"name": "react-native-font-color-hook",
"version": "1.0.7",
"description": "React Native hook that applies dark font color for light mode and light font color for dark mode.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seva98/react-native-font-color-hook.git"
},
"keywords": [
"react-native",
"dark",
"mode",
"react-native-appearance"
],
"author": "sevcik.dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Seva98/react-native-font-color-hook/issues"
},
"homepage": "https://github.com/Seva98/react-native-font-color-hook#readme",
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.3"
},
"dependencies": {
"react-native-appearance": "^0.3.4"
}
}