Closed
Description
Is your feature request related to a problem? Please describe.
Expo is one of the most popular frameworks for developing React native applications. I'd expect we'll get a lot of requests about this.
Describe the solution you'd like
Is it possible to suppor expo without needing to eject? If so, how much work would that be?
Describe alternatives you've considered
If this isn't easily possible, can we add a "usage with Expo" guide?
Additional context
Currently, when I try to use CardField
within an expo project I get “Invariant Violation: requireNativeComponent: "CardField" was not found in the UIManager.” which is related to the webview usage I beleive.
Activity