Durgaprasad

Results 6 issues of Durgaprasad

This PR is the continuation of other PR at `serverless/domain` https://github.com/serverless-components/domain/pull/6 This changeset passes s3 bucket name and CloudFront information to `serverless/domain` component. For the consumer, there will be few...

**Context** It always generates random name even if logical name has been provided. This is because the input name has been ignored. This PR will give precedence to input name.

Added one API "forcetk.Client.prototype.userInfo" to get current user information.

Not working for react-native 0.38.1, Reason: 0.38.1 scrollview implementation uses **flexGrow** instead of **flex** Solution: Change styles of flex1 from `{flex: 1}` to `{flexGrow: 1}` ``` const styles = StyleSheet.create({...