An open API service indexing awesome lists of open source software.

https://github.com/thauska/desafio-tecban

Hackathon TecBan 2020 - BICOS, an React-Native app for connection and contracting service provision. BICOS was born to democratize access to Open Banking to those who were previously invisible.
https://github.com/thauska/desafio-tecban

hackathon hackathon-project openbanking react-native-app shawee tecban

Last synced: 3 months ago
JSON representation

Hackathon TecBan 2020 - BICOS, an React-Native app for connection and contracting service provision. BICOS was born to democratize access to Open Banking to those who were previously invisible.

Awesome Lists containing this project

README

        

# Repo

## Installation

Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tool.

```sh
# Yarn (Recomend)
yarn add TecBan
# NPM
npm install TecBan --save
```

## Running

### Android

```sh
yarn android
```

## Tests

To run the test suite, first install the dependencies, then run `test`:

```sh
# Using Yarn
yarn test
```

## Dependencies

@react-native-community/checkbox: React Native Checkbox native modules for Android and IOS
Author: Nicholas Lee
License: MIT
Version: ^0.4.2

@react-native-community/masked-view: React Native MaskedView component
Author: Mike Nedosekin
License: MIT
Version: ^0.1.10

@react-navigation/compat: Compatibility layer to write navigator definitions in static configuration format
Author: brentvatne, ericvicenti, osdnk, satya164
License: MIT
Version: ^5.1.26

@react-navigation/native: React Native integration for React Navigation
Author: brentvatne, ericvicenti, osdnk, satya164
License: MIT
Version: ^5.5.1

@react-navigation/stack: Stack navigator component for iOS and Android with animated transitions and gestures
Author: brentvatne, ericvicenti, osdnk, satya164
License: MIT
Version: ^5.5.1

axios: Promise based HTTP client for the browser and node.js
Author: Matt Zabriskie
License: MIT
Version: ^0.19.2

prop-types: Runtime type checking for React props and similar objects.
Author: gaearon, acdlite, brianvaughn, ljharb, fb, sophiebits
License: MIT
Version: ^15.7.2

qs: A querystring parser that supports nesting and arrays, with a depth limit
Author: hueniverse, ljharb, nlf
License: BSD-3-Clause
Version: ^6.9.4

react: React is a JavaScript library for building user interfaces.
Author: acdlite, brianvaughn, fb, gaearon, lunaruan, sebmarkbage, sophiebits, trueadm
License: MIT
Version: 16.13.1

react-native: A framework for building native apps using React
Author: cpojer, fb, grabbou, hectorramos, react-native-bot
License: MIT
Version: 0.63.2

react-native-gesture-handler: Experimental implementation of a new declarative API for gesture handling in react-native
Author: Krzysztof Magiera
License: MIT
Version: ^1.6.1

react-native-popup-menu: extensible popup/context menu for react native
Author: instea.co
License: ISC
Version: ^0.15.9

react-native-reanimated: More powerful alternative to Animated library for React Native.
Author: Krzysztof Magiera
License: MIT
Version: ^1.9.0

react-native-safe-area-context: A flexible way to handle safe area, also works on Android and web.
Author: Janic Duplessis
License: MIT
Version: ^3.0.5

react-native-screens: Native navigation primitives for your React Native app.
Author: Krzysztof Magiera
License: MIT
Version: ^2.8.0

react-native-svg: SVG library for react-native
Author: brentvatne, dustin.savery, magicismight, msand
License: MIT
Version: ^12.1.0

react-native-svg-transformer: SVG transformer for react-native
Author: Krister Kari
License: MIT
Version: ^0.14.3

react-native-tiny-toast: 😊A react native toast like component , it works on IOS and Android.
Author: shx996
License: MIT
Version: ^1.0.7

react-native-url-polyfill: A lightweight and trustworthy URL polyfill for React Native
Author: Nicolas Charpentier
License: MIT
Version: ^1.2.0

react-native-vector-icons: Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
Author: Joel Arvidsson
License: MIT
Version: ^7.0.0

react-native-webview: React Native WebView component for iOS, Android, macOS, and Windows
Author: Jamon Holmgren
License: MIT
Version: ^10.2.3

styled-components: Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress
Author: Glen Maddern
License: MIT
Version: ^5.1.1

## Dev Dependencies

@babel/core: Babel compiler core.
Author: Sebastian McKenzie
License: MIT
Version: ^7.8.4

@babel/runtime: babel's modular runtime helpers
Author: Sebastian McKenzie
License: MIT
Version: ^7.8.4

@react-native-community/eslint-config: ESLint config for React Native
Author: eliwhite, mattoakes, mike866
License: MIT
Version: ^1.1.0

babel-plugin-root-import: Babel Plugin to enable relative root-import
Author: Michael J. Zoidl
License: MIT
Version: ^6.5.0

babel-plugin-transform-remove-console: Remove all console.* calls.
Author: amasad
License: MIT
Version: ^6.9.4

eslint: An AST-based pattern checker for JavaScript.
Author: Nicholas C. Zakas
License: MIT
Version: ^6.5.1

eslint-import-resolver-babel-plugin-root-import: fork of eslint-import-resolver-babel-root-import that works
Author: unconfident
License: MIT
Version: ^1.1.1

metro-react-native-babel-preset: Babel preset for React Native applications
Author: fb, metro-bot
License: MIT
Version: ^0.59.0

react-test-renderer: React package for snapshot testing.
Author: acdlite, brianvaughn, cpojer, fb, gaearon, lunaruan, sebmarkbage, sophiebits, trueadm, zpao
License: MIT
Version: 16.13.1

## Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/user/repo/issues). [List of all contributors](https://github.com/user/repo/graphs/contributors).

## License

[MIT](LICENSE)