Derk-Jan Karrenbeld
Derk-Jan Karrenbeld
## AuthSession The [final paragraph](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/sdk/auth-session.md#with-react-navigation-v5 ) talks about integration of `AuthSession` with `@react-navigation/native`: > **With React Navigation v5** > If you are using deep linking with React Navigation v5, filtering...
When implementing `Google` with `expo-auth-session`, a few things were difficult to understand. This may be my fault; here are a few suggestion to perhaps make it better. [Link to the...
Related: https://github.com/expo/expo/issues/9391. My guess is that either I have missed a vital step, or that the following was only ever tested in isolation, and not e2e. ### Documentation assumes using...
Here is an image of the new `app.json` documentation:  The old documentation had code blocks, where the indentation was clearly visible. It was easy to visually check if something...
Related #9395 When searching for the limitations on `app.json` (which fields can I update using OTA, and which need a new binary), searching for `app.json` gets the result on the...
Since `expo-cli` version 3.28, I've had various instances where the following error message appears. I included a second error message that further exhibits the same behaviour:  According to someone...
### Current behaviour When trying to animate text by `react-native-paper` using `react-native-reanimated` (v1), native apps crash, and web apps can't find the native component. ```text Error: Unable to locate attached...
There are currently a few issues with the `elasticsearch-extensions` and Windows compatibility: 1. #503 patron gem 2. path can't be determined 3. `/dev/null` does not exist on windows 4. shutdown...
When the documentation website loads, the language pack is set by calling into a library file. https://github.com/developit/preact-www/blob/a42eb4b44458f107b6b6097806317f5f1f439909/src/lib/default-language.js#L4-L10 The handling is currently blindly adhering the browser values and doesn't account for...
See: https://github.com/exercism/docs/tree/master/language-tracks/configuration