๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
DemoInstallSign in
Socket

@gbike/react-native-segway-ble

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@gbike/react-native-segway-ble

`react-native-segway-ble-manager` provides an easy-to-use API for connecting to and communicating with Segway devices over BLE. The library supports both Android and iOS platforms and includes features such as device discovery, connection management, and

0.1.0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
ย 
Created
Source

@gbike/react-native-segway-ble

react-native-segway-ble-manager is a React Native library for managing Bluetooth Low Energy (BLE) connections with Segway devices. react-native-segway-ble-manager provides an easy-to-use API for connecting to and communicating with Segway devices over BLE. The library supports both Android and iOS platforms and includes features such as device discovery, connection management, and data transfer. With react-native-segway-ble-manager, developers can easily integrate Segway device control into their React Native applications.

Installation

npm install @gbike/react-native-segway-ble

Usage

    <!-- iOS 13 and newer, include the `NSBluetoothAlwaysUsageDescription` -->
    <key>NSBluetoothAlwaysUsageDescription</key>
    <string>์Šค์ฟ ํ„ฐ ์กฐ์ž‘์„ ์œ„ํ•ด ๋ธ”๋ฃจํˆฌ์Šค๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค</string>
    <!-- iOS 12 and earlier, include `NSBluetoothPeripheralUsageDescription` -->
    <key>NSBluetoothPeripheralUsageDescription</key>
    <string>์Šค์ฟ ํ„ฐ ์กฐ์ž‘์„ ์œ„ํ•ด ๋ธ”๋ฃจํˆฌ์Šค๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>์Šค์ฟ ํ„ฐ ์กฐ์ž‘์„ ์œ„ํ•ด ์œ„์น˜๋ฐ์ดํ„ฐ๋ฅผ ์ ‘๊ทผํ•ฉ๋‹ˆ๋‹ค</string>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 04 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts