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.
- Host: GitHub
- URL: https://github.com/thauska/desafio-tecban
- Owner: thauska
- License: mit
- Created: 2020-07-24T20:47:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T00:39:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T03:24:11.182Z (3 months ago)
- Topics: hackathon, hackathon-project, openbanking, react-native-app, shawee, tecban
- Language: JavaScript
- Homepage: https://youtu.be/11ZPRpDV35A
- Size: 1.02 MB
- Stars: 26
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.1axios: Promise based HTTP client for the browser and node.js
Author: Matt Zabriskie
License: MIT
Version: ^0.19.2prop-types: Runtime type checking for React props and similar objects.
Author: gaearon, acdlite, brianvaughn, ljharb, fb, sophiebits
License: MIT
Version: ^15.7.2qs: A querystring parser that supports nesting and arrays, with a depth limit
Author: hueniverse, ljharb, nlf
License: BSD-3-Clause
Version: ^6.9.4react: React is a JavaScript library for building user interfaces.
Author: acdlite, brianvaughn, fb, gaearon, lunaruan, sebmarkbage, sophiebits, trueadm
License: MIT
Version: 16.13.1react-native: A framework for building native apps using React
Author: cpojer, fb, grabbou, hectorramos, react-native-bot
License: MIT
Version: 0.63.2react-native-gesture-handler: Experimental implementation of a new declarative API for gesture handling in react-native
Author: Krzysztof Magiera
License: MIT
Version: ^1.6.1react-native-popup-menu: extensible popup/context menu for react native
Author: instea.co
License: ISC
Version: ^0.15.9react-native-reanimated: More powerful alternative to Animated library for React Native.
Author: Krzysztof Magiera
License: MIT
Version: ^1.9.0react-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.5react-native-screens: Native navigation primitives for your React Native app.
Author: Krzysztof Magiera
License: MIT
Version: ^2.8.0react-native-svg: SVG library for react-native
Author: brentvatne, dustin.savery, magicismight, msand
License: MIT
Version: ^12.1.0react-native-svg-transformer: SVG transformer for react-native
Author: Krister Kari
License: MIT
Version: ^0.14.3react-native-tiny-toast: 😊A react native toast like component , it works on IOS and Android.
Author: shx996
License: MIT
Version: ^1.0.7react-native-url-polyfill: A lightweight and trustworthy URL polyfill for React Native
Author: Nicolas Charpentier
License: MIT
Version: ^1.2.0react-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.0react-native-webview: React Native WebView component for iOS, Android, macOS, and Windows
Author: Jamon Holmgren
License: MIT
Version: ^10.2.3styled-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.0babel-plugin-root-import: Babel Plugin to enable relative root-import
Author: Michael J. Zoidl
License: MIT
Version: ^6.5.0babel-plugin-transform-remove-console: Remove all console.* calls.
Author: amasad
License: MIT
Version: ^6.9.4eslint: An AST-based pattern checker for JavaScript.
Author: Nicholas C. Zakas
License: MIT
Version: ^6.5.1eslint-import-resolver-babel-plugin-root-import: fork of eslint-import-resolver-babel-root-import that works
Author: unconfident
License: MIT
Version: ^1.1.1metro-react-native-babel-preset: Babel preset for React Native applications
Author: fb, metro-bot
License: MIT
Version: ^0.59.0react-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)