objective c - Can React-Native run a background task in IOS -
desired spec: react native app queries healthkit data , posts db
building react-native app query user's healthkit data intermittently.
aware can't interact healthkit while phone unlocked.
this thread how can run background tasks in react native? tells me such functionality isn't possible rn.
however, in context of starting background-timer. i'd app perform following steps
- query healthkit data # of steps
- post data db
questions
is possible react native without writing kind of native bridge? (swift seems have capability somehow)
if not possible without writing bridge, accessing native pedometer?
Comments
Post a Comment