Skip to content

Commit

Permalink
fix: import at app.plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasr73 committed Apr 9, 2024
1 parent c0eab4b commit 63056b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3 — 2024-01-26

- fix compatibility with expo 50

## 0.1.4 — 2024-04-08

- fix import at app.plugin.js

2 changes: 1 addition & 1 deletion app.plugin.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("./build/src");
module.exports = require("./build");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luccasr73/with-rn-image-crop-picker",
"version": "0.1.3",
"version": "0.1.4",
"main": "app.plugin.js",
"homepage": "https://github.com/luccasr73/with-rn-image-crop-picker#readme",
"repository": "https://github.com/luccasr73/with-rn-image-crop-picker.git",
Expand Down

0 comments on commit 63056b1

Please sign in to comment.