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 Navigator = FluidNavigator.createFluidNavigator({
screen1: {screen: Screen1},
screen2: {screen: Screen2},
});
export default createAppContainer(Navigator);

First of all thanks to the lib & its contributor. Its really awesome.
But I can't get it working. Below is my code snippet.