Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Want to off my proximity sensor #17

Open
hasnainalimj opened this issue May 22, 2019 · 1 comment
Open

Want to off my proximity sensor #17

hasnainalimj opened this issue May 22, 2019 · 1 comment

Comments

@hasnainalimj
Copy link

Is there any way to switch off the proximity sensor in react native?

@EricWiener
Copy link

To remove a listener use (from the README):

Proximity.removeListener(this._proximityListener);

You could also do

NativeModules.RNProximity.proximityEnabled(false);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants