-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi,
I am reaching you to ask if there is an Expo compatible problem or something similar with your library. I inserted you library as shown in the README for it to work, and suddenly, I get this error:
The moment I press the profile go to button, that error comes up and my app stops working. It is not an Expo or Recat-Native problem because all the other views are fine, it is just the profile when I stick this code:
<ParallaxScrollView
windowHeight={SCREEN_HEIGHT * 0.4}
backgroundSource='../assets/images/profile_background_2.png'
navBarTitle='Profile'
userName={user.displayName}
userTitle='+34 660 20 92 91'
userImage= {user.photoURL}
/>
If you have a solution it would be awesome, if not, is there anything you could do to fix it?
Thank you very much
Properties of my app:
"dependencies": {
"expo": "^32.0.6",
"react": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-elements": "^1.1.0",
"react-native-parallax-scrollview": "^3.0.0",
"react-navigation": "^3.0.9"
}