From 7940f44b123530592d11062ad53658dace4775ef Mon Sep 17 00:00:00 2001 From: Leonardo Neves Date: Tue, 3 Jan 2023 14:48:01 -0300 Subject: [PATCH] Fix path to index in package json to work in expo. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e63efcf..277f05c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "homepage": "https://github.com/callstack/react-native-fbads", "main": "dist/lib/index.js", + "react-native": "src/index.ts", "typings": "dist/types/index.d.ts", "directories": { "example": "example"