We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbc742 commit 6881188Copy full SHA for 6881188
doc/api/packages.md
@@ -706,6 +706,9 @@ is provided below to assist with ecosystem coordination.
706
the given export. _This condition should always be included first._
707
* `"deno"` - indicates a variation for the Deno platform.
708
* `"browser"` - any web browser environment.
709
+* `"react-native"` - will be matched by the React Native framework (all
710
+ platforms). _To target React Native for Web, `"browser"` should be specified
711
+ before this condition._
712
* `"development"` - can be used to define a development-only environment
713
entry point, for example to provide additional debugging context such as
714
better error messages when running in a development mode. _Must always be
0 commit comments