tim hatch

Results 15 comments of tim hatch

See also the closed issue #1508 re. 10.0-rc6 Though some of the fixes referred to in that issue thread are redundant, having already been incorporated into 10.0.0, the additional patch...

@oblador I've double checked the package.json and it's 10.0.0 The relevant lines in the fonts.gradle file are/were (prior to patching): ``` android.applicationVariants.all { def variant -> def targetName = variant.name.capitalize()...

@oblador No problem. It caught me out also - and I can't pretend to understand the difference usage of `lintAnalyzeDebug`, `lintAnalyze` and `lintVitalAnalyze`. The inner workings of Gradle are a...

I found the tutorial at [React Native iOS Splash Screen with Storyboard](https://blog.echobind.com/react-native-ios-splash-screen-with-storyboard-f6f9d847994e) quite helpful. I may look at the [BootSplash](https://github.com/zoontek/react-native-bootsplash) component for a new build.

At least on my keyboard (EN-GB) that's control + click, similar issue though. I was referring to option + click, which simply has the effect of moving the cursor's position...