@nolag/feed 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @nolag/feed
3
+ * React Native entry point.
4
+ *
5
+ * Identical to the browser entry: this SDK is transport-agnostic and attaches
6
+ * to an injected NoLag client, so it has no platform-specific code of its own.
7
+ * The entry exists purely so Metro has a `react-native` condition to resolve.
8
+ * Metro matches "react-native" then "import"/"require" and does not understand
9
+ * the "browser" condition, so without this it resolves the Node build of this
10
+ * package and, through it, the Node build of @nolag/js-sdk (which imports
11
+ * `ws` and fails to bundle).
12
+ */
13
+ export * from "./browser";