Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 419 Bytes

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.