https://github.com/kt3k/lepont-example
An example of lepont bridge usage
https://github.com/kt3k/lepont-example
lepont react-native
Last synced: 5 months ago
JSON representation
An example of lepont bridge usage
- Host: GitHub
- URL: https://github.com/kt3k/lepont-example
- Owner: kt3k
- License: mit
- Created: 2020-02-22T16:21:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T02:01:45.000Z (8 months ago)
- Last Synced: 2025-11-29T20:16:28.037Z (7 months ago)
- Topics: lepont, react-native
- Language: Objective-C
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lepont-example
> An example usage of [lepont][] native bridge library.
`lepont` (Le Pont, "the bridge" in french) is a bridging library between react-native and browser.
This example repository demonstrates the usages of [lepont][] itself, [@lepont/share][], and [@lepont/async-storage][].
# How to run
You need to have Xcode, Cocoapods, JDK 8, and Android Studio installed.
```
git clone https://github.com/kt3k/lepont-example.git
cd lepont-example
yarn
cd ios
pod install
cd ..
yarn ios # => this should start example app in your ios simulator
yarn android # => this should start example app in your android simulator
```
## Note
You can install Xcode from App Store.
You can install Cocoapods from [Homebrew][].
```sh
brew install cocoapods
```
You can donwload JDK 8 installer from [the oracle's homepage](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html).
You can download Android Studio from [the homepage](https://developer.android.com/studio).
# License
MIT
[lepont]: https://github.com/kt3k/lepont
[@lepont/share]: https://github.com/kt3k/lepont-share
[@lepont/async-storage]: https://github.com/kt3k/lepont-async-storage
[Homebrew]: https://brew.sh/