From da244bd9585219b479ec5341a6cd3c2397bc8e91 Mon Sep 17 00:00:00 2001 From: Salakar Date: Wed, 13 May 2020 01:29:44 +0100 Subject: [PATCH] docs: remove template --- docs/index.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4b126198..9c4222c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,18 +17,7 @@ If you do not meet these prerequisites, follow the links below: ## Installation Installing React Native Firebase requires a few steps; installing the NPM module, adding the Firebase config files & -rebuilding your apps. - -### Template (optional) - -If you're starting a fresh React Native project, you can take advantage of the template for React Native -Firebase: - -```bash -npx react-native init --template @react-native-firebase/template MyAwesomeApp -``` - -You can now skip to Step 2 (Android Setup). +rebuilding your application. ### 1. Install via NPM