Skip to content

Commit

Permalink
Merge pull request #998 from infinitered/add-boilerplate-list
Browse files Browse the repository at this point in the history
Add boilerplate list
  • Loading branch information
robinheinze authored Apr 26, 2017
2 parents a9873f2 + 9c5dca5 commit 044aed9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
17 changes: 17 additions & 0 deletions BOILERPLATES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Listing of Boilerplates

## Maintained by IR

| Name | Description |
|------|-------------|
| [ignite-ir-next](https://github.com/infinitered/ignite-ir-next) | The latest and greatest of Infinite Red opinions |
| [ignite-ir-boilerplate-2016](https://github.com/infinitered/ignite-ir-boilerplate-2016) | InfiniteRed's 2016 tech stack |

## 3rd Party

| Name | Description | Author |
|------|-------------|--------|
| [ignite-native-base-boilerplate](https://github.com/infinitered/ignite-ir-next) | An ignite boilerplate with NativeBase screens | [NativeBase](https://github.com/GeekyAnts) |
| [ignite-jhipster](https://github.com/ruddell/ignite-jhipster) | A React Native boilerplate for JHipster apps. | [John Ruddell](https://github.com/ruddell) |
| [ignite-appclon-mobx](https://github.com/Appclon/ignite-appclon-mobx) | Appclon + Ignite Boilerplate | [Appclon](https://github.com/Appclon) |

18 changes: 9 additions & 9 deletions PLUGINS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Listing of Plugins

### Maintained by IR

name | supporting
-----|-----------
[animatable](https://github.com/infinitered/ignite-animatable) | [react-native-animatable](https://github.com/oblador/react-native-animatable)
[vector-icons](https://github.com/infinitered/ignite-vector-icons) | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
[i18n](https://github.com/infinitered/ignite-i18n) | [react-native-i18n](https://github.com/AlexanderZaytsev/react-native-i18n)
[maps](https://github.com/infinitered/ignite-maps) | [react-native-maps](https://github.com/airbnb/react-native-maps)

### 3rd Party
name | supporting | author
-----|------------|-------
Expand All @@ -13,12 +22,3 @@ name | supporting | author
[video](https://github.com/ryanlntn/ignite-video) | [react-native-video](https://github.com/react-native-community/react-native-video) | [Ryan Linton](https://github.com/ryanlntn)
[push-notification](https://github.com/ryanlntn/ignite-push-notification) | [react-native-push-notification](https://github.com/zo0r/react-native-push-notification) | [Ryan Linton](https://github.com/ryanlntn)
[radio-buttons](https://github.com/robinheinze/ignite-radio-buttons) | [react-native-radio-buttons](https://github.com/ArnaudRinquin/react-native-radio-buttons) | [Robin Heinze](https://github.com/robinheinze)

### Maintained by IR

name | supporting
-----|-----------
[animatable](https://github.com/infinitered/ignite-animatable) | [react-native-animatable](https://github.com/oblador/react-native-animatable)
[vector-icons](https://github.com/infinitered/ignite-vector-icons) | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
[i18n](https://github.com/infinitered/ignite-i18n) | [react-native-i18n](https://github.com/AlexanderZaytsev/react-native-i18n)
[maps](https://github.com/infinitered/ignite-maps) | [react-native-maps](https://github.com/airbnb/react-native-maps)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Looking for React Native's documentation? [Go here](http://facebook.github.io/re

Check out the list of [Plugins](./PLUGINS.md)

## :plate_with_cutlery: Boilerplates :plate_with_cutlery:

Check out the list of [Boilerplates](./BOILERPLATES.md)

## :poop: Troubleshooting :poop:

If you run into problems, first search the issues in this repository. If you don't find anything, you can either [file an issue](https://github.com/infinitered/ignite/issues) or come talk to our friendly developers in the Infinite Red Community Slack ([community.infinite.red](http://community.infinite.red)).
Expand Down

0 comments on commit 044aed9

Please sign in to comment.