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

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.
@@ -167,7 +167,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
167
167
 
168
168
  dependencies {
169
169
 
170
- def firework_sdk_version = 'v5.14.7'
170
+ def firework_sdk_version = 'release~51410_official_release-SNAPSHOT'
171
171
  implementation "com.github.loopsocial:firework_sdk:$firework_sdk_version"
172
172
 
173
173
  // noinspection GradleDynamicVersion
@@ -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.2",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",