xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 609 forks source link

cant find Variable : React after installing and link vector icons #373

Open nimahkh opened 6 years ago

nimahkh commented 6 years ago

hello my friends , i do same document that describe in git , but after installing vector icon and " react-native link react-native-vector-icons " , i get "Can't find variable React" . when i remove and unlink vector icon , material ui , shows me an error and say ,can not find vector icon , so , what is the problem?

react-native-cli: 2.0.1 react-native: 0.55.4

ahmedu007 commented 6 years ago

Why are you not using Create-react-native-app?! You wont have to link anything. Otherwise after running react-native link you need to run npm install || yarn (if your app supports it) again to make sure everything works