Omar Basem
Omar Basem
any solutions?
Hi @Parveshdhull, thank you for your comments! - I fixed the linting errors using `make lint-fix`. - I double-checked running the tests using `make test` and all the tests are...
> hey @OmarBasem thank you for the PR, its little bit difficult to review PR, could you please revert formatting , thanks Hey @flexsurfer, sorry for that, my IDE couldn't...
Hey @flexsurfer, I am not sure here why the commit cannot be built? It has already been built previously before reformatting. I did not add or remove any code, but...
Hi @Parveshdhull, I just rebased, and it still cannot be built.
Hey @Parveshdhull @flexsurfer, I think the PR is ready to be reviewed?
To fix all the unnecessary formatting changes caused by the IDE, I had to open a new [PR](https://github.com/status-im/status-mobile/pull/13808). Please follow on the new [PR](https://github.com/status-im/status-mobile/pull/13808) @flexsurfer @rasom @J-Son89 @briansztamfater @Parveshdhull
What information is missing?
@billouboq you just render on instance of react-native-video at a time. If you have a list of videos, just render the thumbnails of the other videos, and only react-native-video for...
I think a workaround for your situation would be is to make sure to render the next video's thumbnail before rendering the video component. For example: `{this.state.willLoadNext ? : }`...