react-native-expo-template icon indicating copy to clipboard operation
react-native-expo-template copied to clipboard

Documentation correction

Open Mykyta-Chernenko opened this issue 3 years ago • 0 comments

Thank you for a great template, I am using https://github.com/codingki/react-native-expo-template/tree/master/template-typescript-bottom-tabs-supabase-auth-flow.

There is a little part that is incorrect in the docs // Better put your these secret keys in .env file

supabaseUrl and supabaseKey are both non-secret values. And if they were, it would still not help much. There are kind of no secret values in mobile development

Mykyta-Chernenko avatar Nov 04 '22 15:11 Mykyta-Chernenko