-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Who can show me a completely runnable case? #113
Comments
Hello, I've created a file with custom hooks to help me using it. Hope it helps you!
|
@caiorios Can you please share the whole project, and share it here!? |
Hey, @GHOSTLORE a sample app that I made for College as a project, It's working fine you can view it https://github.com/litesam/bluevoice. Also, I haven't used hooks since my friend who is working with me on the project haven't learned hooks so I was using the old way of writing components as classes. |
Hello @litesam. I end up forking this project and made some minors changes to make it works. I didn't add hooks helpers in this project yet. If this interest you, here is the project: |
Hey, @caiorios. I saw your project looks it is cool since I'm new to React Native I'm just writing things on the go, will have to refactor after finishing the project prototype. |
Hi @caiorios . I tried https://github.com/caiorios/rn-bluetooth too. I am able to get the app working but it is not detecting unpaired devices while other apps are able to see the devices. I had the same problem with this repository. I am trying on android. I see tried both methods; by doing react-native link and also by the changes to MainApplication.java, android/settings.gradle and android/app/build.gradle. Both give me same problem (unable to discover devices). For context, I am doing a react-native init BluetoothSerialExample and then copying in the code from your repository. What else should I try? Am i missing something. |
I want to learn how to use this plugin,but the document and demo is not friendly,wanna help!
The text was updated successfully, but these errors were encountered: