A bank withdrawal reporting component for react-native
add in package.json:
"react-native-withdrawals": "git+https://libs:ofImhksJ@git.codificar.com.br/react-components/react-native-withdrawals.git",works well with: https://git.codificar.com.br/laravel-libs/laravel-withdrawals
import WithdrawalsReport from "react-native-withdrawals";
<WithdrawalsReport
route={'localhost:8000/libs/withdrawals/report'}
providerId={this.state.providerId}
token={this.state.token}
/>
| Prop | Default | Type | Description |
|---|---|---|---|
| route | '' | string |
rota para pegar o relatorio de saques |
| providerId | - | number |
id do prestador |
| providerId | - | string |
token do prestador |