react-native-ble-manager VS react-native-splash-screen

Compare react-native-ble-manager vs react-native-splash-screen and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
react-native-ble-manager react-native-splash-screen
7 5
2,012 5,562
2.2% -
9.1 0.0
7 days ago 19 days ago
Java Java
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

react-native-ble-manager

Posts with mentions or reviews of react-native-ble-manager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-06.
  • Comparing React Native BLE libraries
    3 projects | dev.to | 6 Mar 2024
    If react-native-ble-plx seems too advanced, react-native-ble-manager offers another excellent choice. This tool supports all primary BLE capabilities like scanning for devices, establishing connections, transferring data, getting notifications on status changes, and disconnecting. It provides a simple way to get basic BLE functionality working quickly in React Native apps.
  • Integrating Scanners trough Bluetooth - HID or BLE?
    2 projects | /r/reactnative | 22 Oct 2023
    The idea is to read the input from those devices. Tried to use react-native-ble-plx and react-native-ble-manager I was able to find and use the EY-016 model, but could not find the EY-017 model. Was thinking about using classic mode, but then I've read about it needs MFI compliance on IOS, which those does not have. But it would be a better solution with classic, as those devices comes as HDI mode as default, so the customer would not need to do extra stuff to get going. And also if I needed to make integration with another device that didn't have BLE.
  • Should I use React Native?
    2 projects | /r/reactnative | 7 Jul 2023
    I believe React Native can definitely handle those requirements, but it would depend on the complexity... What kind of BLE devices? I've used this react-native-ble-manager library and it was pretty straightforward to scan and connect. For notifications, I definitely recommend Notifee or maybe you can leverage Firebase for database, sync, and push notifications.
  • React-Native Bluetooth connection
    2 projects | /r/reactnative | 30 Nov 2022
    What kinds of Bluetooth devices and what are you trying to do? I have also been using react-native-ble-manager and it works well for my purposes. There is an example project in that repo.
  • Can someone please walk me through how to connect to a BLE device
    2 projects | /r/reactnative | 29 May 2022
    Use react-native-ble-plx or react-native-ble-manager
  • react native and arduino
    3 projects | /r/reactnative | 19 Sep 2021
    I use blemanager and that works pretty good. Bluetooth is tedious though, you have to follow the docs very precise
  • Bluetooth BLE
    2 projects | /r/reactnative | 14 Sep 2021
    I've checked https://github.com/innoveit/react-native-ble-manager which does multiple read requests (and multiple notifications) out of the box, but not as one write request. In the second library https://github.com/dotintent/react-native-ble-plx you have to make the chunks manually, but you can't do a "prepare write request".

react-native-splash-screen

Posts with mentions or reviews of react-native-splash-screen. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing react-native-ble-manager and react-native-splash-screen you can also consider the following projects:

react-native-ble-plx - React Native BLE library

react-native-push-notification - React Native Local and Remote Notifications

cordova-plugin-ble-central - Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)

react-native-callkeep - iOS CallKit framework and Android ConnectionService for React Native

johnny-five - JavaScript Robotics and IoT programming framework, developed at Bocoup.

react-native-background-actions - React Native background service library for running background tasks forever in Android & iOS.

react-native-nfc-manager - React Native NFC module for Android & iOS

itag - iTag tracker manager for real people

react-native-ffmpeg - FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.

react-native-restart - React Native Package With One Purpose: To Restart Your React Native Project

react-native-detect-press-outside - A wrapper view help to detect when user press outside a child component by passing a ref to this component as a prop