Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisgv/expo-nextjs-webpack5-emotion
https://github.com/louisgv/expo-nextjs-webpack5-emotion
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisgv/expo-nextjs-webpack5-emotion
- Owner: louisgv
- Created: 2021-08-19T17:20:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T18:56:05.000Z (over 3 years ago)
- Last Synced: 2024-11-09T09:48:19.833Z (2 months ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-nextjs-webpack5-emotion
An experiment to get a bunch of stuff working together:
- [x] [Next.js]
- [x] [Webpack 5]
- [x] [@emotion/native]## Known Issues
> React-native-web cannot use import outside of module
Add `react-native-web` to Next transpile modules
NOTE: This is a work around and not always needed. This is a temp fix until the underlying problem is understood