Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 324 Bytes

react-native-canvas-widget

Getting started

$ npm install react-native-canvas-widget --save

Mostly automatic installation

$ react-native link react-native-canvas-widget

Usage

import CBCanvasWidget from 'react-native-canvas-widget';

// TODO: What to do with the module?
CBCanvasWidget;