From c96e524b276089d33838cd7533a5627553c84932 Mon Sep 17 00:00:00 2001 From: owenpearson Date: Mon, 25 Mar 2024 09:31:49 +0000 Subject: [PATCH] build: restore package.json react-native field credit to @VeskeR Keeping the exports field for react-native too since this is experimentally supported. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5a390d6ce..dfc5cd50c 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "url": "https://github.com/ably/ably-js/issues", "email": "support@ably.com" }, + "react-native": "./build/ably-reactnative.js", "exports": { ".": { "types": "./ably.d.ts",