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

Latest commit

 

History

History
10 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 412 Bytes

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