Enlist few native events available in React Native?

Sawan Hirani
Sawan Hirani

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  Sawan Hirani
    Answered by Mathewaider

    When a native event runs, the native code always issues an event to the representation of the JavaScriptof the View. The two views are then linked together with the value that is returned from the getID () method. Now to map the top change event name to the onChange callback prop in Javascript that is registered by overriding the getExportedCustomBubblingEventTypeConstant methods in the View manager.

    This callback is then invoked with the raw event that is processed in a wrapper component to make the API simple.

Related Questions

Please Login or Register to leave a response.

Related Questions

React Native Interview Questions

Explain What is React Native?

React Native is a mobile app development platform that allows you to create android and ios apps only using Javascript. Re..

React Native Interview Questions

Can we combine native ios or android code in React Native.

Yes, we can. React Native smoothly combines the components written in Objective-C, Java, or Swift...

React Native Interview Questions

Who uses React Native?

Thousands of apps are created using React Native. Here is the list of some popular companies who are using React Native..