A simple React Native application written in typescript to calculate the monthly wage from csv file
- Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html#content
- Clone this repository
- Run
yarn install
- Run
react-native start
for the packager running - Start your platform
react-native run-android
orreact-native run-ios