react-native-collapsingtoolbar icon indicating copy to clipboard operation
react-native-collapsingtoolbar copied to clipboard

Component breakdown and does not scroll data.

Open Angelk90 opened this issue 6 years ago • 1 comments

@sanpyaelin: Hi, when I try to install the module it gives me the following error:

Failed to install module 'react-native-collapsingtoolbar': undefined is not an object (evaluating 's.default.PropTypes.oneOfType')
 imported from null

Perhaps the version on npm is not the correct one.

So I copied all the code on the expo, it seems that it works. Link: https://snack.expo.io/rJhMcqEUM

But now comes the problem: As you can see the module breaks down.

  • The tabBar should remain under the compressed Toolbar (the one where you only see the name), instead it goes out.
  • You can not scroll the elements that are inside the tab2, I remain fixed, this is a problem.

How can I solve them?

Angelk90 avatar Feb 04 '18 14:02 Angelk90