Kyle Roach

Results 13 issues of Kyle Roach

The action button doesn't have any elevation. This is because in the source it gets it's elevation from the state however this value is never set. https://github.com/xotahal/react-native-material-ui/blob/master/src/ActionButton/ActionButton.react.js#L112

🐛 bug

Right now disabling an item in the accordion involves making use of the `onChange` prop to check a value that the user includes in the their sections array. However as...

enhancement
PR Submitted

Does this plugin support react native? ```ts export const Shadow = styled.View` shadowColor: #000; shadowOpacity: .2; shadowOffset: 0px -1px; shadowRadius: 1; marginBottom: -1px; ` ``` All show as errors currently

enhancement

In the original library, changing of the font family is supported by editing styles.xml https://github.com/afollestad/material-dialogs/blob/master/documentation/CORE.md#fonts ```xml @font/your_font @font/your_font @font/your_font ``` However, this doesn't seem to work with this lib (android...

Hey been using your package for a while. One concern I have is that Snackbars on iPad are full width compared to on Android where they only take up the...

enhancement

Ref https://github.com/react-native-elements/react-native-elements/issues/1307

### What is the URL of the page with the issue? https://constructs.dev/ ### What did you do? Just landed on the homepage. ### What did you expect to happen? Page...

bug

Allows attaching dimensions to a metric filter. Uses the API design suggested by @marcogrcr in his [comment](https://github.com/aws/aws-cdk/issues/16999#issuecomment-1005172655) which is agreed on. resolves #16999 ---- ### All Submissions: * [x] Have...

p1
feature-request
effort/small

Would be awesome if we could change the type of Touchable being used. Right now it’s `TouchableOpacity`. Would be awesome if we could use `TouchableHighlight`

enhancement

### Describe your idea/feature/enhancement Hey team, recently tried building out a rest API using `AWS::Serverless::Api` and openapi via DefinitionBody. It's great having my OpenAPI schemas converted to API gateway models...

type/feature
stage/pm-review
area/api-gateway
maintainer/need-followup