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

When an element with shared image is used, android 7.0 (The device on the right) has this problem, the image is not resized gradually as the transition is performed but...

TransitionItemsView uses the now deprecated `componentWillRecieveProps`. It should be updated to use `getDerivedStateFromProps`. https://github.com/fram-x/FluidTransitions/blob/87d7025d7c0dd647980d676e17108d6241a977fe/lib/TransitionItemsView.js#L83 Also, what is the current roadmap for the project? Considering using it for a large project...

After updating react-navigation-stack to 1.5.0 i get this `undefined is not an object (evaluating '_core.ThemeColors.light')` redbox error that I've ~tracked down coming~ comes from FluidTransitioner in react-navigation-fluid-transitions (I'm on version...

Following code gives a lot of lag in the bottom bar ( its only if i use the modalstack) `const BaseStack = createBottomTabNavigator({ overview: { screen: OverviewPage, navigationOptions:{ tabBarIcon: data=>...

Just added a to my HomeScreen and it makes the whole screen load with a white background. Any idea what's wrong? Code: ` ... all other elements ` Screengrab: https://www.dropbox.com/s/lazqbuisg2sj66i/transition.mov?dl=0

Hi. Thanks for the library. I'm trying to use it for animation. But I have a pretty complex component to animate. Before animation occurs the component inside component re-renders 4+...

I have a navigator that follows the following logic. stackNavigator -home -tabNavigator --FluidNavigator --- issue ---topMenu ---menu ---product --basket -checkout page if I'm using gesture control the fluid navigator goes...

It looks like the transitionconfig definition is incorrect and is trying to use the `StackNavigatorConfig` definition from react-navigation which has a different definition for transitionconfig than this library. Here's the...

I am converting my existing createStackNavigator code to start using fluid navigator but can't figure out how to pass the navigation prop. My old render code looks like ``` const...

Hi, Thanks for the awesome library! I did not understand how the native driver is used? If I have an image as a shared element, on which conditions does this...