[docs] Update how version table is structured

This commit is contained in:
Chris Bianca 2017-10-03 16:21:18 +01:00
parent fc0c57257b
commit 44b72f0ef6
2 changed files with 14 additions and 22 deletions

View File

@ -5,6 +5,7 @@
[![Package Quality](http://npm.packagequality.com/shield/react-native-firebase.svg?style=flat-square)](http://packagequality.com/#?package=react-native-firebase)
[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square)](https://discord.gg/t6bdqMs)
[![Donate](https://img.shields.io/badge/Donate-Patreon-green.svg?style=flat-square)](https://www.patreon.com/invertase)
[![Twitter Follow](https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow)](https://twitter.com/RNFirebase)
**RNFirebase** makes using [Firebase](http://firebase.com) with React Native simple.
@ -69,18 +70,13 @@ All in all, RNFirebase provides much faster performance (~2x) over the web SDK a
---
### Supported versions - React Native / Firebase
> The table below shows the supported version of `react-native-firebase` for different React Native versions
> The table below shows the supported versions of React Native and the Firebase SDKs for different versions of `react-native-firebase`
| | v0.36 - v0.39 | v0.40 - v0.46 | v0.47 +
| ------------------------------- | :---: | :---: | :---: |
| react-native-firebase | 1.X.X | 2.X.X | 2.1.X |
> The table below shows the minimum supported versions of the Firebase SDKs for each version of `react-native-firebase`
| | v1 | v2 | v3 |
| ---------------------- | :---: | :---: | :---: |
| Firebase Android SDK | 10.2.0+ | 11.0.0 + | 11.2.0 + |
| Firebase iOS SDK | 3.15.0+ | 4.0.0 + | 4.0.0 + |
| | 1.X.X | 2.0.X | 2.1.X | 3.0.X |
|------------------------|-------------|-------------|----------|----------|
| React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + |
| Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.3.0 + |
| Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.2.0 + |
---

View File

@ -11,6 +11,7 @@
[![License](https://img.shields.io/npm/l/react-native-firebase.svg?style=flat-square)](/LICENSE)
[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square)](https://discord.gg/t6bdqMs)
[![Donate](https://img.shields.io/badge/Donate-Patreon-green.svg?style=flat-square)](https://www.patreon.com/invertase)
[![Twitter Follow](https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow)](https://twitter.com/RNFirebase)
</div>
---
@ -58,15 +59,10 @@ All in all, RNFirebase provides much faster performance (~2x) over the web SDK a
---
### Supported versions - React Native / Firebase
> The table below shows the supported version of `react-native-firebase` for different React Native versions
> The table below shows the supported versions of React Native and the Firebase SDKs for different versions of `react-native-firebase`
| | v0.36 - v0.39 | v0.40 - v0.46 | v0.47 +
| ------------------------------- | :---: | :---: | :---: |
| react-native-firebase | 1.X.X | 2.X.X | 2.1.X |
> The table below shows the minimum supported versions of the Firebase SDKs for each version of `react-native-firebase`
| | v1 | v2 | v3 |
| ---------------------- | :---: | :---: | :---: |
| Firebase Android SDK | 10.2.0+ | 11.0.0 + | 11.2.0 + |
| Firebase iOS SDK | 3.15.0+ | 4.0.0 + | 4.0.0 + |
| | 1.X.X | 2.0.X | 2.1.X | 3.0.X |
|------------------------|-------------|-------------|----------|----------|
| React Native | 0.36 - 0.39 | 0.40 - 0.46 | 0.47 + | 0.48 + |
| Firebase Android SDK | 10.2.0 + | 11.0.0 + | 11.0.0 + | 11.3.0 + |
| Firebase iOS SDK | 3.15.0 + | 4.0.0 + | 4.0.0 + | 4.2.0 + |