Open PierreBresson opened 4 years ago
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/
You can assign it to me?
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/