UNPKG

react-native-dark-mode-switch

Version:

Dark-mode theme toggle with a universal Switch component

57 lines (56 loc) 1.64 kB
{ "name": "react-native-dark-mode-switch", "version": "0.0.0-alpha.1", "description": "Dark-mode theme toggle with a universal Switch component", "sideEffects": false, "author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)", "main": "build/index.js", "types": "build/index.d.ts", "homepage": "https://github.com/evanbacon/expo-dark-mode-switch#readme", "repository": { "type": "git", "url": "git+https://github.com/evanbacon/expo-dark-mode-switch.git" }, "bugs": { "url": "https://github.com/evanbacon/expo-dark-mode-switch/issues" }, "keywords": [ "expo", "dark-mode", "react-native-appearance", "style", "animation" ], "license": "MIT", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "peerDependencies": { "react-native": "*", "react-native-svg": "10.1.0" }, "dependencies": { "expo-dark-mode-switch": "*" }, "devDependencies": { "@types/react": "~16.9.0", "@types/react-native": "~0.60.23", "react-native-web-hooks": "^3.0.1", "react-native-svg": "10.1.0", "expo": "^36.0.0", "react": "16.9.0", "react-dom": "^16.12.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz", "react-native-paper": "3.1.1", "react-native-web": "^0.12.0-rc.1", "eslint": "^6.8.0", "eslint-config-universe": "^2.1.0", "expo-module-scripts": "^1.1.1", "prettier": "^1.19.1" } }