Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dive shop #26

Merged
merged 14 commits into from
Jun 9, 2022
Merged

Dive shop #26

merged 14 commits into from
Jun 9, 2022

Conversation

Nnanyielugo
Copy link
Collaborator

No description provided.

formData.append('file', {
uri:
Platform.OS === 'android' ? body.uri : body.uri.replace('file://', ''),
filename: body.name,
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be name not filename

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, fixed this already, thanks.

formData.append('file', {
uri:
Platform.OS === 'android' ? body.uri : body.uri.replace('file://', ''),
filename: body.name,
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be name not filename

@Nnanyielugo Nnanyielugo marked this pull request as ready for review June 9, 2022 18:39
@Nnanyielugo Nnanyielugo merged commit 9c64103 into main Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants