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.
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
You can install Xcode from App Store.
You can install Cocoapods from Homebrew.
brew install cocoapods
You can donwload JDK 8 installer from the oracle's homepage.
You can download Android Studio from the homepage.
MIT