Peace
Peace
@andrewmcd1 A number of other PRs have recently been merged and a release needs to be done soon. Can you take a look at my comments? Please test this in...
8.x replaced Moment with Date-fns. Those changes may have inadvertently broken existing behavior. Try using this as a controlled component, passing in the `selectedStartDate` prop: ``` selectedStartDate={selectedStartDate} ``` Depending on...
@tranjog Do you have any insight into this?
Thanks @tranjog for debugging and fixing this! PR is merged. Please publish at your convenience.
A gulp version has been published on npm: https://www.npmjs.com/package/gulp-angular-architecture-graph
@anotherstarburst The way you import this library probably is causing you to have to add `.default` to the import name. For example, instead of `import {Twilio} from 'react-native-twilio'` try `import...
I did try `flex:1` on the header but still the same behavior. Eventually I had to hard-code the width of the header component to the width of the screen which...
This sounds like a feature enhancement. The ScrollView would need to be told to move to the selected item on opening. Would you have time to create a PR? We...
This is a community supported project. Contributors aren't paid to work on features, they donate time by adding features which are shared with everyone. Please consider submitting a PR to...
I believe that `selectedItemTextStyle` won't work for custom selector components. Would you like to submit a PR to enable it? I'm not sure how that would be done on a...