FluidTransitions icon indicating copy to clipboard operation
FluidTransitions copied to clipboard

Fluid Transitions for React Navigation

Results 78 FluidTransitions issues
Sort by recently updated
recently updated
newest added

This isn't the right fix, but it removes the warnings and moves things forward for us.

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...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.2 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Hey, I saw there is couple of issues here addressing the same problem but without any expo for example. I added a small snack which I am able to reproduce...

Wrong output range on `getOpacityStyle`

Hey All, I tried to implement the shared element transition using the component but it works for me only when going from screen1 to screen2. When I press back on...

Hey, After installing the component into my lib following the medium post on the linked source, I am receiving following error: ` (0, _reactNavigationFluidTransitions.default) is not a function. (In '(0,...

Hello ! When I use `createFluidNavigator` as root of my App navigators, I got a transparent background in every page. Hence, I'm seeing my splashscreen as background image. On the...

I have a question for share element feature, when the image from List Image animation zoom out to the Detail Page, how can i zoom out the view container of...

Hello every one, am trying to display some info in the headers but actually idk how to get the current screen name, if i call this.props.navigation.state.routeName it will show the...