UNPKG

react-native-button-spinner

Version:

This is a Javascript button indicator (spinner) plugin for react-native. Which will allow you to configure the indicator under or lock the button. So the plug-in stops the indicator after completing the function or interrupting it after a certain time.

44 lines (42 loc) 1.37 kB
{ "name": "react-native-button-spinner", "version": "0.1.4", "description": "This is a Javascript button indicator (spinner) plugin for react-native. Which will allow you to configure the indicator under or lock the button. So the plug-in stops the indicator after completing the function or interrupting it after a certain time.", "keywords": [ "react-native", "react-native-button-spinner", "react-native-button-loading", "react-native-spinner", "react-native-button", "react-native button with spinner", "react-native button with loader", "react-native button with loading" ], "author": "Igor Rosliakov", "license": "MIT", "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sozdayka/react-native-button-spinner.git" }, "dependencies": { "prop-types": "15.5.10" }, "peerDependencies": { "react": "^16.0.0-beta.5", "react-native": "^0.49.1" }, "devDependencies": { "babel-jest": "22.4.4", "babel-preset-react-native": "4.0.0", "jest": "22.4.4", "react-test-renderer": "16.3.1" }, "bugs": { "url": "https://github.com/sozdayka/react-native-button-spinner/issues" }, "homepage": "https://github.com/sozdayka/react-native-button-spinner#readme" }