Alfonso Curbelo
Alfonso Curbelo
Hey, I just started today on supporting Fabric for iOS.
I think the example is the one not compatible. I'll investigate further.
I tried removing `codegenNativeCommands` and all props from `NativeProps` just to see if it rendered and I can see that it errors out with `Invariant Violation: View config getter callback...
I think this issue has to do with how metro is configured on a monorepo/yarn workspaces like this one. I tried linking `packages/core` to a RN 0.70.3 app that's not...
@AlexanderEggers, please let us know if testing it would help you unblock the PR
@AlexanderEggers thanks for the update! Are you planning on having a separate PR for iOS? I can try to tackle iOS based on the codegen work you've already done here....
@BloodyMonkey, the new architecture is optional. If you are blocked by this you can disable the new architecture (which is disabled by default). If your app broke after upgrading RN...
If there are no other features or fixes in master, I think we should wait until the iOS support for the new architecture gets merged for a new release. @emilioicai...
@norbusonam I think we are waiting on fixing these issues before releasing it: - https://github.com/lottie-react-native/lottie-react-native/issues/963 - https://github.com/lottie-react-native/lottie-react-native/issues/961 I don't have a lot of time right now to look at those....
@lunaleaps I can reproduce this issue using the reproducer mentioned in the description https://github.com/slauzinho/KeyboardAvoidingViewExample.