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

Can't get it to working. #230

Open
vineethvijayan opened this issue Jan 28, 2020 · 7 comments
Open

Can't get it to working. #230

vineethvijayan opened this issue Jan 28, 2020 · 7 comments

Comments

@vineethvijayan
Copy link

First of all thanks to the lib & its contributor. Its really awesome.

But I can't get it working. Below is my code snippet.

import FluidNavigator from 'react-navigation-fluid-transitions';

const Navigator = FluidNavigator.createFluidNavigator({
  screen1: {screen: Screen1},
  screen2: {screen: Screen2},
});

export default createAppContainer(Navigator);

Simulator Screen Shot - iPhone 11 - 2020-01-28 at 16 04 44

@PaRoxUs
Copy link

PaRoxUs commented Feb 7, 2020

I'm having the same issue, following

@dantenol
Copy link

@chrfalch is there any update for react-navigattion v5?

@evie9z
Copy link

evie9z commented Mar 10, 2020

Same here. I'm using react-navigator v4. Any updates?

@evie9z
Copy link

evie9z commented Mar 12, 2020

Hi there, I finally fixed it. I tried two things, but I'm not sure you need to do whether both of them or just the second step to solve this problem.

  1. Installed react-navigator v3 instead of v4 --> still didn't work
  2. Delete /node_modules folder and then yarn add react ---> it works!

I hope this helps.

@vineethvijayan
Copy link
Author

vineethvijayan commented Mar 13, 2020 via email

@nataly-chobat
Copy link

nataly-chobat commented Mar 19, 2020

Don't work for me as well with react-navigation 4.0
Probably I will try this package https://github.com/IjzerenHein/react-navigation-shared-element

@WeWishYouHappiness
Copy link

WeWishYouHappiness commented Apr 3, 2020

Try to install the react-navigation-stack@1.

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

6 participants