Update 'known issues' guide

This commit is contained in:
Nicolas Gallagher
2016-03-08 09:33:56 -08:00
parent 651d519500
commit b3d7332ddd

View File

@@ -7,7 +7,8 @@ views present on iOS/Android are released on Web. We are very much interested in
the community's feedback on the next set of modules and views.
Not all the modules or views for iOS/Android can be implemented on Web. In some
cases it will be necessary to use a Web counterpart.
cases it will be necessary to use a Web counterpart or to guard the use of a
module with `Platform.OS` (e.g. `NativeModules`)
## Missing component props
@@ -18,4 +19,5 @@ props are annotated with `(web)` in the documentation.
There are some known issues in React Native where APIs could be made more
consistent between platforms. For example, React Native for Web includes
`ActivityIndicator` and a horizontal `ProgressBar`.
`ActivityIndicator` and a horizontal `ProgressBar` for Web use, in anticipation
of the convergence between the iOS and Android components in React Native.