https://github.com/phantom/deep-link-demo-app
https://github.com/phantom/deep-link-demo-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantom/deep-link-demo-app
- Owner: phantom
- Created: 2022-03-31T18:41:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T18:54:10.000Z (5 months ago)
- Last Synced: 2025-01-02T19:37:56.740Z (5 months ago)
- Language: TypeScript
- Size: 1.72 MB
- Stars: 314
- Watchers: 6
- Forks: 27
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - phantom/deep-link-demo-app - (TypeScript)
README
# Deep linking API demo application
This repo contains a demo application written with React Native that showcases Phantom's deep linking API.[API Documentation](https://docs.phantom.app/integrating/deeplinks)
## Getting started
```sh
# install dependencies
$ yarn
# start metro bundler
$ yarn start
```