toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.bridge
/
Arguments
/
toList
to
List
@
Nullable
open
fun
toList
(
@
Nullable
readableArray
:
ReadableArray
)
:
ArrayList
Convert a
WritableArray
to a
ArrayList
.
Return
the converted
ArrayList
.
Parameters
readable
Array
the
WritableArray
to convert.