An open API service indexing awesome lists of open source software.

https://github.com/charpeni/react-native-lib-example-app

🚇 Demonstrate how to create an example app for your RN library using Metro bundler
https://github.com/charpeni/react-native-lib-example-app

metro native-modules react-native

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://facebook.github.io/metro/).

- **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**.