JSPM

react-native-family-tree

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q46728F
  • License ISC

Simple family tree view

Package Exports

  • react-native-family-tree

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-family-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Native Family Tree

This library created for rendering simple tree for one family in DFS method.

DEMO IOS

Installation

  1. npm install --save react-native-family-tree
  2. npm install --save react-native-svg
  3. react-native link react-native-svg

Currently I have created for simple static view. It's tested on IOS. In next build will test on Android.

Please fork my repository if you want any other features or raise ideas to improve this library on issues tab.