How to use react-native-photo-editor - 1 common examples

To help you get started, we’ve selected a few react-native-photo-editor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github prscX / react-native-photo-editor / Example / App.js View on Github external
_onPress = () => {
        RNPhotoEditor.Edit({
          path: RNFS.DocumentDirectoryPath + '/photo.jpg',
          stickers: [
            'sticker0',
            'sticker1',
            'sticker2',
            'sticker3',
            'sticker4',
            'sticker5',
            'sticker6',
            'sticker7',
            'sticker8',
            'sticker9',
            'sticker10',
          ],
        //   hiddenControls: ['clear', 'crop', 'draw', 'save', 'share', 'sticker', 'text'],
          colors: undefined,

react-native-photo-editor

React Native: Native Photo Editor

Apache-2.0
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Popular react-native-photo-editor functions