Package 

Class ReadableNativeArray

  • All Implemented Interfaces:
    com.facebook.react.bridge.NativeArrayInterface , com.facebook.react.bridge.ReadableArray

    
    public class ReadableNativeArray
    extends NativeArray implements ReadableArray
                        

    Implementation of a NativeArray that allows read-only access to its members. This will generally be constructed and filled in native code so you shouldn't construct one yourself.