How do I enforce COSU in React Native?

166 Views Asked by At

I am currently trying to implement COSU in React Native, specifically the functionality to lock down the user from accessing non-whitelisted apps at a certain time.

I would also need the non-whitelisted apps to display a lock screen.

How do I implement this in React Native?

0

There are 0 best solutions below