I am using react-native
framework for developing my android app. I want to use react-native-material-design
library for making Toolbar
wit
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.
If you are using react-native version: 56.0 then downgrade it version 54 .Its worked for me
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
Whenever any one get this kind of Error with Error Code 500. Following reason behind this.
1) You might work in Linux system & You have to run application with the terminal & check into the Android Simulator rather in Devices.
2)If you work with above then please make sure your Simulator Wife should be off & then work with Studio It will work perfectly.
Hope you will get the solution.