How can I set up KioskMode using ReactNative in a tablet with Android 4.4.4?
I'm still able to exit the app pressing the Home Button and interact with the StatusBar swiping down the area above the screen.
I think that is something about the version of Android used (4.4.4).
The main functions I need to implement are blocking the Home Button and StatusBar, the rest of KioskMode functions are not that important on this project.