{"id":22684058,"url":"https://github.com/olofd/react-native-insta-photo-studio","last_synced_at":"2025-04-12T18:30:49.943Z","repository":{"id":57337717,"uuid":"70634065","full_name":"olofd/react-native-insta-photo-studio","owner":"olofd","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-18T18:20:58.000Z","size":44245,"stargazers_count":40,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T12:47:07.884Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olofd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-11T20:48:39.000Z","updated_at":"2020-03-29T20:17:15.000Z","dependencies_parsed_at":"2022-09-07T15:22:00.898Z","dependency_job_id":null,"html_url":"https://github.com/olofd/react-native-insta-photo-studio","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olofd%2Freact-native-insta-photo-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olofd%2Freact-native-insta-photo-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olofd%2Freact-native-insta-photo-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olofd%2Freact-native-insta-photo-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olofd","download_url":"https://codeload.github.com/olofd/react-native-insta-photo-studio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248236110,"owners_count":21069959,"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":["react-native"],"created_at":"2024-12-09T21:16:34.129Z","updated_at":"2025-04-12T18:30:49.919Z","avatar_url":"https://github.com/olofd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-insta-photo-studio\n\n`npm i react-native-insta-photo-studio --save`\n\nDemo 1: https://www.youtube.com/edit?video_id=w2MZMxMO0js\n\n~~~js\nimport React, { Component } from 'react';\nimport {\n  AppRegistry,\n  StyleSheet,\n  Text,\n  View\n} from 'react-native';\nimport ReactNativeInstaPhotoStudio from 'react-native-insta-photo-studio';\n\nexport default class HelloRN extends Component {\n  render() {\n    return (\n      \u003cReactNativeInstaPhotoStudio\u003e\u003c/ReactNativeInstaPhotoStudio\u003e\n    );\n  }\n}\n\nconst styles = StyleSheet.create({\n  container: {\n    flex: 1,\n    justifyContent: 'center',\n    alignItems: 'center',\n    backgroundColor: '#F5FCFF',\n  },\n  welcome: {\n    fontSize: 20,\n    textAlign: 'center',\n    margin: 10,\n  },\n  instructions: {\n    textAlign: 'center',\n    color: '#333333',\n    marginBottom: 5,\n  },\n});\n\nAppRegistry.registerComponent('HelloRN', () =\u003e HelloRN);\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folofd%2Freact-native-insta-photo-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folofd%2Freact-native-insta-photo-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folofd%2Freact-native-insta-photo-studio/lists"}