Skip to content

v1.0.0-beta.7

Compare
Choose a tag to compare
@cesardeazevedo cesardeazevedo released this 17 Oct 13:44
· 33 commits to master since this release

We are not exposing react-native-nested-scroll-view anymore, now you should install it separately.

npm install --save react-native-nested-scroll-view

before:

import {
  AppBarLayout,
  CoordinatorLayout,
  CollapsingToolbarLayout,
  CollapsingParallax,
  NestedScrollView,
} from 'react-native-collapsing-toolbar'

after:

import {
  AppBarLayout,
  CoordinatorLayout,
  CollapsingToolbarLayout,
  CollapsingParallax,
} from 'react-native-collapsing-toolbar'

import NestedScrollView from 'react-native-nested-scroll-view'