Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stereobooster/vite-rnw
https://github.com/stereobooster/vite-rnw
react-native react-native-web vite vitejs
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereobooster/vite-rnw
- Owner: stereobooster
- Created: 2023-08-29T23:27:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T15:20:20.000Z (over 1 year ago)
- Last Synced: 2024-10-31T09:18:58.624Z (2 months ago)
- Topics: react-native, react-native-web, vite, vitejs
- Language: TypeScript
- Homepage: https://stereobooster.com/posts/react-native-web-with-vite/
- Size: 900 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-native-web and co with Vite
I want to try all available UI libraries with Vite:
- [tamagui](https://tamagui.dev/), see [v-tamagui](./v-tamagui/)
- [paper](https://reactnativepaper.com/), see [v-react-native-paper](./v-react-native-paper/)
- [React Native UI Kitten](https://akveo.github.io/react-native-ui-kitten/docs/guides/running-on-the-web#existing-expo-applications), see [v-react-native-ui-kitten](./v-react-native-ui-kitten/)
- [RNUI](https://wix.github.io/react-native-ui-lib/), see [v-react-native-ui-lib](./v-react-native-ui-lib/)
- [magnus](https://magnus-ui.com/), see [v-react-native-magnus](./v-react-native-magnus/)
- [gluestack-ui](https://ui.gluestack.io/), successor for [NativeBase](https://nativebase.io/), see [v-gluestack](./v-gluestack/)TODO:
- [ ] deploy to netlify - each project in separate path
## Common issues
- https://github.com/necolas/react-native-web/issues/2455
- https://github.com/react-navigation/react-navigation/issues/11316
- Types in JS files:
- https://github.com/jsartisan/react-native-magnus/issues/185
- https://github.com/wix/react-native-ui-lib/issues/2730
- https://github.com/software-mansion/react-native-reanimated/discussions/5007