From aa334a4a59355763332391a5dfb5dcb5c0f60f45 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:50:04 +0200 Subject: [PATCH] Clarification on Framework usage (#651) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 996e1d7ea..a6c670d3a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Babylon React Native relies heavily on newer React Native constructs including J See the [package usage](Modules/@babylonjs/react-native/README.md) for installation instructions and/or the Playground app's [App.tsx](Apps/Playground/App.tsx) for example usage. You can also clone [this sample repo](https://github.com/BabylonJS/BabylonReactNativeSample) to quickly get started. +## Frameworks (Expo, ...) + +Note: Official support for React Native frameworks, like Expo, is not provided by BabylonReactNative. While BabylonReactNative may work with these frameworks, we do not conduct testing, bug fixes, or feature development to ensure compatibility. + ## Contributing This quick overview will help you get started developing in the Babylon React Native repository. We support development on Windows and MacOS, but assume the use of [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell) in the instructions below (unless otherwise noted).