UNPKG

react-native-d3multiline-chart

Version:
8 lines (6 loc) 182 B
import React, { Component } from 'react'; import { AppRegistry, } from 'react-native'; import Example from './app' AppRegistry.registerComponent('Example', () => Example);