'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.10/view/index.html b/docs/0.10/view/index.html
index e70287db8de..d2a75d5a440 100644
--- a/docs/0.10/view/index.html
+++ b/docs/0.10/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.10/viewpagerandroid.html b/docs/0.10/viewpagerandroid.html
index 93b82a70718..1cd5012e28c 100644
--- a/docs/0.10/viewpagerandroid.html
+++ b/docs/0.10/viewpagerandroid.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.10/viewpagerandroid/index.html b/docs/0.10/viewpagerandroid/index.html
index 93b82a70718..1cd5012e28c 100644
--- a/docs/0.10/viewpagerandroid/index.html
+++ b/docs/0.10/viewpagerandroid/index.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.11/drawerlayoutandroid.html b/docs/0.11/drawerlayoutandroid.html
index 1bba4c95808..fb32d0be0cb 100644
--- a/docs/0.11/drawerlayoutandroid.html
+++ b/docs/0.11/drawerlayoutandroid.html
@@ -189,8 +189,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.11/drawerlayoutandroid/index.html b/docs/0.11/drawerlayoutandroid/index.html
index 1bba4c95808..fb32d0be0cb 100644
--- a/docs/0.11/drawerlayoutandroid/index.html
+++ b/docs/0.11/drawerlayoutandroid/index.html
@@ -189,8 +189,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.11/navigatorios.html b/docs/0.11/navigatorios.html
index 6a2f8e42134..a3a3c218fd2 100644
--- a/docs/0.11/navigatorios.html
+++ b/docs/0.11/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.11/navigatorios/index.html b/docs/0.11/navigatorios/index.html
index 6a2f8e42134..a3a3c218fd2 100644
--- a/docs/0.11/navigatorios/index.html
+++ b/docs/0.11/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.11/view.html b/docs/0.11/view.html
index fc9e667d340..0edf4bc8c6b 100644
--- a/docs/0.11/view.html
+++ b/docs/0.11/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.11/view/index.html b/docs/0.11/view/index.html
index fc9e667d340..0edf4bc8c6b 100644
--- a/docs/0.11/view/index.html
+++ b/docs/0.11/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.11/viewpagerandroid.html b/docs/0.11/viewpagerandroid.html
index 8b708de4dc4..a69a4489390 100644
--- a/docs/0.11/viewpagerandroid.html
+++ b/docs/0.11/viewpagerandroid.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.11/viewpagerandroid/index.html b/docs/0.11/viewpagerandroid/index.html
index 8b708de4dc4..a69a4489390 100644
--- a/docs/0.11/viewpagerandroid/index.html
+++ b/docs/0.11/viewpagerandroid/index.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.12/drawerlayoutandroid.html b/docs/0.12/drawerlayoutandroid.html
index 700e2988569..57224b8cf22 100644
--- a/docs/0.12/drawerlayoutandroid.html
+++ b/docs/0.12/drawerlayoutandroid.html
@@ -189,8 +189,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.12/drawerlayoutandroid/index.html b/docs/0.12/drawerlayoutandroid/index.html
index 700e2988569..57224b8cf22 100644
--- a/docs/0.12/drawerlayoutandroid/index.html
+++ b/docs/0.12/drawerlayoutandroid/index.html
@@ -189,8 +189,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.12/navigatorios.html b/docs/0.12/navigatorios.html
index a4a9695b885..f9fc5e3b252 100644
--- a/docs/0.12/navigatorios.html
+++ b/docs/0.12/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.12/navigatorios/index.html b/docs/0.12/navigatorios/index.html
index a4a9695b885..f9fc5e3b252 100644
--- a/docs/0.12/navigatorios/index.html
+++ b/docs/0.12/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.12/view.html b/docs/0.12/view.html
index dbfeed2fce8..adb438776bc 100644
--- a/docs/0.12/view.html
+++ b/docs/0.12/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.12/view/index.html b/docs/0.12/view/index.html
index dbfeed2fce8..adb438776bc 100644
--- a/docs/0.12/view/index.html
+++ b/docs/0.12/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.12/viewpagerandroid.html b/docs/0.12/viewpagerandroid.html
index a1103f58646..908a1a60e15 100644
--- a/docs/0.12/viewpagerandroid.html
+++ b/docs/0.12/viewpagerandroid.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.12/viewpagerandroid/index.html b/docs/0.12/viewpagerandroid/index.html
index a1103f58646..908a1a60e15 100644
--- a/docs/0.12/viewpagerandroid/index.html
+++ b/docs/0.12/viewpagerandroid/index.html
@@ -108,7 +108,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.13/drawerlayoutandroid.html b/docs/0.13/drawerlayoutandroid.html
index e7777b3c5a9..e2d4541c181 100644
--- a/docs/0.13/drawerlayoutandroid.html
+++ b/docs/0.13/drawerlayoutandroid.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.13/drawerlayoutandroid/index.html b/docs/0.13/drawerlayoutandroid/index.html
index e7777b3c5a9..e2d4541c181 100644
--- a/docs/0.13/drawerlayoutandroid/index.html
+++ b/docs/0.13/drawerlayoutandroid/index.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.13/navigatorios.html b/docs/0.13/navigatorios.html
index b68cad56a19..c7736b0e283 100644
--- a/docs/0.13/navigatorios.html
+++ b/docs/0.13/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.13/navigatorios/index.html b/docs/0.13/navigatorios/index.html
index b68cad56a19..c7736b0e283 100644
--- a/docs/0.13/navigatorios/index.html
+++ b/docs/0.13/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.13/view.html b/docs/0.13/view.html
index 348da642e4f..1e295bba2eb 100644
--- a/docs/0.13/view.html
+++ b/docs/0.13/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.13/view/index.html b/docs/0.13/view/index.html
index 348da642e4f..1e295bba2eb 100644
--- a/docs/0.13/view/index.html
+++ b/docs/0.13/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.14/drawerlayoutandroid.html b/docs/0.14/drawerlayoutandroid.html
index 232ee61eab2..566d5051be9 100644
--- a/docs/0.14/drawerlayoutandroid.html
+++ b/docs/0.14/drawerlayoutandroid.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.14/drawerlayoutandroid/index.html b/docs/0.14/drawerlayoutandroid/index.html
index 232ee61eab2..566d5051be9 100644
--- a/docs/0.14/drawerlayoutandroid/index.html
+++ b/docs/0.14/drawerlayoutandroid/index.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.14/navigatorios.html b/docs/0.14/navigatorios.html
index c568011d869..2d61c24acfa 100644
--- a/docs/0.14/navigatorios.html
+++ b/docs/0.14/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.14/navigatorios/index.html b/docs/0.14/navigatorios/index.html
index c568011d869..2d61c24acfa 100644
--- a/docs/0.14/navigatorios/index.html
+++ b/docs/0.14/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.14/view.html b/docs/0.14/view.html
index ab28fbad0d2..4ea00dc678d 100644
--- a/docs/0.14/view.html
+++ b/docs/0.14/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.14/view/index.html b/docs/0.14/view/index.html
index ab28fbad0d2..4ea00dc678d 100644
--- a/docs/0.14/view/index.html
+++ b/docs/0.14/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.15/drawerlayoutandroid.html b/docs/0.15/drawerlayoutandroid.html
index ab7701a97d0..a0c911b14b5 100644
--- a/docs/0.15/drawerlayoutandroid.html
+++ b/docs/0.15/drawerlayoutandroid.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.15/drawerlayoutandroid/index.html b/docs/0.15/drawerlayoutandroid/index.html
index ab7701a97d0..a0c911b14b5 100644
--- a/docs/0.15/drawerlayoutandroid/index.html
+++ b/docs/0.15/drawerlayoutandroid/index.html
@@ -193,8 +193,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.15/navigatorios.html b/docs/0.15/navigatorios.html
index 8022e276f46..29649801c4d 100644
--- a/docs/0.15/navigatorios.html
+++ b/docs/0.15/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.15/navigatorios/index.html b/docs/0.15/navigatorios/index.html
index 8022e276f46..29649801c4d 100644
--- a/docs/0.15/navigatorios/index.html
+++ b/docs/0.15/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.15/view.html b/docs/0.15/view.html
index e54d2cd9548..74e96699966 100644
--- a/docs/0.15/view.html
+++ b/docs/0.15/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.15/view/index.html b/docs/0.15/view/index.html
index e54d2cd9548..74e96699966 100644
--- a/docs/0.15/view/index.html
+++ b/docs/0.15/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.16/drawerlayoutandroid.html b/docs/0.16/drawerlayoutandroid.html
index 1624d021b0a..543daa74dc7 100644
--- a/docs/0.16/drawerlayoutandroid.html
+++ b/docs/0.16/drawerlayoutandroid.html
@@ -196,8 +196,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.16/drawerlayoutandroid/index.html b/docs/0.16/drawerlayoutandroid/index.html
index 1624d021b0a..543daa74dc7 100644
--- a/docs/0.16/drawerlayoutandroid/index.html
+++ b/docs/0.16/drawerlayoutandroid/index.html
@@ -196,8 +196,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.16/navigatorios.html b/docs/0.16/navigatorios.html
index c586b21f036..b7370568cdc 100644
--- a/docs/0.16/navigatorios.html
+++ b/docs/0.16/navigatorios.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.16/navigatorios/index.html b/docs/0.16/navigatorios/index.html
index c586b21f036..b7370568cdc 100644
--- a/docs/0.16/navigatorios/index.html
+++ b/docs/0.16/navigatorios/index.html
@@ -83,7 +83,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.16/view.html b/docs/0.16/view.html
index f22da238bc2..a1f6efd1981 100644
--- a/docs/0.16/view.html
+++ b/docs/0.16/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.16/view/index.html b/docs/0.16/view/index.html
index f22da238bc2..a1f6efd1981 100644
--- a/docs/0.16/view/index.html
+++ b/docs/0.16/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.17/drawerlayoutandroid.html b/docs/0.17/drawerlayoutandroid.html
index de97b263884..be25e0317a1 100644
--- a/docs/0.17/drawerlayoutandroid.html
+++ b/docs/0.17/drawerlayoutandroid.html
@@ -196,8 +196,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.17/drawerlayoutandroid/index.html b/docs/0.17/drawerlayoutandroid/index.html
index de97b263884..be25e0317a1 100644
--- a/docs/0.17/drawerlayoutandroid/index.html
+++ b/docs/0.17/drawerlayoutandroid/index.html
@@ -196,8 +196,8 @@
Function called when the drawer state has changed. The drawer can be in 3 states:
idle, meaning there is no interaction with the navigation view happening at the time
-dragging, meaning there is currently an interation with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+dragging, meaning there is currently an interaction with the navigation view
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.17/navigatorios.html b/docs/0.17/navigatorios.html
index 3953b35b3d3..f63b0cc5ea1 100644
--- a/docs/0.17/navigatorios.html
+++ b/docs/0.17/navigatorios.html
@@ -87,7 +87,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.17/navigatorios/index.html b/docs/0.17/navigatorios/index.html
index 3953b35b3d3..f63b0cc5ea1 100644
--- a/docs/0.17/navigatorios/index.html
+++ b/docs/0.17/navigatorios/index.html
@@ -87,7 +87,7 @@
);
},
-Now MyView will be rendered by the navigator. It will recieve the route object in the route prop, a navigator, and all of the props specified in passProps.
+Now MyView will be rendered by the navigator. It will receive the route object in the route prop, a navigator, and all of the props specified in passProps.
See the initialRoute propType for a complete definition of a route.
Navigator
A navigator is an object of navigation functions that a view can call. It is passed as a prop to any component rendered by NavigatorIOS.
diff --git a/docs/0.17/view.html b/docs/0.17/view.html
index a585ca32ffa..ec8935612ee 100644
--- a/docs/0.17/view.html
+++ b/docs/0.17/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.17/view/index.html b/docs/0.17/view/index.html
index a585ca32ffa..ec8935612ee 100644
--- a/docs/0.17/view/index.html
+++ b/docs/0.17/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.18/drawerlayoutandroid.html b/docs/0.18/drawerlayoutandroid.html
index 453c0101dff..76d6dfc9dcb 100644
--- a/docs/0.18/drawerlayoutandroid.html
+++ b/docs/0.18/drawerlayoutandroid.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.18/drawerlayoutandroid/index.html b/docs/0.18/drawerlayoutandroid/index.html
index 453c0101dff..76d6dfc9dcb 100644
--- a/docs/0.18/drawerlayoutandroid/index.html
+++ b/docs/0.18/drawerlayoutandroid/index.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.18/view.html b/docs/0.18/view.html
index 2985c324c20..18b32b2ede4 100644
--- a/docs/0.18/view.html
+++ b/docs/0.18/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.18/view/index.html b/docs/0.18/view/index.html
index 2985c324c20..18b32b2ede4 100644
--- a/docs/0.18/view/index.html
+++ b/docs/0.18/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.19/drawerlayoutandroid.html b/docs/0.19/drawerlayoutandroid.html
index 1730ce80ff0..ad3503a18db 100644
--- a/docs/0.19/drawerlayoutandroid.html
+++ b/docs/0.19/drawerlayoutandroid.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.19/drawerlayoutandroid/index.html b/docs/0.19/drawerlayoutandroid/index.html
index 1730ce80ff0..ad3503a18db 100644
--- a/docs/0.19/drawerlayoutandroid/index.html
+++ b/docs/0.19/drawerlayoutandroid/index.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.19/view.html b/docs/0.19/view.html
index d4d72e37366..4a27eacbe99 100644
--- a/docs/0.19/view.html
+++ b/docs/0.19/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.19/view/index.html b/docs/0.19/view/index.html
index d4d72e37366..4a27eacbe99 100644
--- a/docs/0.19/view/index.html
+++ b/docs/0.19/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.20/drawerlayoutandroid.html b/docs/0.20/drawerlayoutandroid.html
index 3541bf0c5d0..c8ae1c08244 100644
--- a/docs/0.20/drawerlayoutandroid.html
+++ b/docs/0.20/drawerlayoutandroid.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.20/drawerlayoutandroid/index.html b/docs/0.20/drawerlayoutandroid/index.html
index 3541bf0c5d0..c8ae1c08244 100644
--- a/docs/0.20/drawerlayoutandroid/index.html
+++ b/docs/0.20/drawerlayoutandroid/index.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.20/view.html b/docs/0.20/view.html
index a328376033c..720fbd9aab4 100644
--- a/docs/0.20/view.html
+++ b/docs/0.20/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.20/view/index.html b/docs/0.20/view/index.html
index a328376033c..720fbd9aab4 100644
--- a/docs/0.20/view/index.html
+++ b/docs/0.20/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.20/viewpagerandroid.html b/docs/0.20/viewpagerandroid.html
index ff22a12e4c0..3afa382f326 100644
--- a/docs/0.20/viewpagerandroid.html
+++ b/docs/0.20/viewpagerandroid.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.20/viewpagerandroid/index.html b/docs/0.20/viewpagerandroid/index.html
index ff22a12e4c0..3afa382f326 100644
--- a/docs/0.20/viewpagerandroid/index.html
+++ b/docs/0.20/viewpagerandroid/index.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.21/drawerlayoutandroid.html b/docs/0.21/drawerlayoutandroid.html
index 91865d912c5..91f825373b7 100644
--- a/docs/0.21/drawerlayoutandroid.html
+++ b/docs/0.21/drawerlayoutandroid.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.21/drawerlayoutandroid/index.html b/docs/0.21/drawerlayoutandroid/index.html
index 91865d912c5..91f825373b7 100644
--- a/docs/0.21/drawerlayoutandroid/index.html
+++ b/docs/0.21/drawerlayoutandroid/index.html
@@ -197,7 +197,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.21/view.html b/docs/0.21/view.html
index e40b8ca025c..1b30ebc1681 100644
--- a/docs/0.21/view.html
+++ b/docs/0.21/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.21/view/index.html b/docs/0.21/view/index.html
index e40b8ca025c..1b30ebc1681 100644
--- a/docs/0.21/view/index.html
+++ b/docs/0.21/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.21/viewpagerandroid.html b/docs/0.21/viewpagerandroid.html
index a61e4c37fa7..75137b218d3 100644
--- a/docs/0.21/viewpagerandroid.html
+++ b/docs/0.21/viewpagerandroid.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.21/viewpagerandroid/index.html b/docs/0.21/viewpagerandroid/index.html
index a61e4c37fa7..75137b218d3 100644
--- a/docs/0.21/viewpagerandroid/index.html
+++ b/docs/0.21/viewpagerandroid/index.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.22/drawerlayoutandroid.html b/docs/0.22/drawerlayoutandroid.html
index 6dcaed172d9..22c0589196f 100644
--- a/docs/0.22/drawerlayoutandroid.html
+++ b/docs/0.22/drawerlayoutandroid.html
@@ -214,7 +214,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.22/drawerlayoutandroid/index.html b/docs/0.22/drawerlayoutandroid/index.html
index 6dcaed172d9..22c0589196f 100644
--- a/docs/0.22/drawerlayoutandroid/index.html
+++ b/docs/0.22/drawerlayoutandroid/index.html
@@ -214,7 +214,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.22/view.html b/docs/0.22/view.html
index 4a08113f973..ec586929922 100644
--- a/docs/0.22/view.html
+++ b/docs/0.22/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.22/view/index.html b/docs/0.22/view/index.html
index 4a08113f973..ec586929922 100644
--- a/docs/0.22/view/index.html
+++ b/docs/0.22/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.22/viewpagerandroid.html b/docs/0.22/viewpagerandroid.html
index a72e8df44dd..7644af0e454 100644
--- a/docs/0.22/viewpagerandroid.html
+++ b/docs/0.22/viewpagerandroid.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.22/viewpagerandroid/index.html b/docs/0.22/viewpagerandroid/index.html
index a72e8df44dd..7644af0e454 100644
--- a/docs/0.22/viewpagerandroid/index.html
+++ b/docs/0.22/viewpagerandroid/index.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.23/drawerlayoutandroid.html b/docs/0.23/drawerlayoutandroid.html
index 46135c448f7..60a79c5efcf 100644
--- a/docs/0.23/drawerlayoutandroid.html
+++ b/docs/0.23/drawerlayoutandroid.html
@@ -214,7 +214,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.23/drawerlayoutandroid/index.html b/docs/0.23/drawerlayoutandroid/index.html
index 46135c448f7..60a79c5efcf 100644
--- a/docs/0.23/drawerlayoutandroid/index.html
+++ b/docs/0.23/drawerlayoutandroid/index.html
@@ -214,7 +214,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.23/view.html b/docs/0.23/view.html
index ae9b61ec155..c30750d6810 100644
--- a/docs/0.23/view.html
+++ b/docs/0.23/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.23/view/index.html b/docs/0.23/view/index.html
index ae9b61ec155..c30750d6810 100644
--- a/docs/0.23/view/index.html
+++ b/docs/0.23/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.23/viewpagerandroid.html b/docs/0.23/viewpagerandroid.html
index 7384afde4e1..f61318412e6 100644
--- a/docs/0.23/viewpagerandroid.html
+++ b/docs/0.23/viewpagerandroid.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.23/viewpagerandroid/index.html b/docs/0.23/viewpagerandroid/index.html
index 7384afde4e1..f61318412e6 100644
--- a/docs/0.23/viewpagerandroid/index.html
+++ b/docs/0.23/viewpagerandroid/index.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.24/drawerlayoutandroid.html b/docs/0.24/drawerlayoutandroid.html
index 065739d93de..ec96a03019b 100644
--- a/docs/0.24/drawerlayoutandroid.html
+++ b/docs/0.24/drawerlayoutandroid.html
@@ -215,7 +215,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.24/drawerlayoutandroid/index.html b/docs/0.24/drawerlayoutandroid/index.html
index 065739d93de..ec96a03019b 100644
--- a/docs/0.24/drawerlayoutandroid/index.html
+++ b/docs/0.24/drawerlayoutandroid/index.html
@@ -215,7 +215,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.24/view.html b/docs/0.24/view.html
index a4413385aff..388b835aef6 100644
--- a/docs/0.24/view.html
+++ b/docs/0.24/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.24/view/index.html b/docs/0.24/view/index.html
index a4413385aff..388b835aef6 100644
--- a/docs/0.24/view/index.html
+++ b/docs/0.24/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.24/viewpagerandroid.html b/docs/0.24/viewpagerandroid.html
index e23eff84c52..faece9251e3 100644
--- a/docs/0.24/viewpagerandroid.html
+++ b/docs/0.24/viewpagerandroid.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.24/viewpagerandroid/index.html b/docs/0.24/viewpagerandroid/index.html
index e23eff84c52..faece9251e3 100644
--- a/docs/0.24/viewpagerandroid/index.html
+++ b/docs/0.24/viewpagerandroid/index.html
@@ -165,7 +165,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.25/drawerlayoutandroid.html b/docs/0.25/drawerlayoutandroid.html
index 35d3f8cdffb..844d80cc5bc 100644
--- a/docs/0.25/drawerlayoutandroid.html
+++ b/docs/0.25/drawerlayoutandroid.html
@@ -216,7 +216,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.25/drawerlayoutandroid/index.html b/docs/0.25/drawerlayoutandroid/index.html
index 35d3f8cdffb..844d80cc5bc 100644
--- a/docs/0.25/drawerlayoutandroid/index.html
+++ b/docs/0.25/drawerlayoutandroid/index.html
@@ -216,7 +216,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.25/view.html b/docs/0.25/view.html
index f5cdad5bb22..d001acc29e8 100644
--- a/docs/0.25/view.html
+++ b/docs/0.25/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.25/view/index.html b/docs/0.25/view/index.html
index f5cdad5bb22..d001acc29e8 100644
--- a/docs/0.25/view/index.html
+++ b/docs/0.25/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.25/viewpagerandroid.html b/docs/0.25/viewpagerandroid.html
index 0f6307b6c92..b61554b1b84 100644
--- a/docs/0.25/viewpagerandroid.html
+++ b/docs/0.25/viewpagerandroid.html
@@ -166,7 +166,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.25/viewpagerandroid/index.html b/docs/0.25/viewpagerandroid/index.html
index 0f6307b6c92..b61554b1b84 100644
--- a/docs/0.25/viewpagerandroid/index.html
+++ b/docs/0.25/viewpagerandroid/index.html
@@ -166,7 +166,7 @@ var styles = {
idle, meaning there is no interaction with the page scroller happening at the time
dragging, meaning there is currently an interaction with the page scroller
-settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the page scroller, and the page scroller is now finishing its closing or opening animation
diff --git a/docs/0.26/drawerlayoutandroid.html b/docs/0.26/drawerlayoutandroid.html
index 12f6d8956e6..1f582fcd2c9 100644
--- a/docs/0.26/drawerlayoutandroid.html
+++ b/docs/0.26/drawerlayoutandroid.html
@@ -216,7 +216,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.26/drawerlayoutandroid/index.html b/docs/0.26/drawerlayoutandroid/index.html
index 12f6d8956e6..1f582fcd2c9 100644
--- a/docs/0.26/drawerlayoutandroid/index.html
+++ b/docs/0.26/drawerlayoutandroid/index.html
@@ -216,7 +216,7 @@
idle, meaning there is no interaction with the navigation view happening at the time
dragging, meaning there is currently an interaction with the navigation view
-settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing it's closing or opening animation
+settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
diff --git a/docs/0.26/view.html b/docs/0.26/view.html
index 7635e4f820d..218362245ee 100644
--- a/docs/0.26/view.html
+++ b/docs/0.26/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.26/view/index.html b/docs/0.26/view/index.html
index 7635e4f820d..218362245ee 100644
--- a/docs/0.26/view/index.html
+++ b/docs/0.26/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.27/view.html b/docs/0.27/view.html
index 83426bb3425..d8edf2ade3c 100644
--- a/docs/0.27/view.html
+++ b/docs/0.27/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.27/view/index.html b/docs/0.27/view/index.html
index 83426bb3425..d8edf2ade3c 100644
--- a/docs/0.27/view/index.html
+++ b/docs/0.27/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.28/view.html b/docs/0.28/view.html
index 3f7609a02a5..16563c45911 100644
--- a/docs/0.28/view.html
+++ b/docs/0.28/view.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.28/view/index.html b/docs/0.28/view/index.html
index 3f7609a02a5..16563c45911 100644
--- a/docs/0.28/view/index.html
+++ b/docs/0.28/view/index.html
@@ -303,7 +303,7 @@
'auto': The View can be the target of touch events.
'none': The View is never the target of touch events.
-'box-none': The View is never the target of touch events but it's subviews can be. It behaves like if the view had the following classes in CSS:
+'box-none': The View is never the target of touch events but its subviews can be. It behaves like if the view had the following classes in CSS:
.box-none {
pointer-events : none;
}
@@ -311,7 +311,7 @@
pointer-events : all;
}
-'box-only': The view can be the target of touch events but it's subviews cannot be. It behaves like if the view had the following classes in CSS:
+'box-only': The view can be the target of touch events but its subviews cannot be. It behaves like if the view had the following classes in CSS:
.box-only {
pointer-events : all;
}
diff --git a/docs/0.29/image.html b/docs/0.29/image.html
index c9e5160f9db..8935724bfbb 100644
--- a/docs/0.29/image.html
+++ b/docs/0.29/image.html
@@ -225,7 +225,7 @@ AppRegistry.registerComponent(