Im working on App using React Native using user location, what i wanna do is while app is closed to check if user is at a location that already exists in the database and if he is Show a notification saying “ are you at John Doe place “
So to get started i need to know what’s needed to check user location in the background, and then compare the user location in the database and get the results if he is at some location that exists in the database show notifications
Any place where i should start ?