Feature Requests

With Expo, you can write iOS and Android experiences in JavaScript using React Native.
Expose testing APIs for Google Play Age Signals (FakeAgeSignalsManager)
Add support in expo-age-range for the Google Play Age Signals testing APIs, specifically FakeAgeSignalsManager , so developers outside supported regions can test age-range functionality during development Little bit Background:- The Android implementation of expo-age-range uses the Google Play Age Signals API. However, this API is currently rolled out only in limited regions (e.g., Brazil and some US states like Texas). Developers in other regions (e.g., "India" in my case) cannot reliably test the API because real age signals are not available. Google provides an official testing mechanism through FakeAgeSignalsManager , which allows apps to simulate responses from the Age Signals API: https://developer.android.com/google/play/age-signals/test-age-signals-api Just to restate the Problem clearly:- Currently, expo-age-range does not expose a way to use FakeAgeSignalsManager . This makes it difficult or impossible for developers in unsupported regions to: Test the behavior of requestAgeRangeAsync Validate UX flows for different age thresholds Run automated tests or QA scenarios So I want the expo-age-range package to expose testing utilities from the Android Age Signals API via the Expo module. Note, these would be development only APIs and thus, wont be used in prod app Extra context on what i am working on: I am only doing expo-age-range implementation for android only for now. I have not explored testing for Declared Age Range framework on iOS as of now.
0
[expo-widgets] Expose deep linking
expo-widgets supports widget interactivity through buttons and state updates, but it does not expose a clear deep-linking API for normal home-screen widgets. The main gap is navigation: opening the app to a specific route from a widget making a whole widget open a specific screen making individual rows/items inside a widget open a specific destination Why This Matters Apple already supports widget deep linking through WidgetKit / SwiftUI primitives like widgetURL and Link , so this does not appear to be a platform limitation. Voltra also appears to support whole-widget deep linking for home widgets already, which makes this gap more noticeable for Expo users trying to stay within the Expo stack. Current State Home-screen widget button actions appear to be supported in expo-widgets . Live Activities have a documented url path. Normal home-screen widgets do not have a documented equivalent for widget-wide or per-item deep linking. Expo's March 4, 2026 widgets announcement has a "What's next" section, but it does not mention home-widget deep linking there. If this is already planned, a short public note in the docs, blog, or changelog would help avoid duplicate requests. Requested API / Direction Any of the following would help: A widgetURL -style API for normal widgets. A Link component in @expo/ui/swift-ui that works inside widgets. Per-element deep-link support for widget content. A clear statement on whether this is planned, and if so, the intended direction.
0
Load More