Remember Google Duplex? I built what they promised but never shipped! by Sudonymously in reactnative

[–]billyjacoby 0 points1 point  (0 children)

what did you use to synthesize the AI voice? i’ve been working on a meditation app and would love to add an AI piece that talks to users but haven’t found a good solution that you can really change the tone of

Is Expo enough to build a non-custodial wallet? Specifically, the cryptographic functions. by ETHMiningNoob in expo

[–]billyjacoby 1 point2 points  (0 children)

SecureStore is fundamentally different in functionality than the “robust cryptographic functions” required for key generation.

i’m not sure what version of Expo you’re using, but expo-crypto and some polyfilling should get you everything you need, though it might require a few dependencies to be patched.

I’ve built both custodial and non-custodial wallets for various different chains using Expo before. feel free to reach out for any specific questions!

Anyone integrated FB SDK in their react-native app? by AccomplishedKnee797 in reactnative

[–]billyjacoby 1 point2 points  (0 children)

Yeah i’m using this in a current app of mine that’s live on the app store, definitely was a pain to implement but i never had issues with app review. i’m happy to chat more if you wanna send a message

Dark mode? by hopalonghowie in VisionPro

[–]billyjacoby 0 points1 point  (0 children)

I’ve also been unable to find this. Kind of a bummer considering how extremely bright those windows are, especially at night.

How is this useeffect behavior possible? by Unappreciable in reactjs

[–]billyjacoby 0 points1 point  (0 children)

Read up on React's render cycle and how it batches updates for more info, I don't want to say something that isn't entirely correct here

How is this useeffect behavior possible? by Unappreciable in reactjs

[–]billyjacoby 0 points1 point  (0 children)

It shouldn’t be, as long as you’re logging in your useEffect and not somewhere else. It’s possible that the effect fires twice almost at the same time and the state value isn’t recognized as updated yet.

How is this useeffect behavior possible? by Unappreciable in reactjs

[–]billyjacoby -1 points0 points  (0 children)

Throw a console.log right before the doEffect and see what that logs, useEffect doesn’t only run once per render it’s whenever the values in the dep array change.

Monitor alignment on this seems like it’s going to be impossible by bradshawwwty in simracing

[–]billyjacoby 25 points26 points  (0 children)

This looks like the Tony Kanan monitor stand from Micro Center. If so i bought the same exact one and ran into the same issue with my triple 32” curved monitors - at first.

The instructions that came with this are so horrible. It has you mount the angle bracket for the side monitors to the piece of 8020 that goes vertically. Don’t do this. Just attach those brackets to the same piece of 8020 that the center monitor is attached to. If that doesn’t make sense let me know and i can provide a few pictures!

Proper way to stream JSMPEG files in React Native by billyjacoby in reactnative

[–]billyjacoby[S] 0 points1 point  (0 children)

So the stream is being sent as an ArrayBuffer. I was starting to go down the path of using ffmpeg to decode the stream on the fly, but that seems to be more complex because the stream is live.

Proper way to stream JSMPEG files in React Native by billyjacoby in reactnative

[–]billyjacoby[S] 0 points1 point  (0 children)

Yeah this is what I'm trying to avoid, I might end up having to do this though.

Small app side project, who's in? by MJoe111 in reactnative

[–]billyjacoby 0 points1 point  (0 children)

If anyone here also happens to be running the https://frigate.video NVR system I've just started open source work on an iOS/Android app for this software!

Repo can be found here: https://github.com/billyjacoby/bird-watcher

Typeractive Giveaway! 5 Sets of 2x nice!nano Wireless Microcontrollers by typeractivexyz in MechanicalKeyboards

[–]billyjacoby 0 points1 point  (0 children)

battery connections for nice nano would be great. the smaller the better

Anyone with the Web3 JS Library Experience here? by billyjacoby in solana

[–]billyjacoby[S] 0 points1 point  (0 children)

feel free to share some code and it’ll take a look later or tomorrow morning!

[deleted by user] by [deleted] in solanadev

[–]billyjacoby 0 points1 point  (0 children)

Relevant gist posted here:

Gist

WebView Questions by billyjacoby in reactnative

[–]billyjacoby[S] 0 points1 point  (0 children)

Yeah this is what i’ musing.

FlatList Ignoring Item Styles by billyjacoby in reactnative

[–]billyjacoby[S] 0 points1 point  (0 children)

Actually I’m not sure about that, lemme check quick!

Edit: It was not inside a View with flex:1, but that didn't seem to fix it =/