{"id":19253713,"url":"https://github.com/imgly/vesdk-react-native-demo","last_synced_at":"2025-04-21T14:32:19.800Z","repository":{"id":38850654,"uuid":"219705292","full_name":"imgly/vesdk-react-native-demo","owner":"imgly","description":"React Native example for VideoEditor SDK","archived":false,"fork":false,"pushed_at":"2023-03-04T05:11:34.000Z","size":35118,"stargazers_count":19,"open_issues_count":12,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-01T13:51:15.057Z","etag":null,"topics":["android","editor","ios","library","react-native","video"],"latest_commit_sha":null,"homepage":"https://www.videoeditorsdk.com","language":"JavaScript","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":"2019-11-05T09:22:44.000Z","updated_at":"2025-03-14T04:36:51.000Z","dependencies_parsed_at":"2024-11-09T18:44:43.532Z","dependency_job_id":null,"html_url":"https://github.com/imgly/vesdk-react-native-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fvesdk-react-native-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fvesdk-react-native-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fvesdk-react-native-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgly%2Fvesdk-react-native-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imgly","download_url":"https://codeload.github.com/imgly/vesdk-react-native-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070319,"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","react-native","video"],"created_at":"2024-11-09T18:32:51.509Z","updated_at":"2025-04-21T14:32:14.788Z","avatar_url":"https://github.com/imgly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://img.ly/video-sdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\u0026utm_content=React-Native-Demo\"\u003e\n    \u003cimg src=\"https://img.ly/static/logos/VE.SDK_Logo.svg\" alt=\"VideoEditor 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-videoeditorsdk\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/react-native-videoeditorsdk.svg\" alt=\"NPM version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmjs.org/package/react-native-videoeditorsdk\"\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/VideoEditorSDK\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/twitter-@VideoEditorSDK-blue.svg?style=flat\" alt=\"Twitter\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# VideoEditor SDK React Native Example App\n\nThis project shows how to integrate [VideoEditor SDK](https://img.ly/video-sdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\u0026utm_content=React-Native-Demo) into a React Native application with the [React Native module for VideoEditor SDK](https://github.com/imgly/vesdk-react-native) which is available via NPM as [`react-native-videoeditorsdk`](https://www.npmjs.com/package/react-native-videoeditorsdk).\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\nVideoEditor SDK is a product of img.ly GmbH. Without unlocking, the SDK is fully functional but a watermark is added on top of the video preview and any exported videos.\nIn order to remove the watermark and to use VideoEditor SDK within your app **you'll need to [request a license](https://img.ly/pricing?product=vesdk\u0026?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\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\nVESDK.unlockWithLicense(require('./vesdk_license'));\n```\n\n## VideoEditor SDK for iOS \u0026 Android\n\nThe React Native module for VideoEditor SDK includes a rich set of most commonly used [configuration and customization options](https://github.com/imgly/vesdk-react-native/blob/master/configuration.ts) of VideoEditor SDK for iOS and Android. The native frameworks provide **fully customizable** video editors. Please refer to [our documentation](https://img.ly/docs/vesdk?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\u0026utm_content=React-Native-Demo) for more details.\n\nNative customization for iOS is demonstrated in the [`AppDelegate`](./ios/VESDKExample/AppDelegate.m#L36-L47) of the example application.\n\n## License Terms\n\nMake sure you have a [commercial license](https://img.ly/pricing?product=vesdk\u0026?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\u0026utm_content=React-Native-Demo) for VideoEditor 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](http://support.img.ly) for bug reports or support requests. To request a commercial license, please use the [license request form](https://img.ly/pricing?product=vesdk\u0026?utm_campaign=Projects\u0026utm_source=Github\u0026utm_medium=VESDK\u0026utm_content=React-Native-Demo) on our website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgly%2Fvesdk-react-native-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimgly%2Fvesdk-react-native-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgly%2Fvesdk-react-native-demo/lists"}