brentvatne / react-native-login

react-native login via native facebook sdk, with a mp4 video background and a linear gradient
848 stars 103 forks source link

fix dependencies #11

Closed ladas-larry closed 9 years ago

ladas-larry commented 9 years ago

Fixes error with ReactIOSViewAttributes, that comes after running 'npm install' and opening project in iOS Simulator. React-native 0.4.4 (version without ReactIOSViewAttributes) is being installed together with old packages, which still make use of ReactIOSViewAttributes (react-native-linear-gradient, react-native-modal, react-native-video and react-native-overlay). This fix just updates version of all packages.

brentvatne commented 9 years ago

Thanks! Sorry I haven't looked at this project in a while :smile: