I work on react native app and I want open and close device flashlight. It is possible without any camera module?
Related
I want turn off and turn on android tv from app using react native just for android platform
I saw this article
hdmi cec for android
but I have no idea how to use in react native
I am working on an app in react native, and I have to connect it with a device through bluetooth. From the device I can control my application, has anyone worked with something similar?
There is very little information on the internet about it.
Check out React Native BLE Manager. This library is designed for Bluetooth-low-energy devices' integration with React Native.
How to prevent a debugger from attaching to the running application in a react native app?
I want to develop a application which is a standalone application and doesn't let other applications to be run on the device. I understood that they are typically a kiosk application and Android supports it natively. However, I would like to create a web app using reactjs and run it on a tablet with kiosk mode. Is it possible? If so please help me with the details
I need to add PiP(Picture in Picture) mode to a react native app (both Android and iOS).
Some video calling apps such as Google Meet, etc are already support PiP mode, and I want to make the app like this. I'm using react-native-webrtc library for video calling feature and app works fine in foreground mode, but don't know how to add PiP mode to the app for both iOS and Android.
Thanks!