React native plugin to get native android cell signal strength.
npm install react-native-android-signal-strength
import { getCurrentSignalStrength } from 'react-native-android-signal-strength';
// ...
const result = await getCurrentSignalStrength();
Expected result is between 0 to 4
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library