setPadding

open fun setPadding(view: ReactTextView, left: Int, top: Int, right: Int, bottom: Int)

Subclasses can override this method to set padding for the given View in Fabric. Since not all components support setting padding, the default implementation of this method does nothing.