one icon indicating copy to clipboard operation
one copied to clipboard

❶ One is a new React framework that makes cross-platform simple. Target web and native with just Vite.

Results 127 one issues
Sort by recently updated
recently updated
newest added

I tried to start the "Fullstack Traditional - Drizzle, Postgres, Tamagui" example, I followed the README.md instructions and when I started One app in my iOS simulator I got the...

(Strangely `vercel dev` does work though) How to reproduce: Setup new app ```sh $ bunx one Hello. Let's create a new ① app... ✔ Name … test-one-vercel ✔ Template ›...

Hi, After enabling react scan, it seems it doesn't work. Following error in chrome devtools appears: `[React Scan] Failed to load. Must import React Scan before React runs` Template: Minimal...

I try to use expo-video in one app on the web and this error shows up. packages ``` "one": "1.1.334", "react": "^18.3.1", "react-native": "0.74.5", "expo": "~51.0.36", "expo-video": "^1.2.3", ``` If...

Docs should mention how loaders behave on native platforms in comparison to web. They only run in build time or they work similarly to SSR? I think newcomers expect a...

I am using lazy imports for my application, although it does seem to work in dev environment(both on web and native), it throws an error when I bundle my app....

This issue aims to outline all the package compatibility issues with One as One approaches it's stable release. I will update the issue as I become aware of other packages...

package-compatibility

Please add support for router modals. Here's an example of what I'm currently using: https://github.com/oedotme/generouted/tree/main/packages/react-router#type-safe-global-modals

feature-request

Sometimes for architectural reasons you need to structure your app with a domain and many subdomains: 1. https://example.com 2. https://app.example.com 3. https://user.example.com This is currently something feasible only in Next.js...

feature-request

``` This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. ``` Can JSX output ``? Or is there another reason it's not being...