NMF-earth / nmf-app

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

Navigation from scan product item in Select Category screen #317

Closed PierreBresson closed 2 years ago

PierreBresson commented 2 years ago

When user clicks on Scan Product in Select Category screen:

NB: First to submit a valid PR, first to merge. Except if you already have merged some good code in this repo, I won’t assign any issue due to spam and beginners unable to complete a PR without a lot of help from my side.

r1jsheth commented 2 years ago

@PierreBresson is this still a valid issue? I see this code snippet

if (!hasPermission) {
    return <PermissionsRequest type="camera" />;
}

File Which almost serves the similar purpose.

PierreBresson commented 2 years ago

@r1jsheth indeed it's already done and can be close. Thanks