0.2.0 • Published 7 years ago

react-native-scrawl v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-native-scrawl

Version Downloads

create scrawl with react-native-svg

Install

# react-native-svg 
npm install --save react-native-svg
react-native link react-native-svg
# install react-raphael-scrawl in your react-raphael-scrawl project

npm install --save react-native-scrawl

Quickly Start

import React, { Component } from 'react';
import {
  AppRegistry,
  View
} from 'react-native';

import Scrawl from 'react-native-scrawl'

export default class ScrawlApp extends Component {
  render() {
    return (
      <View>
        <Scrawl ref="scrawl" />
      </View>
    );
  }
}

AppRegistry.registerComponent('scrawl', () => ScrawlApp);

API

All Scrawl Props

All Scrawl Ref

  • clear function clear all scrawl path

Development

npm install
react-native link react-native-svg
react-native run-android
react-native run-ios

Contact

Email: liuhong1.happy@163.com