back_handler_react_native
v1.0.5
Published
This is the Custom BanckHandler For React Native App
Downloads
2
Readme
CUSTOM_BACKHANDLER_REACT_NATIVE
Usage
import BackButtonHandler from "back_handler_react_native";
<BackButtonHandler />;
with custom messages
<BackButtonHandler
alertTitle="Confirmation?"
alertDesc="Are you sure you want to go back?"
/>