#323·ui

Video can not work

Author: andy-zhangtaoCreated Oct 20, 2017Updated Apr 3, 2026
Labelsbug

I use the latest platform(1.3.3). Video component can not work in this version.

Below is my code:

render() {
    const { video } = this.props;

    return (
      <Screen styleName="paper">
        <NavigationBar
          share={{
            title: video.name,
            link: video.url,
          }}
          title={video.name}
          animationName="boxing"
        />

        <ScrollView>
        <Video
          source={{ uri: 'http://vd1.bdstatic.com/mda-hjuz46kuc541icqa/mda-hjuz46kuc541icqa.mp4?playlist=%5B%22hd%22%2C%22sc%22%5D' }}

        />
        </ScrollView>


      </Screen>
    );
  }

I don't know how to fix .......