From 958680210babd436ddc4f52ea4c99d4534739728 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 31 Jul 2022 12:42:27 -0500 Subject: [PATCH] readme additions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c76cd6..70c3080 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # react-native-template +Coding conventions: +- Lower-case single-word folder names +- Upper-case single-word file names +- Upper-case exports IF export is an object or reference +- Lower-case exports IF export is a function \ No newline at end of file