1.0.0 • Published 3 years ago
@evibe/react-native-finance v1.0.0
react-native-finance
A component for earnings report and account statement
Install
add in package.json:
npm install @evibe/react-native-financeUsage
import FinanceComponent from "react-native-finance";
<financeComponent
route={'localhost:8000/libs/finance/test'}
providerId={this.state.providerId}
token={this.state.token}
/>Properties
| Prop | Default | Type | Description |
|---|---|---|---|
| route | '' | string | rota para pegar o relatorio de saques |
| providerId | - | number | id do prestador |
1.0.0
3 years ago