react-native-image-tagging-same-like-instagram
react-native-image-tagging-same-like-instagram copied to clipboard
This is demo code of how to tag people in image.
Run project
Please follow following step to run exiting demo
$ git clone https://github.com/nakulkundaliya/react-native-image-tagging-same-like-instagram.git
$ cd react-native-image-tagging-same-like-instagram
$ npm install
$ react-native run-ios // for IOS
$ react-native run-android // for Android
Create New project
$ react-native init PhotoTagging
Demo View
Run New project in Android / IOS
Go to root folder of directory
$ cd PhotoTagging
$ react-native run-ios
$ react-native run-android
Install Lodash
$ npm i --save lodash