@rnue/react-native-unreal
The JavaScript platform package that adds Unreal support to React Native.
@rnue/react-native-unreal is the out-of-tree unreal platform package for React Native. It contains the JavaScript code for the unreal platform implementation.
We recommend you read the react native documentation on out-of-tree platforms before continuing with this section.
Installation
Read the getting started section of the documentation to learn about the full installation procedure.
Platform resolution
This package declares unreal as an out-of-tree React Native platform. This means that whenever React Native serves a rnue project to an Unreal project, it will rewrite any import from react-native to actually import from @rnue/react-native-unreal.
This means that you can target unreal as well as the regular supported React Native platforms such as ios or android or even web from the same codebase with full support for platform specific code resolution.