oblador / react-native-parallax

Parallax effects for React Native using Animated API
MIT License
583 stars 78 forks source link

Not working in rn 0.28 #18

Open npomfret opened 8 years ago

npomfret commented 8 years ago

I'm getting the following error and no images are appearing:

index.ios.bundle:22968Warning: ParallaxScrollViewComposition:refis not a prop. Trying to access it will result inundefinedbeing returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)

Using

    "react": "15.1.0",
    "react-native": "0.28.0",

What does it mean??