When you need direct access to native APIs in React Native, you can write ________ modules.

  • Native Access
  • Bridge
  • JavaScript-to-Native
  • Native Interface
When you need direct access to native APIs in React Native, you can write "Native Interface" modules. These modules enable communication between JavaScript code and native code, allowing developers to utilize native APIs seamlessly. The other options do not correctly describe the modules used for this purpose in React Native development.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *