in android/src/main/java/com/amazonaws/ivs/reactnative/player/AmazonIvsView.kt [114:119]
override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) {
super.onLayout(changed, left, top, right, bottom)
if (changed) {
post(mLayoutRunnable)
}
}