Mark Yu

Results 4 issues of Mark Yu

`id` should be optional for sending single message.

triage

### Feature request the style in `AnimatedPagerView` is defined as `style={[pagerProps?.style, StyleSheet.absoluteFill]}` can you switch the order so it would be `style={[StyleSheet.absoluteFill, pagerProps?.style]}` to allow us to override the styles...

enhancement

calls to `strdup` crashes on linux `strdup` is not a C standard: https://stackoverflow.com/questions/19641460/using-strdup-in-c11 the cmake file compiles with `--std=c11` a simple test to reproduce the crash ``` $ gcc --version...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/express-openid-connect#readme), [Examples](https://github.com/auth0/express-openid-connect/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/express-openid-connect/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...