Breaking changes
- We now use
export default
. If you are usingimport
, there are no breaking changes. If you are usingrequire
, you will need to writerequire('react-native-invertible-scroll-view').default
.
Breaking changes
export default
. If you are using import
, there are no breaking changes. If you are using require
, you will need to write require('react-native-invertible-scroll-view').default
.