Cesar Augusto

Results 92 comments of Cesar Augusto

I just did some tests, i was be able to reproduce by removing the support design dependency, which you need to include ``` implementation 'com.android.support:design:27.1.1' ``` Let me know if...

This is a android-only component, and you shouldn't require it on shared files, you should create a file like `Toolbar.android.js` and put the stuff there, and take a different approach...

Hi, i am not sure on whats going on there, but can you post your [app/build.gradle](https://github.com/cesardeazevedo/react-native-collapsing-toolbar/blob/master/example/android/app/build.gradle) file?

Can you set the `compileSdkVersion ` and `targetSdkVersion` to 25, as following the [build.gradle](https://github.com/cesardeazevedo/react-native-collapsing-toolbar/blob/master/example/android/app/build.gradle) on the example project?

Ok, now i see, it won't work with react-native 0.47.0, you should use react-native 0.51 or higher.

Hi, thanks for report, have you experience this issue even with a production build? which react-native version are you using?

I haven't tried new version from react-native yet, so i presume that new versions "just works". Have you tried call the `redraw()` function from the AppBarLayout ref on componentDidMount or...

Interesting, i will take a look at it as soon as i get some time this week

Hi, sorry for delayed response, i've fully reproduced your issue on my simulator, and i have tested your code and worked, i tested multiple times and never had any single...

**Does this event fire upon both a pending and successful withdrawal?** Yes, it will fire at any state changes, even when you created the withdraw. There are actually two ways...