BluetoothApp
BluetoothApp provides connecting to a Bluetooth device and reading random numerical data from the Bluetooth device and displaying it in the app. Ensure the app can store this data locally when offline and sync it to a cloud service when connectivity is restored.
- React Native
- @faker-js/faker
- Realm
- Node.js
- npm
- React Native CLI
git clone https://github.com/mahes-waran/BluetoothApp.git
cd BluetoothApp
npm install
# using npm
npm start
# OR using Yarn
yarn start
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios
├── android
├── ios
├── src
├── assets
│ ├── components
│ ├── container
│ ├── database
│ ├── hooks
│ └── lib
├── App.tsx
├── package.json
└── README.md
- Scan Bluetooth Devices
- Generate random mocking data
- Automatic Data Sync Offline into Online
- Offline Mode
Umamaheswaran K
npm test
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native
- the Open Source; GitHub repository for React Native.