Skip to content

Commit

Permalink
fix image select limit
Browse files Browse the repository at this point in the history
  • Loading branch information
topAmity committed Dec 20, 2023
1 parent 3941460 commit d308720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/CreateCommunity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function CreateCommunity() {

mediaType: 'photo',
quality: 1,
selectionLimit: 10
selectionLimit: 1

});
if (!result.didCancel && result.assets && result.assets.length > 0) {
Expand Down

0 comments on commit d308720

Please sign in to comment.