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 {