@somesoap/react-native-godot
v1.2.2
Published
Embed Godot into React Native apps
Readme
React Native Godot (Fork)
[!IMPORTANT] This fork of the library is powered by react-native-worklets (from Software Mansion). It utilizes worklets to ensure high-performance communication between the React Native JavaScript thread and the Godot Engine thread. This package is a drop-in replacement for the original package using
react-native-workletsinstead ofreact-native-worklets-coreby Margelo.
This is a fork of the original repository: borndotcom/react-native-godot
Installation
yarn add @somesoap/react-native-godotAfter installation, you must run the following command to download prebuilt binaries:
yarn download-prebuiltPeer Dependencies
This package requires the following peer dependency:
react-native-worklets(tested on version0.10.0)
To install react-native-worklets version 0.10.0, run:
yarn add [email protected]