UNPKG

react-native-progress-steps

Version:

A simple and fully customizable React Native component that implements a progress stepper UI.

41 lines (40 loc) 1.02 kB
{ "name": "react-native-progress-steps", "version": "1.3.4", "description": "A simple and fully customizable React Native component that implements a progress stepper UI.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/colbymillerdev/react-native-progress-steps.git" }, "keywords": [ "react-native", "react component", "react native component", "react", "react native", "mobile", "ios", "android", "ui", "stepper", "progress", "progress steps" ], "author": "Colby Miller", "license": "MIT", "bugs": { "url": "https://github.com/colbymillerdev/react-native-progress-steps/issues" }, "homepage": "https://github.com/colbymillerdev/react-native-progress-steps#readme", "devDependencies": { "metro-react-native-babel-preset": "^0.51.1" }, "dependencies": { "lodash": "^4.17.11", "prop-types": "^15.6.2" } }