F
F
faleaksey2019-05-21 18:47:35
Mobile development
faleaksey, 2019-05-21 18:47:35

Is it possible to implement something like this in react native?

Good time everyone! Kaspersky has an application that tracks the activity of the child on his device, the functionality is as follows

spoiler
5ce41ce671eb4142208615.jpeg

is it possible to implement some of this or will it have to be written in native (Swift / kotlin)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Panteleev, 2019-05-22
@s_panteleev

GPS tracker - Geolocation / expo-location
Secure perimeter - for example, get coordinates from GPS and check them on the back of the polygon
Battery - react-native-device-info
Notifications - react-native-push-notification (local) / remote - send a token from the device to the back, and then from the back send notifications when needed
Notifications (expo) - remote / local

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question