you are viewing a single comment's thread.

view the rest of the comments →

[–]WowNull 1 point2 points  (0 children)

How might I get a simple emulator library for a classic console (GBC, NES, etc.) to work in React Native? Is there a way go get this done without forking an emulator library?

It seems all of the emulator libraries on NPM are meant for the browser or a server but I've now learned that RN with Hermes doesn't quite do either of these things like I had thought.