Skip to content

nakulkundaliya/react-native-image-tagging-same-like-instagram

Repository files navigation

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

alt text

alt text

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