Skip to content

Files

Latest commit

Mar 30, 2019
98e7390 · Mar 30, 2019

History

History
8 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 419 Bytes

React Native Lib Example App

This repository is used to demonstrate how we can create an example app for a React Native library using 🚇 Metro bundler.

  • Easy to link your library within your example app.
  • No need to sync your library on each change.
  • No need of symlinks (which are not followed by Metro).
  • No need to hassle with duplicated haste modules.