react-native-material-design
react-native-material-design copied to clipboard
That's not working with RN28.0+
When i update my RN version that's get lot of error with RN28+ version
Just to add some details - With react native 0.29.0 I have following issue:
Whenever I import something from module, I'm getting undefined is not an object at create-icon-set.js line 46. Eg. import { Button } from 'react-native-material-design'; and when I remove import app is working OK.
have you upgraded/installed react native vector icons @jurosh ?
Add this condition in Navigate.js
let routes = require('../routes').default;
try {
routes = require('../routes').default;
} catch (e) {
console.log("require not workkk");
}
Now, that's working great in RN 0.31+
Can you specify the path? I'm on react-native0.49.5