You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native-sandbox/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
8
8
This is the **developer documentation** for installing and using `@callstack/react-native-sandbox` in your React Native application.
9
9
10
+
## Requirements
11
+
12
+
-**React Native >= 0.78**
13
+
-**New Architecture** (Fabric) enabled
14
+
15
+
This library uses `RCTReactNativeFactory`, C++ TurboModules, and Fabric component APIs that are only available starting from React Native 0.78. It does not include an Old Architecture / Bridge fallback.
0 commit comments