fangwei716 / 30-days-of-react-native

30 days of React Native demos
6.82k stars 1.46k forks source link

Property request not found on object of type 'RCTImageSource *' #15

Closed xujianfei closed 8 years ago

xujianfei commented 8 years ago

Property request not found on object of type 'RCTImageSource *'

falltodis commented 8 years ago

me too.

falltodis commented 8 years ago

If you just want to test ,del RNGL from lib and unimport Day11

xujianfei commented 8 years ago

RNGL ? where, i’m study it on the frist day! THX

fangwei716 commented 8 years ago

Somehow the RNGL fetched from npm is breaking the app. Use https://github.com/fangwei716/30-days-of-react-native/tree/with_node_modules for now. You don't need to run npm install. You can build directly.

fangwei716 commented 8 years ago

Also you can git clone again. I have disable RNGL for now.

amitneeman commented 8 years ago

Hi, ive tried to clone again and still get this error. should I just use the version with node_modules?

fangwei716 commented 8 years ago

Yes. Go to the node_modules branch. Thanks.