Josh Balfour

Results 18 comments of Josh Balfour
trafficstars

this might help: https://hub.docker.com/r/joshbalfour/cloudwatch-logs/ (full disclosure: i packaged it)

@virl thanks! Big fan of your work on underdark - awesome lib - would have no idea where to start with all this otherwise 😂👍

ok the above didn’t consistently fix the issue for me *but* I was able to reliably fix it by refactoring to using a singleton approach: https://github.com/joshbalfour/react-native-bluetooth-cross-platform/commit/29a23b6c15d8fc163f32e228a5ed1486ccbc6ba6 I’ll do a PR...

@michaeldanielbell Thanks! I am, a simplified version of how i'm doing this is: ```js const { getConnectedPeers, addReceivedMessageListener, sendMessage, } = require('react-native-bluetooth-cross-platform') import newGameStateHandler from './newGameState' import peerIdentifiedHandler from './peerIdentifiedHandler'...

@magicismight please merge, this fixes using this component with react 16

@viz123 You'd be correct in thinking it doesn't support auth currently. Can you be more specific about what sort of authentication you'd be after? In lib/main.js if you search for...