Caio Rios

Results 4 comments of Caio Rios

Solved the problem installing the forked version of everything under GitbookIO npm scope. For me, the package.json now is: "@gitbook/slate": "^0.34.11-0", "@gitbook/slate-edit-list": "^0.12.2", "@gitbook/slate-html-serializer": "^0.6.17-0", "@gitbook/slate-react": "^0.13.9-0",

Hello, I've created a file with custom hooks to help me using it. Hope it helps you! ``` import { useEffect, useCallback } from 'react'; import BluetoothSerial from 'react-native-bluetooth-serial'; const...

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,...

Hello, I would like to know why it isn't possible. There is a function called `unpairDevice` that apparently does nothing. When I try to call it, the log stops on...