Bluetooth application with react native - reactjs

Hi i want to write an application in react-native that people in same place can join each other and play a game on bluetooth connection.
The first question is if it is possible with react native?
And second is which documentation can help me ?
Thanks

I dont see why not, i have used Ionic wich uses Cordova (non native) to create bluetooth connections without problem, bluetooth is a basic feature of phones.
Take a look at this library it may help you or give you a good point of start: https://github.com/Polidea/react-native-ble-plx

Related

Designing window frames (of real houses) with React

In my new project with React, I need to implement an environment for designing doors and windows so that the user can design frames through the browser (like the two figures below) and then save it on the server-side. Then I have to fetch and display it in the mobile application that is implemented with React Native. I searched for it but couldn't find anything special that would work. I even found "konvajs" that has done some work in this area but it doesn't work for me and I think I need to develop this feature myself. If you know of any tools or technologies for this, please let me know. If not, what do you think I can do about it?
picture-1
picture-2

Does React Native Web Library support both PWA and Native APP?

Sorry for this idioit question. I’m a beginner developer of React. I know this library https://github.com/necolas/react-native-web can compile React Native runs as PWA, so does it mean that I just need to write the codes one time for both iOS and Android app and PWA?
Do I understand correctly?
The answer is a little bit more complicated but +/- yes. Mostly you write one code and its working everywhere, but there are platform needs that are different and you need to cover it sometimes differently.

Mobile game p2p port-forwarding

I am trying to create a mobile P2P game with network library written in c (enet/libuv).
I have read in some forum that there is risk of blocked port by the router and I need to do something called port-forwarding.
Most of the topic related are for console games and I'm trying to do mobile game, which theoretically should be the same.
Sorry for my noob question but, will it be a big issue for my game and how can I fix this problem (without using any third-party help) ?
Many thanks for the help.

reactjs or reactive-native application for ipod using Honewell Captuvo sled

Good Morning,
I would like to create a reactjs or react-native application, whichever is most applicable, for an ipod that is within a Honeywell Captuvo sled (this provides a fully functional barcode scanner, and locks the device to help prevent theft).
The only programming plugin I can find for the sled, is a cordova one:
https://github.com/BlueFletch/cordova-plugin-honeywell-captuvo
Being new to react programming, I am not quite sure what environment I can use that would allow me to be able to tap into this plugin to integrate retrieving data from the barcode scanner within my application.
Any help in understanding my options that would work with this, would be appreciated!
Thanks,
Jim

How to Implement Fingerprint Lock Screen in Codenameone

Does anyone have an idea to implementing lock screen that uses fingerprint to unlock the screen on a codenameone app. Any ideas at all will be welcomed. Majority of ideas i have seen are basically cheat concepts that does not implement the concept. You ideas, resources, links etc are welcomed even if it requires a 3rd party service butt I think java native code may be able to do this, i just dont have a clear idea yet.
Global lock screen can't be implemented in Codename One since its very specific to Android and has no portable alternative. You might as well just write a native app.
You will need to write a native interface to access the fingerprint reader hardware:
https://www.codenameone.com/how-do-i---access-native-device-functionality-invoke-native-interfaces.html
https://www.codenameone.com/blog/integrating-3rd-party-native-sdks-part-1.html
Using the native touch ID should be pretty strait forward e.g.: http://www.devfright.com/touch-id-tutorial-objective-c/

Resources