Skip to content
Vitor Emanuel Batista edited this page Sep 15, 2016 · 2 revisions

To contribute to open-source-react-native-apps, please edit contents.json instead of the README.

If this seems kind of aggravating, you can always open an issue.

Thanks 😄

TLDR

A new entry should update contents.json with this format:

{
            "title": "Name of the app",
            "category-ids": "Category id",
            "description": "What this app does",
            "source": "Link to source, usually GitHub",
            "screenshots": ["http://something.com/image.png"],
            "date_added": "Aug 6 2016",
            "suggested_by": "@github_username"
}

Feel free to cut and paste ✂️

New category

Please open an issue and contact @vitorebatista.

Delete app

To delete an app, add the value archive to the tags field (more info).

New app (adding a JSON entry)

title, category-ids, description, source, date_added, suggested_by and screenshots are required, the rest is optional.

{
  "title": "App name",
  "category-ids": ["github", "parse"],
  "description": "Describe what this app does",
  "source": "https://github.com/user/repo",
  "homepage": "https://awesome-url",
  "itunes": "https://itunes.apple.com/app/id1234567890",
  "googleplay": "https://play.google.com/store/apps/details?id=xxx.xxxx.xxx",
  "license": "mit",
  "lang": "zho",     
  "stars": 200,     
  "tags": ["swift"],
  "screenshots": ["http://a.com/image1.png", "http://a.com/image2.png"],
  "date_added": "Aug 6 2016",
  "suggested_by": "@github_username"
}
Clone this wiki locally