Selected project
MyDrawingApp Studio
Offline-first drawing and painting app with Skia rendering, layers, auto-save, project gallery, and export workflows.
Context
Internal mobile product
An Expo creative application using React Native Skia, project persistence, customizable brushes, layers, undo and redo, gallery management, and image export.
Problem
A mobile drawing product must keep touch interaction, rendering performance, persistence, layers, history, and exports reliable on-device.
System response
Use Skia for the canvas, modular state management, project files, debounced auto-save, gallery navigation, and customizable tools.
Outcome
An active creative mobile product with its core drawing, project management, persistence, and export foundations implemented.