# React Native file upload with Supabase Storage

DevFeed: [React Native file upload with Supabase Storage](<https://devfeed.tech/articles/react-native-file-upload-with-supabase-storage-533.md>)

Original publisher: [Read original article](<https://supabase.com/blog/react-native-storage>)

Author: Simon Grimm

Published: 2023-08-01T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [React Native](<https://devfeed.tech/topics/react-native.md>), [Expo](<https://devfeed.tech/topics/expo.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [API](<https://devfeed.tech/topics/api.md>), [App](<https://devfeed.tech/topics/app.md>), [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [github](<https://devfeed.tech/tags/github.md>), [react](<https://devfeed.tech/tags/react.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [storage](<https://devfeed.tech/tags/storage.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to build a React Native file-upload app with Expo and Supabase Storage. It covers creating a Supabase project, configuring authentication, creating a protected storage bucket with access policies, and setting up the React Native application to upload images.

## Source excerpt

Learn how to implement authentication and file upload in a React Native app.