Luke Brandon Farrell

Results 10 issues of Luke Brandon Farrell

- [X] Explain the **motivation** for making this change. - [X] Provide a **test plan** demonstrating that the code is solid. - [X] Match the **code formatting** of the rest...

### Description This is a triage group to discuss and prioritise major issues which are affecting the react-native-image-picker library. Looking for help to debug, prioritise and fix some of these...

Help Wanted :octocat:

this.refs is now deprecated. Any support for this library in response to this?

### Summary In our use-case we already had a React Native bridge initialised. Our app is built with React Native but integrated a native only library, one of the actions...

When switching between tabs and rendering the sliders, this happens: Goes off screen after using the separators slider and switching back to borders: ![screen shot 2018-03-21 at 10 20 22...

## Details The objective here is to resize the frames of the images. This can be done by detecting when the pan responder is invoked by dragging the side of...

enhancement

## Description Panning of an image is not retained on a scaled image when it is swapped into an identical container. ## Solution We need a better way of transferring...

bug

## Description Swapping images does not work when there are multiple instances of the same image in the collage. This is because swapping uses the URL of the image for...

bug

Tested on iPhone 5s and Simulator (iPhone 6) using the demo provided. ``` "dependencies": { "babel-eslint": "^8.2.2", "eslint": "^4.19.1", "eslint-plugin-react": "^7.7.0", "react": "^16.3.0-alpha.1", "react-native": "0.54.3", "react-native-gesture-responder": "^0.1.1" }, "devDependencies": {...

When using `commitLocalUpdate` to invalidate the store the TS compiler throws and error: ``` Property 'invalidateStore' does not exist on type 'RecordSourceProxy' ``` You can reproduce by writing the following...