Lawrence Sarpong
Results
1
comments of
Lawrence Sarpong
I think you are getting this error because the module does not use `export default`. In this situation you could do something like: ```js import * as FluidNavigator from 'react-navigation-fluid-transitions'...