This is an Expo project created with create-expo-app.
Install dependencies
npm install
Connect android device to the machine to run the wifi signal check
npm run android
For IOS devices
npx expo prebuild npm run ios
Check wifi scanner tab
Check
app/(tabs)/WifiScanner.tsxpageConnect
https API endpointand sendwifiNetworksstate to the backend
NOTE
- In case of issue
- cd android
- ./gradlew clean
- npm run android