taofed / react-web

A framework for building web apps with React Native compatible API.
Other
3.36k stars 448 forks source link

以Component方式创建class时 Cannot read property 'Component' of undefined #265

Closed zealot2007 closed 6 years ago

zealot2007 commented 7 years ago
import React, { Component } from 'react';
import {
  Platform,
  Text,
  View,
  StyleSheet,
} from 'react-native';

是否react-web 只能用createClass方式来创建类

yuanyan commented 6 years ago

可以更新到最新的 1.x 版本