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

I have a chat app that uses React Navigation to implement a tab bar and a header bar. When users press on an image that was sent in the chat,...

Hey guys, I have a `fluidNavigator` that takes some screens and as a final screen I pass in a stack that was created using `createStackNavigator` Almost everything actually works pretty...

I have a component that acts as a top background for my screens that I want to have on all my screens. It looks like this ``` render() { return...

Is it possible to provide an example using the already created animations for appear such as "left", "right" etc transition names? Currently I am using the less capable library of...

I found that sometimes UIManager.measureInWindow returns {x:0,y:0,width:0,height:0} and it is the reason of this issue. https://www.dropbox.com/s/sccrasg1dfeacvs/before.mov?dl=0

Upon an action taking us from one screen to another there is some lag in the transitioning. This happens both on iPhone and Android emulators and as well on real...

Reproduction Needed

I'm using the ``, where my renderItem returns a ``. This works great, but, when I change my `data` of my ``, the transition seems to fail. I assume its...

I've been having some issues with images flickering at the start of the transition navigation. I have a transitions with one large shared image, 5 small ones, and some text,...

Hi @chrfalch I am experiencing a delay which shows a blank transition screen when moving from StackNavigators to FluidNavigator. What could be the problem. Should I write a custom transition?...

This just took me about 3 hours to figure out. Documentation would be nice, but allowing it on any arbitrary component would be better!