#rizwan
1 messages · Page 1 of 1 (latest)
as per my last convo
i implement the provided sdk of RN
its buid suscessfull but give this error in last about mainactivity.
What exact error are you referring to?
Starting: Intent { cmp=com.stripeterminalreactnative/.MainActivity }
Error type 3
Error: Activity class {com.stripeterminalreactnative/com.stripeterminalreactnative.MainActivity} does not exist.
When does this error happen? In what context do you see it?
when i implement this SDK
https://github.com/stripe/stripe-terminal-react-native
i clone the sdk from here in strip/stripe-terminal-react-native folder structure
when i build that one after 100% sucess this error come
Starting: Intent { cmp=com.stripeterminalreactnative/.MainActivity }
Error type 3
Error: Activity class {com.stripeterminalreactnative/com.stripeterminalreactnative.MainActivity} does not exist.
Does this happen when you install the package? Or when you run the app?
run the app
When does the error happen? When you just start the app or when a specific action happens?
when build succesd 100% after that its come automaticaly
Could you please share the screenshot where you see the error?
In need better context to be able to help.
i shared with you above oh.
It's very small and hard to read. Could you please share just the error?
This error is appeared when i run the app build succeed but intent error
Hey! Taking over for my colleague. Let me catch up.
You are building the source of the SDK or you are building your project ?
Did you tried to run this sample ?
https://github.com/stripe/stripe-terminal-react-native/tree/main/example-app
is this one is expo supported and run in RN cli ??
at that time i am just running the SDK
Ah right that's an expo sample
What you mean by running the SDK ?
You need to create a project and include the library then:
yarn add @stripe/stripe-terminal-react-native
when i implement this SDK
https://github.com/stripe/stripe-terminal-react-native
i clone the sdk from here in strip/stripe-terminal-react-native folder structure
when i build that one after 100% sucess this error come
Is this true?
You cloned that repository or you are using yarn add @stripe/stripe-terminal-react-native to include the library ?
You need to include/use the library following this step:
https://github.com/stripe/stripe-terminal-react-native/tree/main#installation
no not by cloning the repository
Follow these steps one by one:
https://github.com/stripe/stripe-terminal-react-native/tree/main#getting-started
why its not working when we clone it?
Hi there. When you clone what?
please read upper conversation
Ok, and what is not working?