Getting Started
Before You Start
There are a few things you need to do before you start using React Native for Unreal Engine.
End User License Agreement
To use rnue you must sign an End User License Agreement (EULA).
Contact the team if you want to initiate the process or ask questions.
Access to rnue GitHub repositories
After signing the EULA, you will be provisioned with access to the rnue GitHub organization.
Set up your development environment
Configure your JavaScript package registry access
To consume rnue JavaScript packages, you must first set up access to the rnue package registry. Follow the instructions in the Package Registry documentation.
Install Unreal Engine
Installation instructions are available in the Unreal Engine documentation.
Make sure you are working with a compatible version of Unreal Engine.
You are now ready to use rnue!
Great job!
Keep reading to get to your first "Hello World" moment with rnue.