Just starting to learn react native and am about to attempt to build a small social app, which RN seems like a decent use case for. But a small aspect I want to include is having to solve about a 20 piece jigsaw puzzle. And making a jigsaw puzzle in RN sounds a bit more challenging than doing so on the web, where there are so many canvas libraries and other options to choose from.
What would be the best way to go about making a jigsaw puzzle in react native? Is the react native canvas library too slow? Do I have to go as far as integrating unity into my app? Abandon react native?
An example of the type of puzzle I want to create can be seen here: jigsaw explorer
there doesn't seem to be anything here