Dylan
Dylan
### Issue Link 🔗 #983 ### Description The use of https://developer.apple.com/documentation/network/nwendpoint requires a min target of iOS12.0 This results in crashes on phones using an iOS version lower than 17....
**Describe the bug** I'd like to only change the app's name and leave the bundle identifier intact. Running `npx react-native-rename@latest "new_name"` currently also changed the bundle identifier though. I also...
### Description On initial render the View within a Native Stack has an incorrect height. Upon a second render the height is corrected by taking the header into account. This...
It seems that Samsung removed the API used in this library (on newer TV models) to get installed apps. See: https://github.com/tavicu/homebridge-samsung-tizen/wiki/Applications#newer-tvs-model-year--2020 I'm not sure if there is another way.
If you have an app that only has a dark theme, you should be able to force the style of the search bar to always match dark.
When just playing a song from beginning to end, the **STKAudioPlayerState** will change into **STKAudioPlayerStateStopped**. But when I seek during playback (seeking works fine btw) for some reason the state...
I was wondering if it would be possible to use reversed portals in a React Native project.
`SKStoreReviewController requestReview` became deprecated as of iOS18.0. This PR adds the AppStore requestReview method, which was introduced in iOS16.0. I also added a commit to update the example to the...
An unwanted spacer is added above the title, which causes very large vertical spacing between the hero image and the title. Fixes #4432 ### Motivation Because it differs very much...