Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 676 Bytes

File metadata and controls

42 lines (27 loc) · 676 Bytes

Welcome to your libai mobile app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Connect android device to the machine to run the wifi signal check

    npm run android
  3. For IOS devices

     npx expo prebuild
     npm run ios
  4. Check wifi scanner tab

  5. Check app/(tabs)/WifiScanner.tsx page

  6. Connect https API endpoint and send wifiNetworks state to the backend


NOTE

  • In case of issue
  - cd android
  - ./gradlew clean
  - npm run android