Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.
/ mathpang Public archive

JavaScript bridging in React Native (Assignment for MathPang)

Notifications You must be signed in to change notification settings

JaganGanesh/mathpang

Repository files navigation

JavaScript bridging in React Native

JavaScript bridging in React Native using the react-native-webview package

Assignment for MathPang

  • Initialized Empty React Native Project
  • Created all UI and Components from Scratch
  • Added react-native-webview library
  • Created JavaScript to React Native and React Native to JavaScript bridging

JavaScript bridging in React Native