Michael Mason
Michael Mason
Repro here: https://github.com/mjmasn/eslint-plugin-react-native-270
Similar issue: ```jsx export const Comp = () => { return ( The quick brown fox jumped over the lazy dog{" "} {/* Whitespace(s) cannot be used outside of a...
What's the latest on this? With React Native 0.66 we have to upgrade to Reanimated 2 which breaks chrome debugger debugging for JSC (due to Turbomodules). In theory we can...
@terrysahaidak thanks for the reply, with simulator yes I can connect with Safari directly. Doesn't seem to work for a real iphone device but maybe I'm doing something wrong? It...
@szholdiyarov there's 8px above the X and 10px below it in your image. It's clearer if you zoom in.
Repro is linked in the linked issue but see also here: https://github.com/mjmasn/ReanimatedWithNav6 and not using those 2 packages the bot is mentioning - seems like a buggy bot? :)
@gregjacobs ah yeah that makes sense... A 90% solution could be excluding a trailing single quote if it's the last character and doesn't have a matching single quote in the...
Worth pointing out that Xcode 14.3+ no longer supports Rosetta. So don't upgrade if you need to run 8.x on an M1 machine.
Yeah this seems to be caused by a change to TouchableOpacity in React Native 0.69.... https://github.com/facebook/react-native/commit/3eddc9abb70eb54209c68aab7dbd69e363cc7b29 ```js (flattenStyle(prevProps.style)?.opacity !== flattenStyle(this.props.style)?.opacity) !== undefined ``` is always going to evaluate to true,...
@FrikkieSnyman yep 👍 I imagine it'll be released with React Native 0.72 unless it gets cherry picked onto 0.71 in the meantime