Package Exports
- react-native-button-spinner
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-button-spinner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-button-spinner 
Buttons spinners plugin for react-native
Getting Started
npm i react-native-button-spinner --save
Usage
import ButtonSpinner from 'react-native-button-spinner';
...
// Your button
<SozdaykaDemo>
My text button 1
</SozdaykaDemo>
<SozdaykaDemo
disabled={true}
test={false}
>
My text button 2
</SozdaykaDemo>
<SozdaykaDemo
style={{ backgroundColor: 'blue' }}
disabled={true}
opacityDisabled={0.1}
>
My text button 3
</SozdaykaDemo>
<SozdaykaDemo
onPress={this.test1}
>
My text button 4
</SozdaykaDemo>
License
This project is licensed under the MIT License - see the LICENSE file for details
Copyright (c) 2019 Igor Rosliakov