Anton Spöck
Anton Spöck
Hi @imaNNeoFighT , is there any update about the horizontal bar chart?
@CSFlorin you could change the values for `tension`, `friction` or `mass` in way that the bouncing is not that strong. Another way could be that I expose the `clamp` prop...
@vvavepacket If a user is logged in via FB and you got a aws session token, the user has access to several aws services with this token, but just temporary...
Cognito adds Social Identity Providers for UserPools (11 August):  Here is a link to the docs: http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social.html But there isn't any code example yet. @jmparsons do you have an...
React-Native support for AWS Mobile Analytics: https://github.com/innFactory/react-native-aws-mobile-analytics
I was using the api-ai ios sdk for api v1. But since V2 I solve every request to with the rest api. This solves also the problem that dialogflow has...
@Thanmai-C I don't support entities in verison 2. The reason was that the API of Dialogflow was different. If you really need support for entities I can look into this...
Unfortunately, this package is only for React-Native. The problem is the authentication for V2: You can't get the token in the browser because of missing CORS headers. We solve this...
I having a similar issue. If the animation is on, the areas stop drawing. It's fully drawn if the window resizes. If the animation is off, everything works as expected.
@SuperManEver we turned off the animation. For our use case this is a long term fix and we can live with it.