react-dom.development.js?61bb:88 Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.
原因:在taro,react组件名要大写,将view标签变成View就ok了
错误解决