{"id":18348724,"url":"https://github.com/paraboly/react-native-photo-selection","last_synced_at":"2025-04-09T23:28:48.154Z","repository":{"id":97838622,"uuid":"318520489","full_name":"Paraboly/react-native-photo-selection","owner":"Paraboly","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-07T15:07:23.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T14:54:16.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paraboly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-04T13:11:15.000Z","updated_at":"2020-12-07T15:07:27.000Z","dependencies_parsed_at":"2023-03-13T16:08:41.290Z","dependency_job_id":null,"html_url":"https://github.com/Paraboly/react-native-photo-selection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-photo-selection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-photo-selection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-photo-selection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-native-photo-selection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paraboly","download_url":"https://codeload.github.com/Paraboly/react-native-photo-selection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248128706,"owners_count":21052446,"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":[],"created_at":"2024-11-05T21:18:57.163Z","updated_at":"2025-04-09T23:28:48.130Z","avatar_url":"https://github.com/Paraboly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Typescript Library Starter\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-starter)\n\n[![React Native Typescript Library Starter](https://img.shields.io/badge/-Extremely%20easy%20to%20create%20a%20React%20Native%20Component%20Library%20with%20both%20Stateful%20and%20Functional%20Component%20Examples-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-typescript-library-starter)\n\n[![npm version](https://img.shields.io/npm/v/react-native-typescript-library-starter.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-starter)\n[![npm](https://img.shields.io/npm/dt/react-native-typescript-library-starter.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-typescript-library-starter)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Typescript Library Starter\"\n        src=\"assets/Screenshots/typescript.jpg\" /\u003e\n\u003c/p\u003e\n\n## Library Usage\n\n- `npm i`\n- Delete example folder\n- Delete build folder\n- Make your own library into the `lib` folder\n- Change package.json\n- Change README for your own documentation\n- `npm run build`\n\n```\n\u003e react-native-typescript-library-starter@0.1.0 build /Users/kuray/Coursion/MyLibraries/ReactNative/react-native-typescript-library-starter\n\u003e cd lib \u0026\u0026 tsc \u0026\u0026 cp ../package.json ../build/dist/ \u0026\u0026 Echo Build completed!\n\nBuild completed!\n```\n\n- Test your build/dist into the new project\n- Finally, time to npm publish :)\n\n### Below part is for Documentation ! Remove above Library Usage\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i react-native-typescript-library-starter\n```\n\n## Peer Dependencies\n\n\u003ch5\u003e\u003ci\u003eIMPORTANT! You need install them\u003c/i\u003e\u003c/h5\u003e\n\n```js\n\"react\": \"\u003e= 16.x.x\",\n\"react-native\": \"\u003e= 0.55.x\",\n```\n\n# Usage\n\n## Import\n\n```jsx\nimport MyComponent from \"react-native-typescript-library-starter\";\n```\n\n## Fundamental Usage\n\n```jsx\n\u003cMyComponent /\u003e\n```\n\n## Example Project 😍\n\nYou can checkout the example project 🥰\n\nSimply run\n\n- `npm i`\n- `react-native run-ios/android`\n\nshould work of the example project.\n\n# Configuration - Props\n\n## Fundamentals\n\n| Property    |  Type  |  Default  | Description           |\n| ----------- | :----: | :-------: | --------------------- |\n| title       | string | undefined | change the title      |\n| description | string | undefined | change the descrition |\n\n## Customization (Optionals)\n\n| Property       |   Type    |  Default  | Description                                                            |\n| -------------- | :-------: | :-------: | ---------------------------------------------------------------------- |\n| enableButton   |  boolean  |   false   | let you enable the button (must use it for button)                     |\n| onPress        | function  | undefined | set your own logic for the button functionality when it is pressed     |\n| buttonText     |  string   | undefined | change the button's text                                               |\n| style          | ViewStyle |  default  | set or override the style object for the main container                |\n| buttonStyle    | ViewStyle |  default  | set or override the style object for the button style                  |\n| ImageComponent |   Image   |  default  | set your own component instead of default react-native Image component |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [ ] Write an article about the lib on Medium\n\n# Change Log\n\nChange log will be here !\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Typescript Library Starter is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-photo-selection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaboly%2Freact-native-photo-selection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-native-photo-selection/lists"}