RN:Super expression must either be null or a function, not undefined

可能原因:
因为版本的问题,加上你又是拷贝其他版本的问题,在导入React、
模块的时候往往会报错。
比如今天遇到的 Component模块,以前是在react-native这个包中,而现在0.47这个版本里面在react模块中。

你可能感兴趣的:(RN:Super expression must either be null or a function, not undefined)