webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

Prevent Location Services Dialog Box from closing on outside touch and back button event #34

Closed Sathiyamm closed 6 years ago

Sathiyamm commented 6 years ago

Add two optional parameters because prevent the closing dialog box in outside click and back button event.

preventOutSideTouch: false, //true=>Outside click and back click the location service pop up close. preventBackClick: false //true=>back click the location service pop up close.

webyonet commented 6 years ago

thanks :)