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.

  1. Load Ready Player Me as a WebView on your partner domain or https://demo.readyplayer.me/avatar.

  2. Retrieve the avatar 3D model via an eventListener.

  3. Import the avatar model into a 3D renderer of your choice.

Integration example built for React Native can be seen on GitHub.

https://github.com/readyplayerme/Example-React-Native

You can also try the example live on Snack.

Last updated

Change request #130: Asset API