react-native-firework-sdk 1.5.3 → 1.5.4-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@ package com.fireworksdk.bridge.components.videofeed
2
2
 
3
3
  import android.content.Context
4
4
  import android.util.AttributeSet
5
+ import android.util.Log
5
6
  import android.view.LayoutInflater
6
7
  import android.widget.RelativeLayout
7
8
  import androidx.constraintlayout.widget.ConstraintLayout
@@ -202,6 +203,8 @@ class FWVideoFeed(
202
203
  LayoutInflater.from(context).inflate(R.layout.fw_bridge_fragment_videofeed, this, false) as ConstraintLayout?
203
204
  videoFeedView = videoFeedViewContainer?.findViewById(R.id.fw_bridge_videofeed)
204
205
  if (videoFeedView != null) {
206
+ Log.e("videoFeedView", "layoutDirection: " + videoFeedView?.layoutDirection.toString())
207
+ videoFeedView?.layoutDirection = LAYOUT_DIRECTION_LOCALE
205
208
  addView(videoFeedViewContainer)
206
209
  }
207
210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "1.5.3",
3
+ "version": "1.5.4-beta.1",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",