Mark Holland

Results 8 issues of Mark Holland

All of the GraphQL playground links I've tried in the book redirect to an empty page. Example: https://www.graphqlbin.com/lOR8i2 Redirects to: https://legacy.graphqlbin.com/new I have version r2 of the epub.

bug

Here's an [example using CRA](https://github.com/markholland/eslint-plugin-react-example) **Expected**: No warning **Actual**: - `npm run lint` ``` eslint-example/src/App.js 23:3 warning 'showFirst' PropType is defined but prop is never used react/no-unused-prop-types ``` This started...

bug
help wanted

## WORKAROUND Issue #35210 now has the best description and current best-known fix for the issue *we are working hard to keep that issue up to date as we learn...

Platform: Android
DX
Tool: Gradle
Impact: Errors During Build
Resolution: Answered

Closes #135 On Android if the file cannot be opened the promise is rejected. This PR adds the same behaviour to iOS by checking if the file can be opened...

We are migrating from `rn-fetch-blob` `openDocument` to this library for opening files from our app. With this library, on Android if a file can't be opened an error is thrown...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.41.2 - react-native v0.73.9 ### Platform Tell us to which platform this issue is related - iOS physical device...