React Native
How to integrate Ready Player Me into React Native applications.
You can use Ready Player Me to add avatars to your React Native application.
The general process is as follows.
Load Ready Player Me as a WebView on your partner domain or https://demo.readyplayer.me/avatar.
Retrieve the avatar 3D model via an
eventListener
.Import the avatar model into a 3D renderer of your choice.
Integration example built for React Native can be seen on GitHub.
You can also try the example live on Snack.
Last updated