{"id":17957535,"url":"https://github.com/itinance/rn-buildtools","last_synced_at":"2025-04-03T17:32:16.503Z","repository":{"id":66335555,"uuid":"97830599","full_name":"itinance/rn-buildtools","owner":"itinance","description":"a collection of our inhouse buildtools for react-native","archived":false,"fork":false,"pushed_at":"2017-07-20T12:12:40.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T06:16:05.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/itinance.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-20T12:02:27.000Z","updated_at":"2021-04-09T08:02:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"4621c336-b8fe-4a05-8437-7e6c1f0fa6bf","html_url":"https://github.com/itinance/rn-buildtools","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/itinance%2Frn-buildtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinance%2Frn-buildtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinance%2Frn-buildtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itinance%2Frn-buildtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itinance","download_url":"https://codeload.github.com/itinance/rn-buildtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247046700,"owners_count":20874705,"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-10-29T10:55:31.654Z","updated_at":"2025-04-03T17:32:16.475Z","avatar_url":"https://github.com/itinance.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rn-buildtools\na collection of our inhouse buildtools for react-native\n\n## extractPackages.js\n\nthis script extracts all dependencies from package.json into a simple text file.\n\nSimple run this script into your RN-project-rootfolder:\n\n```shell\n$\u003e node extractPackages.js\n```\n\n## add.php\n\nInstallation: copy this file under /usr/local/bin and give it executable permissions:\n\nchmod u+x /usr/local/bin/add.php\n\nThis script does the following:\n\n- installing the library if not already existing under node_modules\n- linking with `react-native link $dep` if it contains native code\n- rebuilding the whole android-application\n\nExample:\n\n```shell\nadd.php react-native-fs\n```\n\nIt can also work with a text-file that contains a list of all dependencies line by line.\n\n## Rebuild your app and checkout if libraries could be build for android:\n\n```shell\nnode extractPackages.js \u003e /tmp/deps\nadd.php /tmp/deps\n```\n\nThis will iterate over every dependency and will build your application with gadle.\nIf a library makes trouble it will stop. This way you can identify problematic libraries.\n\n## Copyright\n\n(C) 2017 Hagen Hübel / ITinance GmbH\nUse at your own risk.\n\nPull requests are welcome.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitinance%2Frn-buildtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitinance%2Frn-buildtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitinance%2Frn-buildtools/lists"}