/react-native-lib-example-app

🚇 Demonstrate how to create an example app for your RN library using Metro bundler

Primary LanguageObjective-CMIT LicenseMIT

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.