JavaScript Module
Besides native components, we are exposing JavaScript functions to control the behavior of those components from React Native app.
Usage
To use the module, import it:
Methods
setNativeBackGestureAndButtonEnabled
A method used to toggle iOS native back gesture and Android hardware back button.
Parameters:
Example:
popToNative
A method to pop to native screen used to push React Native experience.
Parameters:
Example:
Note
These methods work only with native components provided by this library.
