Package 

Class WritableNativeMap

  • All Implemented Interfaces:
    com.facebook.react.bridge.ReadableMap , com.facebook.react.bridge.WritableMap

    
    public class WritableNativeMap
    extends ReadableNativeMap implements WritableMap
                        

    Implementation of a write-only map stored in native memory. Use createMap if you need to stub out creating this class in a test. TODO(5815532): Check if consumed on read