/rn-widget-tree-prototype

this is the prototype of react native wdiget tree

Primary LanguageTypeScriptMIT LicenseMIT

React Native Widget Tree Prototype

This is a prototype of a widget tree for React Native. It is a work in progress and is not yet ready for production use.

Levels of the Widget Tree Implemented

  • Level 0: The root level of the widget tree. This is the level at which the App component is rendered.
  • Level 1: The level at which the Children component is rendered.

Upcoming Levels

  • Level 2: The level at which the Other Component or Component from a Library or Different File is rendered.
  • Level 3: Do Manuplations on the widget tree like adding a new widget, deleting a widget, moving a widget, etc.

How to Run

  1. Clone the repository.
  2. Run npm install to install the dependencies.
  3. Run npm start to start the development server.
  4. Open the project in the Android, ios or web emulator.

Screenshot of the Prototype

Screenshot of the Prototype

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributors

Library

  • Releasing Soon!

ENJOY REACT NATIVE!