Skip to content

Commit

Permalink
Add multiple version support
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnelson authored Oct 6, 2016
1 parent 0328211 commit b176bd9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A standardized table to be added to the beginning of React Native module README

##Example

| Latest Release | React Native Support | Android Support | iOS Support |
| Release | React Native Support | Android Support | iOS Support |
|---|---|---|---|
| 0.0.1 | 0.34.1 | 7.1 | 10.0.2 |
*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*
Expand All @@ -22,7 +22,7 @@ Add before your first H1 header. This allows for developers to see whether or no
###Markdown
Copy this Markdown and add it to the beginning of your README file before the first header.
```
| Latest Release | React Native Support | Android Support | iOS Support |
| Release | React Native Support | Android Support | iOS Support |
|---|---|---|---|
| 0.0.1 | 0.34.1 | 7.1 | 10.0.2 |
*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*
Expand All @@ -33,9 +33,20 @@ Use "NONE" in place of version number.

Example:

| Latest Release | React Native Support | Android Support | iOS Support |
| Release | React Native Support | Android Support | iOS Support |
|---|---|---|---|
| 0.0.1 | 0.34.1 | NONE | 10.0.2 |
*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*

###Multiple Versions
Add multiple rows to show versions successfully tested on multiple platform versions.

Example:

| Release | React Native Support | Android Support | iOS Support |
|---|---|---|---|
| 1.0.0 | 0.34.1 | 7.1 | 10.0.2 |
| 0.9.2 | 0.33.0 | 7.1 | 10.0.2 |
*Complies with [react-native-version-support-table](https://github.com/dangnelson/react-native-version-support-table)*

##Modules Currently Supporting This Standard

0 comments on commit b176bd9

Please sign in to comment.