Dylan
Dylan
Since React Native 0.60 the linking process got overhauled. See: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
If you install GCDWebServer from a cocoapod and your podfile contains use_frameworks!, "GCDWebServerPrivate.h" can't be found anymore in many files. For e.g. the file: GCDWebServerStreamedResponse.m reports the error: 'GCDWebServerPrivate.h' file...
## Documentation Feedback - [x] On iOS you need to ask for App Tracking permissions before requestion ads. I think the docs should mention something about recommending: https://github.com/zoontek/react-native-permissions - [x]...
If I click on an item in the Table of Contents menu, it will "light up" 1 items before, until you scroll a little bit further. It should be active...
The app icons look blurred on mobile Safari (iPhone 13 Pro).
Within Alby (Lightning Browser Extension) we have an option where users can submit feedback. Currently we are using a question mark, but it kinda gives the impression that an icon...
# Feature request In a lot of apps I'm seeing a slightly larger / bigger variant of the segmented control. See for e.g.: - The GitHub iOS app if you...
### Description When testing animations on a real device in `Debug` mode, the animations are very laggy (when using 120 fps). After changing the scheme to `Release` the animations become...
### Description I am using react-native-skia so I can create buttons that use filters such as an "inner shadow". When using multiple Rounded Rects, and centering them horizontally, I have...
### Description I have noticed that the ActivityIndicator is positioned a few pixels off when in a box. (top: approx -1.5 pixels, left: approx -1,5 pixels) I have tried changing...