Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Implement quality option for ios #24

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

n1ru4l
Copy link
Contributor

@n1ru4l n1ru4l commented May 8, 2018

Important:

This pull request is a follow-up to #21, please consider merging #21 first.

Code Sample

import RNThumbnail from 'react-native-thumbnail';

RNThumbnail.get(filepath, { quality: 0.1 }).then((result) => {
  console.log(result.path); // thumbnail path
})

@phuochau
Copy link
Owner

@n1ru4l Seem the example is wrong again? the options should be a parameter of get method?

@n1ru4l
Copy link
Contributor Author

n1ru4l commented Oct 15, 2018

@phuochau I updated the example, however the code is fully functional

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants