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

前端 未结 16 1225
夕颜
夕颜 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 02:09

    react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

    run this command : this will show the error like twice closing of tags or unable to find any module

    use sudo before the command in linux based systems

提交回复
热议问题