From IT Skills
- react-slingshot: React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting
templates[edit | edit source]
rnw-template[edit | edit source]
from native and web app with React-native-web
- npx react-native upgrade
- npx react-native init <app>
- :lint, testing
- public/index.html
- src folder for web-part
- index.native.js
- src/App.js doesn’t support react-native/Libraries/NewAppScreen
- some version conflicts about babel-jest and jest libraries, so you need to remove these from development dependencies of package.json. Don’t worry, they are dependencies of other packages
expo branch[edit | edit source]
web-site is started now by not only by 'react-native start' but with 'expo start:web' too
- 'react-native start' seems not supporting Fast Refresh
this is not only expo#managed workflow but a potential expo#bare workflow
Pages in category "Building react applications frameworks"
The following 7 pages are in this category, out of 7 total.