Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantom/deep-link-demo-app
https://github.com/phantom/deep-link-demo-app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantom/deep-link-demo-app
- Owner: phantom
- Created: 2022-03-31T18:41:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T19:04:49.000Z (9 months ago)
- Last Synced: 2024-08-01T08:11:51.756Z (3 months ago)
- Language: TypeScript
- Size: 1.72 MB
- Stars: 50
- Watchers: 6
- Forks: 25
- 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
```