Skip to content

Commit

Permalink
fix(ios): file system initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaHadjar committed Jul 28, 2024
1 parent 2f3d692 commit 1732a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alirezahadjar/monorepo",
"private": true,
"version": "0.7.2",
"version": "0.8.0",
"scripts": {
"build": "turbo build",
"clean": "turbo clean && rm -rf node_modules",
Expand Down Expand Up @@ -31,4 +31,4 @@
"packages/*"
],
"packageManager": "yarn@4.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default class ExpoDragDropContentView extends React.PureComponent<DragDro
return (
<NativeExpoDragDropContentView
{...props}
includeBase64={props.includeBase64 || false}
style={resolvedStyle}
//@ts-ignore
onDrop={this.onDropEvent}
Expand Down

0 comments on commit 1732a29

Please sign in to comment.