ReactNative_Kotlin_Bridge
ReactNative_Kotlin_Bridge copied to clipboard
Sample React Native application with the required configuration to make a native module bridge between React Native and native Kotlin code in Android.
ReactNative_Kotlin_Bridge
React Native application to bridge native Kotlin code into a React Native app, in Android.
For a detailed description on how to configure your own Kotlin module into React Native apps check out the detailed article on Medium about this sample app.
How to run the app?
Clone the repository.
cd ReactNative_Kotlin_Bridge
npm install
react-native run-android
Or if you are feeling lazy get the ReactNative_Kotlin_Bridge.apk
The app in play
Screenshots
License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.