https://github.com/lucasgabrieldeaa/rnpresentation
Repository with presentation content, showed on TechJam and PelotasJS, talking about react-native bridges, for Android and IOS
https://github.com/lucasgabrieldeaa/rnpresentation
android bridge ios react-native
Last synced: 2 months ago
JSON representation
Repository with presentation content, showed on TechJam and PelotasJS, talking about react-native bridges, for Android and IOS
- Host: GitHub
- URL: https://github.com/lucasgabrieldeaa/rnpresentation
- Owner: lucasGabrielDeAA
- Created: 2021-02-22T22:09:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T23:27:58.000Z (almost 5 years ago)
- Last Synced: 2025-06-10T12:07:47.492Z (about 1 year ago)
- Topics: android, bridge, ios, react-native
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TorchLight
This repository contains a basic example of how to implement a native bridge for mobile applications built in [React-Native](https://reactnative.dev/docs/native-modules-intro).
And was developed to be used in a presentation about **Building your first bridge in mobile apps built with React-Native**.
## Installing the application
Run the following command to clone the repository
```
$ git clone https://github.com/lucasGabrielDeAA/RNPresentation && cd RNPresentation
```
## Installing dependencies
```
$ yarn or npm
```
**Note:** To run this application on IOS's environment you also need to install pods using cocoapods, running this command `yarn pod:install`.
## Running the application
For Android's environment run `yarn android`, and for IOS's environment `yarn ios`.
**Disclaimer:** This app only works fine on real devices, due mobile emulators's technical limitations
- Developer [Lucas Gabriel](https://github.com/lucasGabrielDeAA)