-This project contains a simple react-native form that lets user input values and generate its completed form on the summary page.-
- Getting input from user using TextInput
- Native DatePicker is used for getting Date
- ImagePicker module integrated for capturing pics and retrieving pics from gallery.
- Cropping, resizing and rotation of pics is possible
git clone https://github.com/goyalanshu/Portfolio.git
-
Install npm modules in your project directory
$ npm install
-
Install third party libraries used in this project
$ npm install react-native-datepicker $ npm install react-native-image-crop-picker $ npm install react-native-router-flux $ npm install native-base
-
Link these installed libraries by:
$ react-native link
-
For running the app:
$ react-native run-android
- @ Anshu Goyal The main Author
- @ Girish Kumar Gupta Contributor
- @ Simerdeep Singh Contributor