janith-jware
janith-jware
> api.trending -- works only api.user -- not working api.sound -- not working Yes
api.user is also working when you pass the output of trending_video.author to user as follows: ``` user = trending_video.author print(user.info_full()) ``` This works!!
I made the following changes to blue_print_pos/FLNativeViewFactory.kt. Build was successful. From this: ``` class FLNativeViewFactory : PlatformViewFactory(StandardMessageCodec.INSTANCE) { override fun create(context: Context, viewId: Int, args: Any?): PlatformView { val creationParams...