See the Status document for the status of features.
The One Vite Plugin automates away much of the setup & boilerplate required for cross-platform React Native & web development.
Out of the box, the One Vite plugin does the following:
./app
folderdeps
option that allows for easy node_module patching.env
file into process.env
before running anything using dotenvtsconfig.json
if it doesn't existweb|native|ios|android
for extensions ts|tsx|js|mjs
, eg .ios.ts
react-native-safe-area-context
and exports SafeAreaViewserve
command that sets up a Hono server for productionredirects
optiongenerateStaticParams
export for SSG and SSR routesquery-string
and url-parse
libraries to save ~20KbVXRN_ANALYZE_BUNDLE=1
Edit this page on GitHub.