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.

Can you teach me where???
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!
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
TPSStripefolder needs to be on the same level as all the other folders in your .xcodeproj file. Open your .xcodeproj and drop theTPSStripefolder into the file explorer on the left pane. After that, you can go ahead and link tipsi-stripe by runningreact-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.