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 46 one issues
Sort by recently updated
recently updated
newest added

Followed this guide https://vxrn.dev/get-started.html Ran `npx vxrn dev` and I'm getting all these errors: ``` Failed to resolve dependency: react-native-web-internals, present in client 'optimizeDeps.include' Failed to resolve dependency: use-latest-callback, present...

Hey Guys, would it not be a good idea to use React Router for web and native, as that might reduce overhead? I just don't know how nicely the Stack...

It would be awesome if we can use Vitest to test our applications. I've tried [vitest-react-native](https://github.com/sheremet-va/vitest-react-native/tree/master) but I can't get it working combined with Nativewind V4 due to the [pirates](https://www.npmjs.com/package/pirates)...

hello! This library seems to be in a very early stage. Do you happen to have any milestones or roadmap for contributors?

Hey @natew 👋 I was trying `vxrn` in one of my projects and saw the following error: ``` [commonjs--resolver] Unexpected token (15:12) in /Users/sebastianbalay/src/github.com/Shopify/shop-client/node_modules/@react-native-community/push-notification-ios/js/index.js file: /Users/sebastianbalay/src/github.com/Shopify/shop-client/node_modules/@react-native-community/push-notification-ios/js/index.js:15:12 13: import {NativeEventEmitter, NativeModules}...

Following the [Installation documentation](https://onestack.dev/docs/installation) I ran `npx one` and selected the `Minimal` template. Running the project with `npm run dev` gives the following error: > ERROR Cannot find package 'vite'...

I get the following error in certain libraries, such as `@tanstack/react-query`. I'm assuming it has something to do with the way the bundler adds react. Perhaps react is out of...

vite config key needs to match `app.json` name to register the application. steps: - grepped project, found all `app.json` files using `one-example` name. Updated `vite.config.ts` - successfully built the fullstack...

I get the error `React is not defined` from the tamagui compiler when it's building my code in onejs. I removed all the `import React from 'react'` imports and switch...