The development server returned response error code: 500 in react native

前端 未结 16 1484
夕颜
夕颜 2021-02-05 01:29

I am using react-native framework for developing my android app. I want to use react-native-material-design library for making Toolbar wit

16条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 02:17

    try installing react-native-material-design locally instead of globally.

    It looks like react-native-material-design depends on react-native-material-design-styles which won't be packaged by React Native's bundler since its parent is a global module.

提交回复
热议问题