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

appear prop is working fine but disappear does not work. ` Lorem `

This is more of a feature request than a bug I guess? Is there a way to modify the speed of animation when using , etc? Would be nice if...

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

Hi, If you have 3 screen, when you arrive on the third screen and go back on the second screen the touch is disabled, all the app is blocked, this...

Hi! I'm using your framework in a project of mine, and in one of my views I am animating a horizontal flatlist on and off the screen with an appear...

bug

I am using React-Native-Navigation which do not have this method: `props.navigation.navigate('screen2')}` Also, React-Native-Navigation does not allow us to create a stackNavigator. It directly registers the screens. So, how can I...

Minor fix for https://github.com/fram-x/FluidTransitions/issues/175. This should fix the require cycle warning below when installing the package, by bypassing `Utils/index.js`: ``` require.js:114 Require cycle: node_modules/react-navigation-fluid-transitions/TransitionItem.js -> node_modules/react-navigation-fluid-transitions/Utils/index.js -> node_modules/react-navigation-fluid-transitions/Utils/getResolvedMetrics.js -> node_modules/react-navigation-fluid-transitions/TransitionItem.js...

I have registered the key on screen A and getting it as a target on screen B when I return back to previous screen or dashboard screen, Then react through...

Require cycle: node_modules/react-navigation-fluid-transitions/TransitionItem.js -> node_modules/react-navigation-fluid-transitions/Utils/index.js -> node_modules/react-navigation-fluid-transitions/Utils/getResolvedMetrics.js -> node_modules/react-navigation-fluid-transitions/TransitionItem.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. hi, i...

bug

When using FluidNavigator, if I have react-native-screens linked and `use`'d, when I transition from Page1 to Page2 I can not tap anything. It seems the ScreenContainer that is overlaid on...