Alex Gordienko

Results 6 comments of Alex Gordienko

> Hello @alexg-93! Thanks for submitting the issue. > > Did you remember to run `pod install` in `ios` directory of your app after upgrading to Reanimated 2? yes i...

> Okay. Did you remember to add `plugins: ['react-native-reanimated/plugin']` in `babel.config.js` of your app as mentioned in the [docs](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation#babel-plugin)? also did that yes..

> Okay, now please run one of the following commands, depending on which package manager you use, in order to clear your application cache: > > * `yarn start --reset-cache`...

> > i have done reset cache but still no luck.. > > and im using standalone rn cli (not expo) > > Is it a regular setup of React...

> > * Make sure `AppDelegate.{m,mm,h}` of your app are identical with those from the original RN template > > What if my AppDelegate is different from the default one?...

@jaltin did you found a way to add gps location to write exif into image before saving it to camera roll or another path? i am using react-native-image-picker lib and...