We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I do not see the method logStartCheckout as being exported.
logStartCheckout
I see Answers.logStartCheckout in this file
react-native-fabric/src/Answers.js
Line 120 in 523a4ed
However when I call import { Answers } from 'react-native-fabric, and if I inspect Answers, it brings me here, which has no logStartCheckout method: https://github.com/corymsmith/react-native-fabric/blob/master/typings/react-native-fabric.d.ts
import { Answers } from 'react-native-fabric
Answers
The text was updated successfully, but these errors were encountered:
I also can't access the answers.logstartcheckout method.
Sorry, something went wrong.
Updated my initial comment, identified the discrepancy.
No branches or pull requests
Hello,
I do not see the method
logStartCheckout
as being exported.I see Answers.logStartCheckout in this file
react-native-fabric/src/Answers.js
Line 120 in 523a4ed
However when I call
import { Answers } from 'react-native-fabric
, and if I inspectAnswers
, it brings me here, which has nologStartCheckout
method: https://github.com/corymsmith/react-native-fabric/blob/master/typings/react-native-fabric.d.tsThe text was updated successfully, but these errors were encountered: