How to build a location based app in #react Native — Part 1
▻https://hackernoon.com/how-to-build-a-location-based-app-in-react-native-part-1-d86b3f1e2b67?so
How to build a location based app in React Native — Part 1I want to build a mobile app called Walkwaves for exploring the city. When I walk around London, I want the app to tell me what interesting buildings or monuments are nearby.London is such a historic city, I think it would be a really fun way to explore it. Ideally, I’d like to just have the app running in the background and tell me (via text to speech) when I’m near an interesting place.I’m writing this series of tutorials to show how I’m building this app and hopefully along the way, I can help you learn some React Native. I’m myself learning it as I build.I already know React, so the tutorials assume some basic knowledge of React.The whole app is quite complex, so I’m splitting it into many tutorials. In this first tutorial we’re just (...)
#react-native #mobile-app-development #ios-app-development #android-app-development