Tipsi-stripe: cannot understand installation docs

Created on 31 Jul 2018  路  6Comments  路  Source: tipsi/tipsi-stripe

I have the question in install chapter at docs.

In install sections,

Drag the following folder into your project:
node_modules/tipsi-stripe/ios/TPSStripe/

I found this sentence. however, I cannot figure out where is my project.
Yes, I open my project in x code like this.

2018-07-31 19 33 39
Can you teach me where???

Most helpful comment

![Image of tipsi-stripe drag and drop step]
(https://user-images.githubusercontent.com/25885192/53764424-2020a300-3ec5-11e9-8fc9-d1e7a23b29e2.png)

I got tipsi-stripe working a few days ago. The TPSStripe folder needs to be on the same level as all the other folders in your .xcodeproj file. Open your .xcodeproj and drop the TPSStripe folder into the file explorer on the left pane. After that, you can go ahead and link tipsi-stripe by running react-native link. I find this works without specifying the exact package you want to link and it will link everything, including a font-awesome package I have as well. Hope it helps.

All 6 comments

Where did you put it? Having the same unclarity and I'm not sure if it's responsible for my installation issues

Can anyone clarify that sentence a bit more? I'm also stuck on understanding it.

I would also like to get an answer to this problem. The instruction for this step is very poor.

Did anyone solve this? Yeah it is really poor. Not everyone is familiar with CocoaPods.

![Image of tipsi-stripe drag and drop step]
(https://user-images.githubusercontent.com/25885192/53764424-2020a300-3ec5-11e9-8fc9-d1e7a23b29e2.png)

I got tipsi-stripe working a few days ago. The TPSStripe folder needs to be on the same level as all the other folders in your .xcodeproj file. Open your .xcodeproj and drop the TPSStripe folder into the file explorer on the left pane. After that, you can go ahead and link tipsi-stripe by running react-native link. I find this works without specifying the exact package you want to link and it will link everything, including a font-awesome package I have as well. Hope it helps.

@xeb10154 thank you!

Was this page helpful?
0 / 5 - 0 ratings