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

Running `pnpm dev` (or your equivalent) does not provide a QR code for running EAS development builds; only Expo Go seems to be supported. Is there a status update on...

### Current Behavior When new projects are created with the CLI and dependencies are installed for Minimal Tamagui template, I still get an error when running the code without any...

### Current Behavior When running `one run:android`, the build fails with a CMake error related to react-native-reanimated. The error indicates that the codegen directory `/node_modules/react-native-reanimated/android/build/generated/source/codegen/jni/` doesn't exist, causing the CMake...

### Current Behavior ``` pnpm ios ``` ``` › Compiling expo-modules-core Pods/ExpoModulesCore » EXModuleRegistryAdapter.m › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactNativeEventEmitter.m › Compiling expo-modules-core Pods/ExpoModulesCore » ExpoModulesCore-dummy.m › Packaging expo-modules-core Pods/ExpoModulesCore...

### Current Behavior When running on Expo Go mobile, the HMR picks a few changes and closes connection when theres a syntax error. ### Expected Behavior The HMR should respond...

This commit introduces tests for the dependency patching feature in `packages/vxrn/src/utils/patches.ts`. The tests cover the following scenarios: - Applying multiple patch rules to the same file. - Merging `extraPatches` in...