From 6802567a4b91d2d2b664a75dace0ae03f810b972 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 15 Jun 2021 17:56:29 -0400 Subject: [PATCH] Preparing for React Native --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 450ff4d..1c1eab4 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "main": "lib/index.js", "module": "lib/main.js", + "react-native": "lib/main.js", "dependencies": { "base64url": "^3.0.1", "cross-fetch": "^3.1.4",