首页 > 解决方案 > ReactJS Web 中的 React-Native 组件

问题描述

是否可以在 ReactJS Web 项目中使用本机反应组件(视图、文本、TouchableOpacity 等)?

标签: reactjsreact-native

解决方案


It is possible, but not using standard React or React Native. Here is a popular library which was designed to accomplish this: https://github.com/necolas/react-native-web


推荐阅读