Loading...
Loading...
Open source
I build open-source tools that make difficult mobile and platform-specific functionality easier to use. My current focus is Expo, React Native and native Android integration.
Flagship package
An Expo module for Android overlay permissions, floating bubbles and native shared state in React Native applications.
1import {2 canDrawOverlays,3 requestPermission,4} from "expo-draw-over-apps";56const allowed =7 canDrawOverlays();89if (!allowed) {10 await requestPermission();11}The goal is not to chase vanity metrics. The goal is to make the package understandable, testable and useful for developers who need platform-specific functionality.
The repository is the best place for bug reports, compatibility notes, examples and pull requests.