Jeroen van Warmerdam
Jeroen van Warmerdam
### Minimal reproducible example Edit: repro here: https://github.com/expo/expo/issues/33851#issuecomment-2578122651 ```ts import { expect, test } from "@jest/globals"; import { renderRouter } from "expo-router/testing-library"; test("", () => { renderRouter({ index: () =>...
Version 0.81 or React Native is deprecating `SafeAreaView`, and next versions might not include it anymore. https://reactnative.dev/blog/2025/08/12/react-native-0.81#safeareaview-deprecation Please replace it with [react-native-safe-area-context](https://appandflow.github.io/react-native-safe-area-context/).
When running eslint-nibble directly from npx, it's throwing "_Error: The 'jiti' library is required for loading TypeScript configuration files._" error. I'm using an `eslint.config.ts` file for the configuration. Console output:...