From 9a4e930f2c10517300fe2daf76778969557b9c49 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 6 Jul 2017 19:23:37 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/listview.html | 6 +++++- releases/next/docs/native-modules-android.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/releases/next/docs/listview.html b/releases/next/docs/listview.html index 7f5cf366f73..2f8b723476c 100644 --- a/releases/next/docs/listview.html +++ b/releases/next/docs/listview.html @@ -1,4 +1,8 @@ -ListView

ListView #

ListView - A core component designed for efficient display of vertically +ListView

ListView #

DEPRECATED - use one of the new list components, such as FlatList +or SectionList for bounded memory use, fewer bugs, +better performance, an easier to use API, and more features. Check out this +blog post +for more details.

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data diff --git a/releases/next/docs/native-modules-android.html b/releases/next/docs/native-modules-android.html index a0287103515..6fa27ae3088 100644 --- a/releases/next/docs/native-modules-android.html +++ b/releases/next/docs/native-modules-android.html @@ -9,6 +9,7 @@ import com.facebook.react.bridge.ReactMethod; import java.util.Map; +import java.util.HashMap; public class ToastModule extends ReactContextBaseJavaModule {