Zak

Results 22 comments of Zak

@ryanwilson I got it to work in debug mode by switching the entitlement file to development and the AppDelegate setup to .sandbox. However, switching it to Production and the AppDelegate...

@nidegen— Firebase Phone Auth has been a nightmare lately with many random internal errors and now this Token Mismatch for MacCatalyst even with 10.2.0. 🤯

I had the same issue. It looks like it relates to the redeclaration of a variable in macOS runtime and none of the workarounds I tried had any effect. React...

@Huxpro — do you have any idea how to get a fresh project up and running on MacCatalyst with Hermes? I saw from Hermes release notes that it supports MacCatalyst...

Per my [comment](https://github.com/reactwg/react-native-releases/discussions/1#discussioncomment-1711630) on RN67 release candidate, we were able to move past the `time.h` file bug by adding the following to the if check on line 31: `|| TARGET_OS_MAC_CATALYST`...

We are getting errors on Samsung devices for SpannableText: ``` [SpannableStringBuilder.java line 1123](https://notifications.googleapis.com/email/...someLongURL) android.text.SpannableStringBuilder.siftDown ``` running "react-native": "0.71.1", The issue appears to effect Samsung Phones more and when users change...

Btw it works on iPad but not iPhone...

Connected to: https://github.com/facebook/flipper/issues/3117

@thibaultcapelli what is your build setup? In what capacity are you using Flipper?

@thibaultcapelli — according to the release notes, RN .70 should support Mac Catalyst. Haven't gotten through removing all PropTypes yet to find out. For now we remove Flipper reference for...