From 19681fab63940726a11075e5787b8b8707392edc Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 27 May 2017 16:06:37 +0200 Subject: [PATCH 1/2] Added a YouTube channel about React Native --- react-native.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/react-native.md b/react-native.md index c65f649..d10f518 100644 --- a/react-native.md +++ b/react-native.md @@ -31,6 +31,9 @@ https://medium.com/react-native-development/build-an-imgur-client-with-react-native-and-mobx-react-native-school-53146d648250 A tutorial that demonstrates build an RN app with MobX for state management, use of RESTful APIs, full-screen images in a ListView, and detection of device orientation +- **Mario Diez React Native Spanish** + https://www.youtube.com/c/mariodiezoficial + Tutorials about React Native and complete open source aplications. #### Specific aspects @@ -72,4 +75,4 @@ - **Where does authentication fit in a React Native app?** https://goshakkk.name/auth-in-react-native-apps/ - Some quick thoughts on what authentication involves and how to handle it in an RN app \ No newline at end of file + Some quick thoughts on what authentication involves and how to handle it in an RN app From 5e3238db9d0e2e9a7bc566d8b6c374615f3d5f99 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 27 May 2017 16:14:27 +0200 Subject: [PATCH 2/2] react native tutorials with a YouTube channel --- react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native.md b/react-native.md index d10f518..378e809 100644 --- a/react-native.md +++ b/react-native.md @@ -30,7 +30,7 @@ - **Build an Imgur Client with React Native and MobX** https://medium.com/react-native-development/build-an-imgur-client-with-react-native-and-mobx-react-native-school-53146d648250 A tutorial that demonstrates build an RN app with MobX for state management, use of RESTful APIs, full-screen images in a ListView, and detection of device orientation - + - **Mario Diez React Native Spanish** https://www.youtube.com/c/mariodiezoficial Tutorials about React Native and complete open source aplications.