Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expo and React native issues #20

Open
eleallegue opened this issue Apr 25, 2019 · 0 comments
Open

Expo and React native issues #20

eleallegue opened this issue Apr 25, 2019 · 0 comments

Comments

@eleallegue
Copy link

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:
image

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant