Leandra Hahn
Leandra Hahn
I can confirm that this also happens on [our app](https://github.com/digitalfabrik/lunes-app/tree/1010-upgrade-react-native) with version 4.6.1. I guess the [documentation](https://github.com/digitalfabrik/lunes-app/tree/1010-upgrade-react-native) does say that you only MIGHT have to add the 'file://' prefix, it...
@steffenkleinle I am stealing this PR from you because I am doing that upgrade as part of hopefully getting the newer version of react-native-static-server running. The RN upgrade might still...
We could probably split this issue up into sub-issues for all of these: next-version.ts git-version.ts notify-mattermost github-authentication.ts github-promote-release.ts sentry-release github-release-asset.ts trigger-pipeline.ts github-release.ts manage-metadata.ts move-release-notes.ts
I don't find one either. There's a media query for it but that only works in web :(
Good point, might be a good idea @hauf-toni There is also the slightly related ticket #2794 to show which languages are spoken at a POI.
Slightly belated: Looks good to me :)
Ideally, upgrade to 0.75, or if not possible, open an issue to do it.
Yup, looks great, thank you! But I have a failing test now, `SearchPage › should display results`, does that run for you? (I usually run a `yarn lint`, `yarn test`,...
@marko-ignjatovic Oooof, that sounds like the linter might be using the wrong `.eslintrc` file. The one in this repo does have the `@typescript-eslint/strict-boolean-expressions` setting enabled, but with exceptions for nullable...
That is weird. Especially since the variables that lint is complaining about are booleans. @steffenkleinle did you experience this when you implemented this? Or any ideas from @ztefanie or @f1sh1918...