Skip to content

budzHors7/Expo-Authentication-SDK-53

Repository files navigation

Expo Authentication Template SDK 53

Expo Basic Authentication Template using Context Provider & expo-secure-store to persist user on the device.

Note: This app is using the Expo SDK 53, React Native v0.79, React v19, Expo Router v5.0.0 with the New Architecture

app

How to get the project?

git clone https://github.com/budzHors7/Expo-Authentication-SDK-53.git

Open project directory

cd Expo-Authentication-SDK-53

Install node_modules

npm install

<!-- Using Bun -->

bun install

Create a new prebuild

npx expo prebuild

<!-- Using Bun -->

bunx expo prebuild

Run the project on a simulator

npx expo run:android

npx expo run:ios

<!-- Using Bun -->

bunx expo run:android

bunx expo run:ios

Run the project on a real device

npx expo run:android --device

npx expo run:ios --device

<!-- Using Bun -->

bunx expo run:android --device

bunx expo run:ios --device

Update the expo packages

npx expo install --fix

<!-- Using Bun -->

bunx expo install --fix

About

Authentication Provider with Expo SDK 53, Expo Router v5.0.0, React v19, React Native v0.79

Resources

Stars

Watchers

Forks