Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5228099

Browse files
authoredJun 20, 2025
Merge 1f30030 into b97eab3
2 parents b97eab3 + 1f30030 commit 5228099

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎.changeset/giant-lamps-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/app': patch
3+
---
4+
5+
Add "react-native" entry point to @firebase/app

‎packages/app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"main": "dist/index.cjs.js",
77
"browser": "dist/esm/index.esm2017.js",
88
"module": "dist/esm/index.esm2017.js",
9+
"react-native": "dist/index.cjs.js",
910
"exports": {
1011
".": {
1112
"types": "./dist/app-public.d.ts",
1213
"require": "./dist/index.cjs.js",
14+
"react-native": "./dist/index.cjs.js",
1315
"default": "./dist/esm/index.esm2017.js"
1416
},
1517
"./package.json": "./package.json"

0 commit comments

Comments
 (0)
Please sign in to comment.