Support React Native Web
See original GitHub issueI’d like to use create-react-app
with React Native Web
https://github.com/grabcode/react-native-web-starter/blob/master/web/webpack.config.dev.js#L38-L42
Issue Analytics
- State:
- Created 7 years ago
- Comments:27 (18 by maintainers)
Top Results From Across the Web
Introduction to React Native for Web
React Native for Web is a compatibility layer between React DOM and React Native. It can be used in new and existing apps,...
Read more >The complete guide to React Native for Web - LogRocket Blog
Create React App is the standard way to bootstrap web-only React applications. Although it comes with built-in support for aliasing react-native ...
Read more >React Native For Web Is What You Need For Your Multiplatform
Yes certainly, React Native, which is a cross-platform app development framework, can also be used to develop web applications. Is React Native ......
Read more >necolas/react-native-web: Cross-platform React UI packages
This is the development monorepo for "React Native for Web" and related projects. Structure .github. Contains workflows used by GitHub Actions. Contains issue ......
Read more >React Native · Learn once, write anywhere
Written in JavaScript—rendered with native code. React primitives render to native platform UI, meaning your app uses the same native platform APIs other...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@RangerMauve here is the example app which is both a valid React Native / React Native Web project https://news.ycombinator.com/item?id=12379070
Using create-react-app without ejecting has proven to be hard since it doesn’t compile node_modules and it uses a different babel preset from react-native.