{"id":19253715,"url":"https://github.com/imgly/pesdk-react-native-demo","last_synced_at":"2025-09-06T11:37:04.938Z","repository":{"id":19072401,"uuid":"84819818","full_name":"imgly/pesdk-react-native-demo","owner":"imgly","description":"React Native example for PhotoEditor SDK","archived":false,"fork":false,"pushed_at":"2023-03-08T07:43:58.000Z","size":152599,"stargazers_count":77,"open_issues_count":14,"forks_count":27,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-01T13:51:17.801Z","etag":null,"topics":["android","editor","ios","library","photo","react-native"],"latest_commit_sha":null,"homepage":"https://www.photoeditorsdk.com","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imgly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-13T11:39:31.000Z","updated_at":"2025-02-01T12:57:20.000Z","dependencies_parsed_at":"2024-11-09T18:44:43.235Z","dependency_job_id":null,"html_url":"https://github.com/imgly/pesdk-react-native-demo","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fpesdk-react-native-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fpesdk-react-native-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fpesdk-react-native-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fpesdk-react-native-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imgly","download_url":"https://codeload.github.com/imgly/pesdk-react-native-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070333,"owners_count":21369856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","editor","ios","library","photo","react-native"],"created_at":"2024-11-09T18:32:52.270Z","updated_at":"2025-04-21T14:32:15.579Z","avatar_url":"https://github.com/imgly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://img.ly/photo-sdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo\"\u003e\n    \u003cimg src=\"https://img.ly/static/logos/PE.SDK_Logo.svg\" alt=\"PhotoEditor SDK Logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.org/package/react-native-photoeditorsdk\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/react-native-photoeditorsdk.svg\" alt=\"NPM version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmjs.org/package/react-native-photoeditorsdk\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg\" alt=\"Platform support\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://twitter.com/PhotoEditorSDK\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/twitter-@PhotoEditorSDK-blue.svg?style=flat\" alt=\"Twitter\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# PhotoEditor SDK React Native Example App\n\nThis project shows how to integrate [PhotoEditor SDK](https://img.ly/photo-sdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo) into a React Native application with the [React Native module for PhotoEditor SDK](https://github.com/imgly/pesdk-react-native) which is available via NPM as [`react-native-photoeditorsdk`](https://www.npmjs.com/package/react-native-photoeditorsdk).\n\n## Getting started\n\nAfter cloning this repository, perform the following steps to run the example application:\n\n```sh\n# install\nyarn install\ncd ios \u0026\u0026 pod install \u0026\u0026 cd .. # CocoaPods on iOS needs this extra step\n# run\nnpx react-native run-ios\n# or\nnpx react-native run-android\n```\n\n## Unlock the SDK\n\nPhotoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the image preview and any exported images.\nIn order to remove the watermark and to use PhotoEditor SDK within your app **you'll need to [request a license](https://img.ly/pricing?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo) for each platform and load the license file(s)** in your [`App.js`](./App.js#L30-L36) with the following single line of code that automatically resolves multiple license files via [platform-specific file extensions](https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions):\n\n```js\nPESDK.unlockWithLicense(require('./pesdk_license'));\n```\n\n## PhotoEditor SDK for iOS \u0026 Android\n\nThe React Native module for PhotoEditor SDK includes a rich set of most commonly used [configuration and customization options](https://github.com/imgly/pesdk-react-native/blob/master/configuration.ts) of PhotoEditor SDK for iOS and Android. The native frameworks provide **fully customizable** photo editors. Please refer to [our documentation](https://img.ly/docs/pesdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo) for more details.\n\nNative customization for iOS is demonstrated in the [`AppDelegate`](./ios/PESDKExample/AppDelegate.m#L36-L47) of the example application.\n\n## License Terms\n\nMake sure you have a [commercial license](https://img.ly/pricing?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo) for PhotoEditor SDK before releasing your app.\nA commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.\n\n## Support and License\n\nUse our [service desk](https://support.img.ly) for bug reports or support requests. To request a commercial license, please use the [license request form](https://img.ly/pricing?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=PESDK\u0026utm_content=React-Native-Demo) on our website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgly%2Fpesdk-react-native-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimgly%2Fpesdk-react-native-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgly%2Fpesdk-react-native-demo/lists"}