#VSMobileDevs - react native install

1 messages ยท Page 1 of 1 (latest)

languid turtle
#

Hello, are you seeing some error when you try to install this package?

safe holly
#

yes
let me send

#

I just want to identify user with stripe in my native app

languid turtle
#

I am not sure what that error means. Do you mean identify as in use Stripe Identity? Or are you trying to identify is a user is a recurring customer?

safe holly
#

I want to identify user with useStripeIdentity

rugged raptor
#

Hello ๐Ÿ‘‹
Catching up here
Seems like you're running into an error while running the app.
Is the installation going smoothly? Are you seeing any errors while installing the packages?

safe holly
#

basically package is installed but I'm not able to run the app

safe holly
#

here is the code snippet where I got stuck

rugged raptor
#

yeah it seems like the package isn't being imported/linked correctly

safe holly
#

my package.json looks like

#

@rugged raptor I have used 0.67 version of react native and it is automatically linked our installed packages

#

then why this package is not linked as other packages works fine for me

rugged raptor
#

can you try uninstalling the node_modules and re-installing them?

safe holly
#

yes I did it but not getting any fruitful output ๐Ÿ˜Ÿ

rugged raptor
#

have you been able to clone down the example from github and run that?

safe holly
#

I'm talking about example project

#

its not working

rugged raptor
#

Oh that's strange. Let me try it out.

safe holly
#

yeah ... its also strange for me ... I will take my hours

#

I'll applied all possible solutions from stackoverflow or github etc

rugged raptor
#

are you trying to test in ios?

#

if so, did you run pod install ?