Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 866 Bytes

File metadata and controls

39 lines (27 loc) · 866 Bytes

Split the bill with React-native and Navigation screen

Demo

  • 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

Installation

It requires ReactNative and AndroidStudio.

Install the dependencies and run the code.

$ npm install
$ react-native link react-native-gesture-handler
$ react-native run-android