cannot understand installation docs
See original GitHub issueI 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???Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Installation issues - Google Workspace Admin Help
Review the system requirements, install any necessary updates, and try the installation again. If the installation still doesn't work, try the following:.
Read more >Troubleshoot Visual Studio installation and upgrade issues
This troubleshooting guide includes step-by-step instructions that should resolve most installation issues.
Read more >Installing or updating the latest version of the AWS CLI
To confirm the installation, open the Start menu, search for cmd to open a command prompt window, and at the command prompt use...
Read more >Download and install - The Go Programming Language
Report Issues. If you spot bugs, mistakes, or inconsistencies in the Go project's code or documentation, please let us know by filing a...
Read more >Installing Moodle - MoodleDocs
Installing Moodle; Installation quick guide ... If you don't fully understand how file ownership and permissions work on your operating ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
![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 theTPSStripe
folder 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.@xeb10154 thank you!