tuckerconnelly / carbon-ui

React Native Material Design library for all platforms
MIT License
210 stars 17 forks source link

Can't get it running on IOS simulator #7

Closed Nickman87 closed 7 years ago

Nickman87 commented 7 years ago

I'm trying to get carbon-ui to work in a react-native app so I thought (according to this page: https://carbon-ui.com/getting-started/installation) I only needed the carbon-ui library. But after running it, I get an error asking for the 'react-native-universal' lib. After adding that one I get an error asking for the 'react-native-web' lib.

Even after installing all of the listed dependencies, I am still getting errors. Am I missing something obvious here?

tuckerconnelly commented 7 years ago

Hey man, I removed all the react-native-universal stuff and tested on a new project. Should be good to go. Just re-run npm -S i tuckerconnelly/carbon-ui.

Lemme know if you're still having problems :)

Nickman87 commented 7 years ago

I got it up and running, thanks!