FluidTransitions icon indicating copy to clipboard operation
FluidTransitions copied to clipboard

Can't get it to working.

Open vineethvijayan opened this issue 4 years ago • 7 comments

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

vineethvijayan avatar Jan 28 '20 10:01 vineethvijayan

I'm having the same issue, following

PaRoxUs avatar Feb 07 '20 12:02 PaRoxUs

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

dantenol avatar Feb 12 '20 15:02 dantenol

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

evie9z avatar Mar 10 '20 00:03 evie9z

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.

evie9z avatar Mar 12 '20 23:03 evie9z

We tried the same but its still not working :(

On Fri, Mar 13, 2020 at 5:12 AM evie9z [email protected] wrote:

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

  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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fram-x/FluidTransitions/issues/230#issuecomment-598479594, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOE4Q6TUZ4HEW6BVPARTVDRHFXPLANCNFSM4KMQID6Q .

-- Thanks & Regards, Vineeth Vijayan

vineethvijayan avatar Mar 13 '20 07:03 vineethvijayan

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

nataly-chobat avatar Mar 19 '20 13:03 nataly-chobat

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

WeWishYouHappiness avatar Apr 03 '20 15:04 WeWishYouHappiness