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

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

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)