1. 程式人生 > >Show HN: TravelStreetview an app for locating your photos on Streetview

Show HN: TravelStreetview an app for locating your photos on Streetview

https://travelstreetview.com

This is a side project I've been working on for the last 2 years. It lets you select images on your phone and shows you the location where these images were taken on Google Maps and on Streetview. I had the idea for this app after going through the pictures I took after my first trip to the U.S west coast. I had several pictures where I didn't really remember were they were taken so I manually extracted the exif data and typed the coordinates into Streetview. I found it very interesting to be able to kind of revisit the locations where these pictures were taken (especially via Streetview) and thought I should turn this into an app. All your photos will stay offline on your phone unless you specifically decide to publish them.

Since I had no past experience with app development I decided to use React Native. I liked the experience very much and I was able to share about 95 percent of the logic between iOS and android so you really only have to implement your app once. The downside however were all the breaking changes between version 0.37.0 (when I started) and 0.57.1 (now). In the beginning you could almost be certain that your app won't work after an update. Sometimes there were breaking changes which also affected other third-party dependencies and you had to wait for them to catch up too. These problems seem to have improved with recent versions though.