Alex Losikov
Alex Losikov
The same happens if path to the project has spaces: ``` An exception occured while reading gradle file: No such file or directory @ rb_sysopen - /Client\ Test\ And\ Internal\...
@abrasat, remove "bin" folder from the root. Please let me know if it still doesn't work.
@abrasat **ts-jest** executes **ts** files on fly (compiling to **js** in-memory, not to disk). It fails because it uses **js** files in **bin** folder, not **ts** files in **src** folder....
Hi @hlim7, `swagger-routes-express` builds routes automatically to the functions exported in _src/api/controllers/index.ts_ using **operationId** parameter as a function name for each path in _config/openapi.yml_. `express-openapi-vaidator`, validates all [query parameters](https://swagger.io/docs/specification/describing-parameters/), [request](https://swagger.io/docs/specification/describing-request-body/)...
@hlim7, thanks for showing it! I will try it.
**Workaround for Android DatePicker Automation with Detox** I've successfully automated the Android date picker using Detox. Here's my setup and solution: ## Environment - **React Native Version**: 0.81.5 - **react-native-date-picker...
**System theme changes don't trigger `useColorScheme()` or `Appearance.addChangeListener()` on iOS** On React Native 0.81.5, when the system theme (light/dark) changes while the app is running, neither `useColorScheme()` nor `Appearance.addChangeListener()` fires....