0.1.5 • Published 3 years ago

driver-miniapp v0.1.5

Weekly downloads
2,008
License
BSD-3-Clause
Repository
github
Last release
3 years ago

driver-miniapp

MiniApp (runtime) driver for Rax, extended from driver-dom.

Install

$ npm install --save driver-miniapp

Use

import { createElement, render } from 'rax';
import DriverMiniApp from 'driver-miniapp';
import View from 'rax-view';
import Image from 'rax-view';


function Example() {
  return (
    <View>
      <Image source={{
        uri: "https://img.alicdn.com/tps/TB1z.55OFXXXXcLXXXXXXXXXXXX-560-560.jpg"
      }} />
    </View>
  );
}

render(<Example />, null, {
  driver: DriverMiniApp
});
0.1.5-0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

4 years ago

0.1.3-0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago