I'm trying to create a social app on which you would be able to add a friend by placing your phone next to his/her. I'm trying to make it work on a system working like airdrop (BLE connections). Now here's my problem: I just can't find the right library to send data between two phones, as react-native-ble-plx clearly states that it is impossible to send data between two phones... I tried to use react-native-ble-advertiser, but the library has been archived a few days ago, and I don't think this library could be used for my project (as the data sent between the two phones would be public).
Is it possible to do so in react native ? Or do I need to use some native components ?
Thanks
React Native BLE Advertising
36 Views Asked by Alexandre Calcio Gaudino At
0
There are 0 best solutions below
Related Questions in REACT-NATIVE
- ussd reader in Recket Native module
- I can't make TextInput to auto expand properly in Android
- expo config plugin use import instead of require
- Custom Sound for Expo Push Notifications Only Works in Foreground
- run RTK dispatch on gesture start with React Native
- Should I set Back-End for my React Native application?
- using infoPlist in app.json for expo project seems to not be working
- Anyone have success configuring react-native-home-indicator?
- KeyboardAvoidingView makes a messy the flexbox
- I am getting lots of errors when building react native app in Xcode
- Search and highlight text of current text in PDFKit Swift
- Flatlist Sometimes Capped at 10 Items Bug
- Is there any way to page transition in react native (stack navigation)
- Screen inside Stack.Navigator not visible in React-Native
- React Native stopwatch implementation slow on iOS
Related Questions in BLUETOOTH-LOWENERGY
- How to receive Bluetooth value in Android app
- provision failed and giving null pointer exception in android using ESP provisioning Library
- Need the decoded data while from server esp32 send and Receiving in react native cli
- python script using bluetooth running on windows 11 vs raspberry pi4
- How to make sure only one client connect to the BLE server on ESP32?
- Samsung SM-A546E Bluetooth in background odd behaviour
- Android OnCharacteristicChanged - Continuous stream of bytes from Bluetooth Stethoscope
- ESP32 BLE Arduino And getting a compile error of 'ringbuf_type_t' has not been declared
- (corebluetooth didUpdateValueFor) data is not being sent properly between my peripheral arduino 33 nano and iOS app
- Constructing a script using a 3rd party library
- BLE SMP packets sniffing using scapy python
- Error in Bluetooth specification? Heading field of Location and Speed
- How to understand the Sensor Setting Property ID in the SIG Mesh model
- Problem with mapping of BLE 5.1 ATT protocol stack with winsock & winsock2 arcitechture
- Plot ecg graph in flutter
Related Questions in REACT-NATIVE-BLE-PLX
- Issue processing async function in a Bluetooth manager component listener function
- Using react-native-ble-plx to send data to a raspberry pi RFCOMM server
- Getting "value": null while trying to react data using characteristicsForService() function with react-native-ble-plx
- How to get different characteristic UUIDs (distance, calories, heart rate, etc) from the connected BLE device
- React Native app cannot detect simulated BLE device, how can I test functionality?
- React Native + react-native-ble-plx. Writing to a BLE device
- React Native app freezes for continuous data read from BLE device
- React native with redux is laggy on dispatch
- TypeError: undefined is not a function (near '...device.monitorCharacteristicForService...')
- React Native CLI - How to debug Redux on the device?
- Losing data after connecting the bluetooth module
- Receive data sent by the react-native application ble
- Rxjs timer is completing too early on react-native/android
- Plotting data from streams into graphs using xstream and react-native-svg-charts
- How to pair bluetooth devices programatically without user interaction using react-native-ble-plx?
Related Questions in REACT-NATIVE-BLE-MANAGER
- React Native BLE Advertising
- Using mobile phones as BLE central and peripheral device in react native
- How to get BLE disconnection event in react native
- How to send data between two phones with Bluetooth and React Native?
- React Native BLE Manager write function is not working
- Bluetooth background request sending but not getting anything back through listener
- I'm unable to write data in react native ble manager while same function is working for android
- Unable to connect to Bluetooth Device via React Native
- React-native BleManager.write() don't work
- react native android app crash after paired with ble device
- Using react-native-ble-plx in Expo, creating a new BleManager gets me: "TypeError: Cannot read properties of undefined (reading 'createClient')"
- Bluetooth enable not working on android 12 React native
- Issues with yarn test using react-native-ble-manager
- I am using react-native-ble-manager, BleManager.scan() is not returning a peripheral id or uuid on Android 12, but it is working on iOS
- Using react native blemanager I am getting permission problems
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?