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

Hello there, Love the API. Decided to try and use it to transition from our splash screen to login. Essentially I have a fluid navigator which has a default screen...

I'm trying to transition using a shared transition on an image, but it seems to no apply styles and the image goes to full size. Granted, the image is way...

`defaultNavigationOptions` is not exported by `react-navigation`, what makes its usage ineffective in this context, since it will always be undefined. @chrfalch, is there any underlying reason why we should keep...

Latest version is having two errors on the types from typescript. The index.d.ts is having a problem finding the type for the index.js when the ./Types is imported. _Please see...

I have a single, simple shared transition that goes from being an item in a list view, to being a top element in a modal (image to header image). This...

all of my transitions going to a screen are broken. Going back transitions are working as expected. react-native: 0.58.1 react-navigation: 3.0.9 react-navigation-fluid-transitions: 0.3.0 ![ezgif-5-dc7ecf364315](https://user-images.githubusercontent.com/773986/51829847-b40fb580-22ee-11e9-974c-7454bf06acd6.gif)

Reproduction Needed

My router config looks like : const SavedDealsStack = FluidNavigator({ SavedDeals: SavedDeals, DealDetail: { screen : DealDetail }, },{ headerMode: 'none', navigationOptions: { headerVisible: false, }, }); const TabNavigator =...

I'm experiencing a strange bug when navigating to a route in my FluidNavigator. If I use a `TouchableHighlight` then `runAfterInteractions` will trigger immediately on the new screen when I press...

Hi there! It seems that navigation is broken after clicking the back button in the demos that contain more than 2 screens. (e.g. Onboarding Transitions or Shared Elements). Please take...

Using RN 0.59 on Android, the first transition works properly. After that, the transitioned screen is non-responsive. The navigation back button works, but the buttons in the screen do not....