1.0.12 • Published 4 years ago

react-native-image-with-adjustment v1.0.12

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Still in development

React Native Image with Adjustment

This is a component for react native to display images. It inherits all funcionality of the base react native image components, and adds three more props to change image's saturation, brightness and contrast. It also accepts a prop called save.

<ImageWithAdjustment
  brightness={this.state.brightness}
  saturation={this.state.saturation}
  contrast={this.state.contrast}
  src={{ source: [(uri: uri)], width: 1920, height: 1080 }}
  resizeMode="contain"
  onSave={this.onSave}
  save={this.triggerSave}
/>

This component is still being developed, it's not working currently. What you can do, is adapt the code for your given project. Noticed that the component is written on Android side with Java

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago