Skip to content

Commit

Permalink
fix: Fixed AppEntry.js issue during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agrawal committed Jan 3, 2024
1 parent 414fa2d commit aa94f13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pearl-ui",
"main": "node_modules/expo/AppEntry.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
"source": "src/index.ts",
"files": [
Expand Down Expand Up @@ -51,6 +52,13 @@
"react-native-reanimated": "~3.3.0",
"react-native-web": "^0.19.9"
},
"peerDependencies": {
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-file-system": "~15.4.5",
"react-native-reanimated": "~3.3.0",
"react-native-gesture-handler": "~2.12.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@commitlint/cli": "^17.7.2",
Expand Down Expand Up @@ -153,4 +161,4 @@
}
]
}
}
}

1 comment on commit aa94f13

@vercel
Copy link

@vercel vercel bot commented on aa94f13 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pearl-ui – ./

docs.pearl-ui.dev
pearl-ui-git-main-rohit9009.vercel.app
pearl-ui-rohit9009.vercel.app

Please sign in to comment.