I am busy building a react-native app.
I am a bit stuck with my next task and not quite sure where to start.
In the app, if you as the user are driving a pop up modal should open to say that 'It appears that you are driving, pull over for safety' (something like that).
My question is: Is there a package that can detect if a user is driving?? I saw the react-native-activity-recognition package but the documentation is a bit confusing.
-> If using this package how would i included the popup modal with it??
Has anyone implemented something similar?? And if you have can you please point me into the right direction.
Thank You