From 4196496d5ac254abd5350824d72e12c226af348b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 20 Nov 2018 00:48:05 +0000 Subject: [PATCH] Deploy website Deploy website version based on 0ea710abee078e8beea68a6c2b44fc018d8acdbf --- docs/next/getting-started.html | 2 +- docs/next/getting-started/index.html | 2 +- docs/next/refreshcontrol.html | 4 +++- docs/next/refreshcontrol/index.html | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index 6576999209b..e3f2a4fd79a 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -128,7 +128,7 @@
expo init AwesomeProject
 
 cd AwesomeProject
-npm start
+npm start #you can also use: expo start
 

This will start a development server for you.

Running your React Native application

diff --git a/docs/next/getting-started/index.html b/docs/next/getting-started/index.html index 6576999209b..e3f2a4fd79a 100644 --- a/docs/next/getting-started/index.html +++ b/docs/next/getting-started/index.html @@ -128,7 +128,7 @@
expo init AwesomeProject
 
 cd AwesomeProject
-npm start
+npm start #you can also use: expo start
 

This will start a development server for you.

Running your React Native application

diff --git a/docs/next/refreshcontrol.html b/docs/next/refreshcontrol.html index 35994902531..1f7915e94eb 100644 --- a/docs/next/refreshcontrol.html +++ b/docs/next/refreshcontrol.html @@ -35,7 +35,9 @@ });
Edit

RefreshControl

This component is used inside a ScrollView or ListView to add pull to refresh functionality. When the ScrollView is at scrollY: 0, swiping down triggers an onRefresh event.

Usage example

-
class RefreshableList extends Component {
+
import { ScrollView, RefreshControl } from 'react-native';
+
+class RefreshableList extends Component {
   constructor(props) {
     super(props);
     this.state = {
diff --git a/docs/next/refreshcontrol/index.html b/docs/next/refreshcontrol/index.html
index 35994902531..1f7915e94eb 100644
--- a/docs/next/refreshcontrol/index.html
+++ b/docs/next/refreshcontrol/index.html
@@ -35,7 +35,9 @@
             });
         
Edit

RefreshControl

This component is used inside a ScrollView or ListView to add pull to refresh functionality. When the ScrollView is at scrollY: 0, swiping down triggers an onRefresh event.

Usage example

-
class RefreshableList extends Component {
+
import { ScrollView, RefreshControl } from 'react-native';
+
+class RefreshableList extends Component {
   constructor(props) {
     super(props);
     this.state = {