UNPKG

react-native-modern-elements

Version:

A modern, customizable UI component library for React Native

87 lines (86 loc) 1.96 kB
{ "name": "react-native-modern-elements", "version": "1.0.60", "description": "A modern, customizable UI component library for React Native", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "files": [ "dist" ], "author": "Naem Nizam", "license": "ISC", "peerDependencies": { "@react-native-community/netinfo": "*", "@react-navigation/native": "*", "expo": "*", "react": "*", "react-native": "*", "react-native-pager-view": "*", "react-native-reanimated": "*", "react-native-svg": "*", "typescript": "*" }, "peerDependenciesMeta": { "@react-native-community/netinfo": { "optional": true }, "@react-navigation/native": { "optional": true }, "expo": { "optional": true }, "react": { "optional": true }, "react-native": { "optional": true }, "react-native-pager-view": { "optional": true }, "react-native-reanimated": { "optional": true }, "react-native-svg": { "optional": true }, "typescript": { "optional": true } }, "keywords": [ "react-native", "react-native-ui", "react-native-components", "react-native-elements", "react-native-modern-elements", "react-native-bottomsheet", "react-native-RangeSlider", "react-native-popup", "react-native-ui", "ui-components", "mobile-ui", "react-native-library", "react-native-elements-modern", "react-native-widgets", "react-native-design", "react-native-toolkit", "react-native-custom-components", "modern-ui", "mobile-components", "react-native-styled-components" ], "repository": { "type": "git", "url": "https://github.com/nizamuddin15bd" }, "bugs": { "url": "https://github.com/nizamuddin15bd" }, "homepage": "https://github.com/nizamuddin15bd" }