diff --git a/blog/2018/01/09/react-native-monthly-6.html b/blog/2018/01/09/react-native-monthly-6.html
index 7a85d739cd4..fb2df838eae 100644
--- a/blog/2018/01/09/react-native-monthly-6.html
+++ b/blog/2018/01/09/react-native-monthly-6.html
@@ -10,8 +10,7 @@
Congratulations to Devin Abbott and Houssein Djirdeh on their pre-release of the "Full Stack React Native" book! It walks you through learning React Native by building several small apps. You can try those apps out on https://www.fullstackreact.com/react-native/ before buying the book.
Released a first (experimental) version of reason-react-native-scripts to help people to easily try out ReasonML .
Expo SDK 24 is released ! It uses React Native 0.51 and includes a bunch of new features and improvements: bundling images in standalone apps (no need to cache on first load!), image manipulation API (crop, resize, rotate, flip), face detection API, new release channel features (set the active release for a given channel and rollback), web dashboard to track standalone app builds, and a fix longstanding bug with OpenGL Android implementation and the Android multi-tasker, just to name a few things.
-We are allocating more resources to React Navigation starting this January. We strongly believe that it is both possible and desirable to build React Native navigation with just React components and primitives like Animated and react-native-gesture-handler and we’re really excited about some of the improvements we have planned.
-If you're looking to contribute to the community, check out react-native-maps and react-native-svg , which could both use some help!
+We are allocating more resources to React Navigation starting this January. We strongly believe that it is both possible and desirable to build React Native navigation with just React components and primitives like Animated and react-native-gesture-handler and we’re really excited about some of the improvements we have planned. If you're looking to contribute to the community, check out react-native-maps and react-native-svg , which could both use some help!
Infinite Red
diff --git a/blog/atom.xml b/blog/atom.xml
index 98f1da27616..b5f73837119 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -33,7 +33,7 @@ Once the app is ready, the Twitter logo delightfully expands, revea]]>
### Expo
-- Congratulations to [Devin Abbott](https://github.com/dabbott) and [Houssein Djirdeh](https://twitter.com/]]>
+* Congratulations to [Devin Abbott](https://github.com/dabbott) and [Houssein Djirdeh](https://twitter.com/]]>
Tomislav Tenodi
https://twitter.com/TomislavTenodi
diff --git a/blog/feed.xml b/blog/feed.xml
index 99aab36a0fe..dd5754eed4b 100644
--- a/blog/feed.xml
+++ b/blog/feed.xml
@@ -32,7 +32,7 @@ Once the app is ready, the Twitter logo delightfully expands, revea]]>
+* Congratulations to [Devin Abbott](https://github.com/dabbott) and [Houssein Djirdeh](https://twitter.com/]]>
-
diff --git a/blog/index.html b/blog/index.html
index 5f2b991261a..872cfbf3aa4 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -197,8 +197,7 @@ const fullScreenWhiteLayer = this.state.animationDone ? null : (
Congratulations to Devin Abbott and Houssein Djirdeh on their pre-release of the "Full Stack React Native" book! It walks you through learning React Native by building several small apps. You can try those apps out on https://www.fullstackreact.com/react-native/ before buying the book.
Released a first (experimental) version of reason-react-native-scripts to help people to easily try out ReasonML .
Expo SDK 24 is released ! It uses React Native 0.51 and includes a bunch of new features and improvements: bundling images in standalone apps (no need to cache on first load!), image manipulation API (crop, resize, rotate, flip), face detection API, new release channel features (set the active release for a given channel and rollback), web dashboard to track standalone app builds, and a fix longstanding bug with OpenGL Android implementation and the Android multi-tasker, just to name a few things.
-We are allocating more resources to React Navigation starting this January. We strongly believe that it is both possible and desirable to build React Native navigation with just React components and primitives like Animated and react-native-gesture-handler and we’re really excited about some of the improvements we have planned.
-If you're looking to contribute to the community, check out react-native-maps and react-native-svg , which could both use some help!
+We are allocating more resources to React Navigation starting this January. We strongly believe that it is both possible and desirable to build React Native navigation with just React components and primitives like Animated and react-native-gesture-handler and we’re really excited about some of the improvements we have planned. If you're looking to contribute to the community, check out react-native-maps and react-native-svg , which could both use some help!
Infinite Red
diff --git a/docs/0.10/appstate.html b/docs/0.10/appstate.html
index 7d6d02f2690..f55eb69fbf8 100644
--- a/docs/0.10/appstate.html
+++ b/docs/0.10/appstate.html
@@ -84,7 +84,7 @@
Properties
currentState
- AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.44/pushnotificationios.html b/docs/0.44/pushnotificationios.html
index 3a834495431..7a1ddd64046 100644
--- a/docs/0.44/pushnotificationios.html
+++ b/docs/0.44/pushnotificationios.html
@@ -82,9 +82,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.45/appstate.html b/docs/0.45/appstate.html
index dce15a564ee..8022dbe904b 100644
--- a/docs/0.45/appstate.html
+++ b/docs/0.45/appstate.html
@@ -92,7 +92,7 @@
Properties
currentState
-AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.45/pushnotificationios.html b/docs/0.45/pushnotificationios.html
index 88efd5ca7c7..fb912eeccd8 100644
--- a/docs/0.45/pushnotificationios.html
+++ b/docs/0.45/pushnotificationios.html
@@ -91,9 +91,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.46/appstate.html b/docs/0.46/appstate.html
index 8f6db1f38d7..8c10baa6034 100644
--- a/docs/0.46/appstate.html
+++ b/docs/0.46/appstate.html
@@ -92,7 +92,7 @@
Properties
currentState
-AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.46/pushnotificationios.html b/docs/0.46/pushnotificationios.html
index bb9d4b29a35..4d8339dee64 100644
--- a/docs/0.46/pushnotificationios.html
+++ b/docs/0.46/pushnotificationios.html
@@ -92,9 +92,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.47/appstate.html b/docs/0.47/appstate.html
index 3d14952577d..531b6b2ec2a 100644
--- a/docs/0.47/appstate.html
+++ b/docs/0.47/appstate.html
@@ -92,7 +92,7 @@
Properties
currentState
-AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.47/pushnotificationios.html b/docs/0.47/pushnotificationios.html
index 0c13ca74dc5..affd8bb7842 100644
--- a/docs/0.47/pushnotificationios.html
+++ b/docs/0.47/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.48/appstate.html b/docs/0.48/appstate.html
index f05185580ee..3ca17f16937 100644
--- a/docs/0.48/appstate.html
+++ b/docs/0.48/appstate.html
@@ -92,7 +92,7 @@
Properties
currentState
-AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.48/pushnotificationios.html b/docs/0.48/pushnotificationios.html
index 823d663e37f..0d469427955 100644
--- a/docs/0.48/pushnotificationios.html
+++ b/docs/0.48/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.49/appstate.html b/docs/0.49/appstate.html
index 8910f809f95..9b3ad40294d 100644
--- a/docs/0.49/appstate.html
+++ b/docs/0.49/appstate.html
@@ -92,7 +92,7 @@
Properties
currentState
-AppState.currentState
+AppState.currentState;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.49/pushnotificationios.html b/docs/0.49/pushnotificationios.html
index a1d26f58609..f1a934270e0 100644
--- a/docs/0.49/pushnotificationios.html
+++ b/docs/0.49/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.49/toastandroid.html b/docs/0.49/toastandroid.html
index 380c41be536..284d8498a0a 100644
--- a/docs/0.49/toastandroid.html
+++ b/docs/0.49/toastandroid.html
@@ -56,23 +56,23 @@ ToastAndroid.showWithGravityAndOffset(
Properties
SHORT
-ToastAndroid.SHORT
+ToastAndroid.SHORT;
LONG
-ToastAndroid.LONG
+ToastAndroid.LONG;
TOP
-ToastAndroid.TOP
+ToastAndroid.TOP;
BOTTOM
-ToastAndroid.BOTTOM
+ToastAndroid.BOTTOM;
CENTER
-ToastAndroid.CENTER
+ToastAndroid.CENTER;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.50/pushnotificationios.html b/docs/0.50/pushnotificationios.html
index 6f93d4b4d91..001377d76d7 100644
--- a/docs/0.50/pushnotificationios.html
+++ b/docs/0.50/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.50/toastandroid.html b/docs/0.50/toastandroid.html
index ff41b019334..eb9ed7cb4f1 100644
--- a/docs/0.50/toastandroid.html
+++ b/docs/0.50/toastandroid.html
@@ -56,23 +56,23 @@ ToastAndroid.showWithGravityAndOffset(
Properties
SHORT
-ToastAndroid.SHORT
+ToastAndroid.SHORT;
LONG
-ToastAndroid.LONG
+ToastAndroid.LONG;
TOP
-ToastAndroid.TOP
+ToastAndroid.TOP;
BOTTOM
-ToastAndroid.BOTTOM
+ToastAndroid.BOTTOM;
CENTER
-ToastAndroid.CENTER
+ToastAndroid.CENTER;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.51/pushnotificationios.html b/docs/0.51/pushnotificationios.html
index 84f17ad32d1..65a7b114b5a 100644
--- a/docs/0.51/pushnotificationios.html
+++ b/docs/0.51/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.51/toastandroid.html b/docs/0.51/toastandroid.html
index aa4e044e432..b096a1b8a15 100644
--- a/docs/0.51/toastandroid.html
+++ b/docs/0.51/toastandroid.html
@@ -56,23 +56,23 @@ ToastAndroid.showWithGravityAndOffset(
Properties
SHORT
-ToastAndroid.SHORT
+ToastAndroid.SHORT;
LONG
-ToastAndroid.LONG
+ToastAndroid.LONG;
TOP
-ToastAndroid.TOP
+ToastAndroid.TOP;
BOTTOM
-ToastAndroid.BOTTOM
+ToastAndroid.BOTTOM;
CENTER
-ToastAndroid.CENTER
+ToastAndroid.CENTER;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/0.52/debugging.html b/docs/0.52/debugging.html
index ca3375d9023..a9233ebf330 100644
--- a/docs/0.52/debugging.html
+++ b/docs/0.52/debugging.html
@@ -33,7 +33,7 @@
Warnings will be displayed on screen with a yellow background. These alerts are known as YellowBoxes. Click on the alerts to show more information or to dismiss them.
As with a RedBox, you can use console.warn() to trigger a YellowBox.
YellowBoxes can be disabled during development by using console.disableYellowBox = true;. Specific warnings can be ignored programmatically by setting an array of prefixes that should be ignored:
- import { YellowBox } from 'react-native' ;
+import {YellowBox} from 'react-native' ;
YellowBox.ignoreWarnings(['Warning: ...' ]);
In CI/Xcode, YellowBoxes can also be disabled by setting the IS_TESTING environment variable.
diff --git a/docs/0.52/pushnotificationios.html b/docs/0.52/pushnotificationios.html
index cae9cf8e20b..2fb4ed9e7a5 100644
--- a/docs/0.52/pushnotificationios.html
+++ b/docs/0.52/pushnotificationios.html
@@ -93,9 +93,9 @@
alertBody : The message displayed in the notification alert.
alertAction : The "action" displayed beneath an actionable notification. Defaults to "view";
soundName : The sound played when the notification is fired (optional).
-isSilent : If true, the notification will appear without sound (optional).
-category : The category of this notification, required for actionable notifications (optional).
-userInfo : An optional object containing additional notification data.
+isSilent : If true, the notification will appear without sound (optional).
+category : The category of this notification, required for actionable notifications (optional).
+userInfo : An optional object containing additional notification data.
applicationIconBadgeNumber (optional) : The number to display as the app's icon badge. The default value of this property is 0, which means that no badge is displayed.
diff --git a/docs/0.52/toastandroid.html b/docs/0.52/toastandroid.html
index 499492fd08b..3026e13a526 100644
--- a/docs/0.52/toastandroid.html
+++ b/docs/0.52/toastandroid.html
@@ -56,23 +56,23 @@ ToastAndroid.showWithGravityAndOffset(
Properties
SHORT
-ToastAndroid.SHORT
+ToastAndroid.SHORT;
LONG
-ToastAndroid.LONG
+ToastAndroid.LONG;
TOP
-ToastAndroid.TOP
+ToastAndroid.TOP;
BOTTOM
-ToastAndroid.BOTTOM
+ToastAndroid.BOTTOM;
CENTER
-ToastAndroid.CENTER
+ToastAndroid.CENTER;
Deprecated. Use BackHandler instead.
Methods
exitApp
diff --git a/docs/debugging.html b/docs/debugging.html
index 8be8b66c208..6609b6b730b 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -33,7 +33,7 @@
Warnings will be displayed on screen with a yellow background. These alerts are known as YellowBoxes. Click on the alerts to show more information or to dismiss them.
As with a RedBox, you can use console.warn() to trigger a YellowBox.
YellowBoxes can be disabled during development by using console.disableYellowBox = true;. Specific warnings can be ignored programmatically by setting an array of prefixes that should be ignored:
- import { YellowBox } from 'react-native' ;
+import {YellowBox} from 'react-native' ;
YellowBox.ignoreWarnings(['Warning: ...' ]);
In CI/Xcode, YellowBoxes can also be disabled by setting the IS_TESTING environment variable.
diff --git a/docs/next/appstate.html b/docs/next/appstate.html
index e5c11df3a20..c0175d3b4f5 100644
--- a/docs/next/appstate.html
+++ b/docs/next/appstate.html
@@ -77,7 +77,7 @@
Remove a handler by passing the change event type and the handler
Properties
currentState
-AppState.currentState
+AppState.currentState;