diff --git a/docs/ComponentsAndAPIs.md b/docs/ComponentsAndAPIs.md index 44ba80cf8..80ffedaf8 100644 --- a/docs/ComponentsAndAPIs.md +++ b/docs/ComponentsAndAPIs.md @@ -45,8 +45,8 @@ Most apps will end up using one of these basic components. You'll want to get yo
Provides a scrolling container that can host multiple components and views.
A basic button component for handling touches that should render nicely on any platform.
+Provides an abstraction layer similar to CSS stylesheets.
A basic button component for handling touches that should render nicely on any platform.
+Renders the native picker component on iOS and Android.
@@ -188,6 +192,10 @@ These components may come in handy for certain applications. For an exhaustive lLaunches an alert dialog with the specified title and message.
A library for creating fluid, powerful animations that are easy to build and maintain.
+Provides access to the local camera roll / gallery.
@@ -224,10 +232,6 @@ These components may come in handy for certain applications. For an exhaustive lComponent to control the app status bar.
Provides an abstraction layer similar to CSS stylesheets.
-A component that renders web content in a native view.