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
- Host: GitHub
- URL: https://github.com/charpeni/react-native-lib-example-app
- Owner: charpeni
- License: mit
- Created: 2019-03-30T14:20:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:48:20.000Z (almost 3 years ago)
- Last Synced: 2025-07-14T03:38:05.944Z (3 months ago)
- Topics: metro, native-modules, react-native
- Language: Objective-C
- Homepage: https://medium.com/@charpeni/setting-up-an-example-app-for-your-react-native-library-d940c5cf31e4
- Size: 3.67 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.