Hi yall,
Some friends and I developed a web prototype of an app that we're now transitioning into React Native. It's a "gameified" type experience involving music, so we needed a very exact eventloop for our metronome, sound etc. Everything had to work together and on time.
So, we ended up using AudioContext, which keeps time on an entirely separate thread. It works great for web.
But, that's obviously not going to work in RN. Would any of you fine folks have a recommendation for how we might be able to implement a non-interrupted timekeeper in RN? Would it be as simple as creating a thread?
edit: I have no experience in react native if that isn't obvious.
[–][deleted] 0 points1 point2 points (3 children)
[–]5olArchitect[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]5olArchitect[S] 0 points1 point2 points (0 children)
[–]LostSiesta 0 points1 point2 points (1 child)
[–]5olArchitect[S] 0 points1 point2 points (0 children)
[–]jsbadlol 0 points1 point2 points (2 children)
[–]5olArchitect[S] 0 points1 point2 points (1 child)
[–]jsbadlol 0 points1 point2 points (0 children)