-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deep linking - Open API to add an emission from another app in NFM.earth #101
Labels
🆕 Feature
New feature - approved by the team
Comments
PierreBresson
added
🆕 Feature
New feature - approved by the team
🍦 Nice to have
Cool, but not urgent
labels
Apr 2, 2020
You can assign it to me? |
Jeconias
added a commit
to Jeconias/nmf-app
that referenced
this issue
Oct 12, 2020
Jeconias
added a commit
to Jeconias/nmf-app
that referenced
this issue
Oct 12, 2020
Jeconias
added a commit
to Jeconias/nmf-app
that referenced
this issue
Oct 12, 2020
PierreBresson
changed the title
Linking - Open API to add an emission from another app in NFM.earth
Deep linking - Open API to add an emission from another app in NFM.earth
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open NMF.earth to the world by providing a small api to add an emission in the NMF.earth app from any external app.
Could be something like :
let redirectUrl = Linking.makeUrl('add/emission', { name: 'Flight', value: 500, emissionType: 'custom' });
nmfearth:///add/emission?name=Flight&value=500&emissionType=custom
https://docs.expo.dev/guides/deep-linking/
The text was updated successfully, but these errors were encountered: