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

前端 未结 16 1223
夕颜
夕颜 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:21

    babel-preset-react-native make this trouble. Run below orders in your project root dir:

    $yarn remove babel-preset-react-native

    $yarn add babel-preset-react-native@2.1.0

提交回复
热议问题