Socket
Socket
Sign inDemoInstall

driver-weex

Package Overview
Dependencies
6
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    driver-weex

Weex driver for Rax


Version published
Weekly downloads
356
decreased by-47.65%
Maintainers
6
Install size
771 kB
Created
Weekly downloads
 

Readme

Source

driver-weex

Weex driver for Rax.

Install

$ npm install --save driver-weex

Use

import {createElement, Component, render} from 'rax';
import * as WeexDriver from 'driver-weex';

class Example extends Component {
  render() {
    return (
      <div>
        <img width="560" height="560" src="https://img.alicdn.com/tps/TB1z.55OFXXXXcLXXXXXXXXXXXX-560-560.jpg" />
      </div>
    );
  }
}

render(<Example />, null, {
  driver: WeexDriver
});

FAQs

Last updated on 20 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc