-
## Issue
When attempting to run the auth emulator I cannot sign in on a real iOS device. Using iOS simulator works fine. I am using `signInWithEmailAndPassword`.
When running my Expo dev build o…
-
### Minimal reproducible example
github/atcr
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in Expo Go
### Summary
I have my project id in app.json:
`{…
-
### Minimal reproducible example
https://github.com/winghouchan/jest-expo-eventemitter-removesubscription-not-a-function-mcve
### What platform(s) does this occur on?
_No response_
### Where did y…
-
### How were you trying to build the app?
Not sure if this is supposed to be supported or not, but when using nitro on 0.76.1 on a fresh, empty app the build fails on old arch while new arch works.
…
-
I think you're currently relying on VS Code settings instead of having the prettier config set for the project. Consider adding a file like this one as prettier.config.js to the root of your project:
…
ky-zo updated
3 weeks ago
-
### Question
What strictly forbids `react-native-quick-crypto` from being used in expo go? it makes testing expo apps infinitely slower, requiring a full build just to test.
Am i missing something?…
-
### Minimal reproducible example
https://github.com/expo/expo/issues/1873
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in Expo Go
### Summa…
-
### Minimal reproducible example
https://github.com/expo/expo/issues/32006
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in a development build…
-
I need to use `getAudioRoutes` to be able to extract the audio devices.
```javascript
const devices = await navigator.mediaDevices.enumerateDevices();
console.log(devices);
/*
Devices [
…
-
Expo is a better tool stack for app development, switching to it would make publishing easier.
We've had trouble in previous attempts to switch as we use native modules for NFC reading and proving,…