[x] New Architect support
[x] Compatitive old Architect
Draw over other apps in Android
npm install @vokhuyet/react-native-draw-overlay
add to AndroidManifest.xml
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
import { requestOverlayPermission, isOverlayPermissionGranted } from '@vokhuyet/react-native-draw-overlay';
// ...
const isGrantedBefore = await isOverlayPermissionGranted();
const grant = await requestOverlayPermission();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library