From 35ab3e4d7e4163c0ca7c8a8105c4d831d84a1842 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 12 Jan 2016 20:13:23 +0000 Subject: [PATCH] update website --- docs/known-issues.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/known-issues.html b/docs/known-issues.html index e945972aa34..8d0c2b2e55b 100644 --- a/docs/known-issues.html +++ b/docs/known-issues.html @@ -1,5 +1,4 @@ -Known Issues – React Native | A framework for building native apps using React

Known Issues

Devtools "React" Tab Does Not Work #

It's currently not possible to use the "React" tab in the devtools to inspect app widgets. This is due to a change in how the application scripts are evaluated in the devtools plugin; they are now run inside a Web Worker, and the plugin is unaware of this and so unable to communicate properly with React Native.

However, you can still use the Console feature of the devtools, and debugging JavaScript with breakpoints works too. To use the console, make sure to select the ⚙debuggerWorker.js entry in the devtools dropdown that by default is set to <top frame>.

Missing Modules and Native Views #

This is an initial release of React Native Android and therefore not all of the views present on iOS are released on Android. We are very much interested in the communities' feedback on the next set of modules and views for Open Source. Not all native views between iOS and Android have a 100% equivalent representation, here it will be necessary to use a counterpart eg using ProgressBar on Android in place of ActivityIndicator on iOS.

Our provisional plan for common views and modules includes:

Views #

ART -Maps +Known Issues – React Native | A framework for building native apps using React

Known Issues

Devtools "React" Tab Does Not Work #

It's currently not possible to use the "React" tab in the devtools to inspect app widgets. This is due to a change in how the application scripts are evaluated in the devtools plugin; they are now run inside a Web Worker, and the plugin is unaware of this and so unable to communicate properly with React Native.

However, you can still use the Console feature of the devtools, and debugging JavaScript with breakpoints works too. To use the console, make sure to select the ⚙debuggerWorker.js entry in the devtools dropdown that by default is set to <top frame>.

Missing Modules and Native Views #

This is an initial release of React Native Android and therefore not all of the views present on iOS are released on Android. We are very much interested in the communities' feedback on the next set of modules and views for Open Source. Not all native views between iOS and Android have a 100% equivalent representation, here it will be necessary to use a counterpart eg using ProgressBar on Android in place of ActivityIndicator on iOS.

Our provisional plan for common views and modules includes:

Views #

Maps Modal Spinner (http://developer.android.com/guide/topics/ui/controls/spinner.html) Slider (known as SeekBar)

Modules #

App State