NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
503 stars 156 forks source link

Feature: I want to implement app deeplink to open app from browser link with auth code, for that in i need to add configuration in androidmanifest.xml under android folder #372

Closed SAISUDHEERREDDY closed 1 year ago

SAISUDHEERREDDY commented 1 year ago

Summary

I want to implement app deep-link to open the app from the browser link with auth code, for that in I need to add configuration in androidmanifest.xml under the android folder

But I was unable to find the Android project in the NMF-earth project. where can add androidmanifest.xml?

Here is the code I want to add `<activity

`

Proposed feature

Please find below documentation of what I want to achieve https://reactnavigation.org/docs/deep-linking/

To Do List

Checklist, nice to have, but not mandatory

PierreBresson commented 1 year ago

Hi @SAISUDHEERREDDY It's normal that you can't find the android manifest since the app is using Expo framework on top of React Native. If you want to implement deep link, here is the documentation for expo. This task has been approved, you can find it here so I will close this one as it is a duplicate. Let me know if you need help ;)