expo-snack not detecting login
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 508
- Forks
- 178
- Avg merge
- 5h 7m
- Merged PRs (30d)
- 5
Description
Summary
I'm experiencing an issue where Expo Snack keeps showing a message on the top left of the page "Log in to save your changes as you work" although I'm already logged in to my account! I have been facing this issue since last week.
Steps I have tried:
-Cleared browser cache and cookies
-Used incognito/private browser mode
-tried multiple browsers (e.g., Microsoft Edge, Chrome, Firefox)
-Logged out and logged in back
-Confirmed I'm logged into the correct Expo account
Environment:
-Browser: Microsoft Edge 138.0
-OS: Windows 10 Enterprise
Let me know if there is a fix for this or if it's a known issue. Thanks!
What platform(s) does this occur on?
Web
SDK Version
53
Reproducible demo or steps to reproduce from a blank project
import { NavigationContainer } from '@react-navigation/native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import { View, Text, Button } from 'react-native';
import ProfileScreen from './Screens/profile';
const Stack = createNativeStackNavigator();
function HomeScreen({ navigation }) {
return (
<View
style={{
flex: 1,
justifyContent: 'center',
alignContent: 'center',
padding: 20,
gap: 20
}}>
Home Screen
<Button
title="Go to Details"
onPress={() => navigation.navigate('Details')} color="#33dd22"/>
<Button
title="Go to Profile"
onPress={() => navigation.navigate('Profile')} color="#ff55cc"/>
</View>
)
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Expo Snack web app by reproducing the login-state issue with SDK 53 using the reported browser and operating-system details. Confirm that an authenticated account is recognized and that the “Log in to save your changes as you work” message no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- authentication, frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100