Update index.md

This commit is contained in:
Elliot Hesp
2019-04-11 17:11:37 +01:00
committed by GitHub
parent 555ad5f97e
commit 6a9885e67d

View File

@@ -12,22 +12,11 @@ React Native Firebase supports integration with production and locally emulated
## Install
To get started, install the module on your platform:
To get started, install the module using Yarn:
<Grid columns="2">
<Block
title="Android"
to="/{{ version }}/functions/installation#android"
>
Follow the Android installation guide.
</Block>
<Block
title="iOS"
to="/{{ version }}/functions/installation#ios"
>
Follow the iOS installation guide.
</Block>
</Grid>
```
yarn add @react-native-firebase/functions
```
## Getting Started