From 1b7579d5bb2278cd92c8040a3186aeccb2adcef0 Mon Sep 17 00:00:00 2001 From: Mark Miller Date: Wed, 13 May 2026 20:13:49 -0500 Subject: [PATCH] Update roadmap with Android parity goals Expanded the roadmap section to include Android parity details. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4f7de8..f4a7840 100644 --- a/README.md +++ b/README.md @@ -152,14 +152,14 @@ npx expo run:ios ## Roadmap -Near-term work is focused on making the public package easier to adopt and easier to contribute to: +Near-term work is focused on making the public package easier to adopt and easier to contribute to, and achieving Android parity: - Improve install and troubleshooting docs for React Native and Expo dev-client apps. - Add more integration recipes for save/load, tool switching, and app-owned storage. - Tighten selection transform performance for large stroke groups. - Improve edge-case zoom behavior near page and canvas boundaries. - Continue hardening the example app as a small regression harness. -- Explore Android after the iOS API surface has settled. +- Complete Android parity with iOS. We started this but it is still not quite there. ## Development