Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamkaramol/splitthebill
React native project with Native Base UI library.
https://github.com/jamkaramol/splitthebill
animation app native-base navigation react-native split-bill toast
Last synced: 10 days ago
JSON representation
React native project with Native Base UI library.
- Host: GitHub
- URL: https://github.com/jamkaramol/splitthebill
- Owner: jamkaramol
- Created: 2019-04-20T11:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T11:28:09.000Z (over 5 years ago)
- Last Synced: 2024-10-06T08:08:13.939Z (3 months ago)
- Topics: animation, app, native-base, navigation, react-native, split-bill, toast
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Split the bill with React-native and Navigation screen
![Demo](data/demo.png)
- To quick start react native project with react [NativeBase].
- Using [ReactNavigation 3.x].
- [Native Base] UI library
- Code only support for android devices.# Features!
- Toast
- Animation
- Navigation
- Split the bill### Tech
* [ReactNative]
* [ReactNavigation 3.x]
* [Native Base]### Installation
It requires [ReactNative] and [AndroidStudio].
Install the dependencies and run the code.
```sh
$ npm install
$ react-native link react-native-gesture-handler
$ react-native run-android
```[ReactNative]:
[ReactNavigation 3.x]:
[AndroidStudio]:
[Native Base]: