基于expo的仿网易云的音乐播放器
删除node_modules/static-container/StaticContainer.js中static PropTypes声明 删除node_modules/react-native-root-toast/lib/ToastContainer.js中的ViewStyleProps和Text.Style.Props
将node_modules/react-native-web/dist/modules/StyleSheetPropType/index.js中
export default StyleSheetPropType;
替换为
export default function(){return function(){};};