From d8a347bab51200afb424fde5e7dd90aaf9bca940 Mon Sep 17 00:00:00 2001 From: Hays Stanford Date: Thu, 10 Oct 2019 15:47:23 -0500 Subject: [PATCH 1/3] added react-native-menu-bar as submodule --- .gitmodules | 3 +++ react-native-menu-bar | 1 + 2 files changed, 4 insertions(+) create mode 160000 react-native-menu-bar diff --git a/.gitmodules b/.gitmodules index 29189fa..b06880a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "firebase-login-app"] path = firebase-login-app url = git@github.com:HaysS/firebase-login-app.git +[submodule "react-native-menu-bar"] + path = react-native-menu-bar + url = git@github.com:HaysS/react-native-menu-bar.git diff --git a/react-native-menu-bar b/react-native-menu-bar new file mode 160000 index 0000000..7aabe62 --- /dev/null +++ b/react-native-menu-bar @@ -0,0 +1 @@ +Subproject commit 7aabe62b19357d07df8a8f7878c4267482befdc6 From 5e2116b2e58d08dc362a8d5623b40c7054a39919 Mon Sep 17 00:00:00 2001 From: Hays Stanford Date: Thu, 10 Oct 2019 15:48:07 -0500 Subject: [PATCH 2/3] added practice-app-youtube-rn as submodule --- .gitmodules | 3 +++ practice-app-youtube-rn | 1 + 2 files changed, 4 insertions(+) create mode 160000 practice-app-youtube-rn diff --git a/.gitmodules b/.gitmodules index b06880a..3fb625a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "react-native-menu-bar"] path = react-native-menu-bar url = git@github.com:HaysS/react-native-menu-bar.git +[submodule "practice-app-youtube-rn"] + path = practice-app-youtube-rn + url = git@github.com:HaysS/practice-app-youtube-rn.git diff --git a/practice-app-youtube-rn b/practice-app-youtube-rn new file mode 160000 index 0000000..cb016db --- /dev/null +++ b/practice-app-youtube-rn @@ -0,0 +1 @@ +Subproject commit cb016db231177b833d11b2b8bb9915832f1b5481 From cf03c5c27e6a6dc87f623fe713d65d6f9bc427d8 Mon Sep 17 00:00:00 2001 From: Hays Stanford Date: Thu, 10 Oct 2019 16:07:49 -0500 Subject: [PATCH 3/3] added fancy ass README --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6630da6 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +

Welcome to react-native-tutorials 👋

+

+ + License: MIT + + + Twitter: thehaysstanford + +

+ +> The ultimate collection of React Native tutorials. Includes animations, user auth, screen navigation & much more. + +### 🏠 [Homepage](haysstanford.com) + +## Install + +```sh +yarn +``` + +## Usage + +```sh +expo start +``` + +## Author + +👤 **Hays Stanford** + +* Twitter: [@thehaysstanford](https://twitter.com/thehaysstanford) +* Github: [@HaysS](https://github.com/HaysS) + +## Show your support + +Give a ⭐️ if this project helped you! + +*** +_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ \ No newline at end of file