Derek Quessenberry
Derek Quessenberry
I am having the same issue with the iPhone simulator as well. Makes Inspector tool unusable. React Native Debugger: v0.11.1 React Native: v0.62.2
I am having this issue too. I'm running RN v0.60.5 and react-native-scrollable-tab-view v 0.10.0. Correct me if I am wrong, but isn't this module a branch off react-native-community/react-native-tab-view? If so,...
@NathanBeesley No, I wasn't able to figure out a work around. I just didn't have the time to mess with it and left it as is. I am curious what...
@azuxx I don't think my issue is related to yours. Your issue seems to be related to an older version of node that doesn't support the spread operator. Perhaps you...
After inspecting the contents of my release ipa and comparing pre and post v0.62.2 builds, it appears this is related to the inclusion of Swift. If I remember correctly, in...
@lachtos that's great news! I removed the bridging header and did another build, but the Swift framework is still being included. Did you do anything else beside just removing the...
@lachtos I can't seem to locate a .swift file in my project. However, I did set the "Always Embed Swift Standard Libraries" configuration on my Project build settings, as well...
Any progress on merging this? I could really use this feature!