1.0.1 • Published 3 years ago

rn-web-template v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Native Web Template

同构react-native和react-native-web的一个template

为什么要用我

  • react-native-web官方没有集成react-native的正式方案
  • 这个template是用react-native init创建的项目,Expo目前就支持原生和web同构,如果你正在用Expo不用考虑这个这个库。
  • typescript配置
  • 网页和原生缩放响应式解决方案
  • 网页和原生共用react-navigation路由配置

用法

npx react-native init MyApp --template rn-web-template

运行

yarn run web

目前对应的react-native和react-native-web版本

React Nativereact-native webTemplate
0.640.17.11.0.*

响应式方案

nativeweb
webnative

参考文档

注意事项:React Native CLI

This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli first (npm uninstall -g react-native-cli), for the below command to work. If you wish to not use npx, you can also install the new CLI globally (npm i -g @react-native-community/cli or yarn global add @react-native-community/cli).

If you tried the above and still get the react-native-template-react- native-template-typescript: Not found error, please try adding the --ignore-existing flag to the npx call to force npx to ignore any locally installed versions of the CLI.

Further information can be found here: https://github.com/react-native-community/cli#about

Contributing

欢迎贡献加feature

License

This project is MIT licensed.