From 1e901ec8626f709ac4203b192d5bb906d6df241d Mon Sep 17 00:00:00 2001 From: Andrew Fulton Date: Fri, 26 May 2017 15:43:05 -0500 Subject: [PATCH 1/5] Small refactor -> issue #13 --- src/utils/AppIcons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/AppIcons.js b/src/utils/AppIcons.js index 777f039..0fcff36 100644 --- a/src/utils/AppIcons.js +++ b/src/utils/AppIcons.js @@ -16,7 +16,7 @@ const icons = { const iconsMap = {}; const iconsLoaded = new Promise((resolve, reject) => { - new Promise.all( + Promise.all( Object.keys(icons).map(iconName => // IconName--suffix--other-suffix is just the mapping name in iconsMap Ionicons.getImageSource( From 2692a7ceb9308ec71e30f5435c6ad667b43346e1 Mon Sep 17 00:00:00 2001 From: Andrew Fulton Date: Fri, 26 May 2017 16:13:07 -0500 Subject: [PATCH 2/5] Use cast_id instead of id. This seems to get rid of duplicate keys for the 'casts' tab of a Movie. Before, Guardians of the Galaxy Vol 2 would have duplicate keys. --- src/modules/movies/tabs/Casts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/movies/tabs/Casts.js b/src/modules/movies/tabs/Casts.js index 4928505..98afb23 100644 --- a/src/modules/movies/tabs/Casts.js +++ b/src/modules/movies/tabs/Casts.js @@ -16,7 +16,7 @@ const Casts = ({ info, getTabHeight }) => { { info.casts.cast.map(item => ( - + From 841105e2638cec9a7861b5b21807e96d64d861b5 Mon Sep 17 00:00:00 2001 From: June Domingo Date: Mon, 9 Oct 2017 23:26:46 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fbbd14b..84f6fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # movieapp Discover Movies and TV shows + + Sponsor + + ![movieapp-screenshots_big_iphone_](https://cloud.githubusercontent.com/assets/5106887/20606597/f176b3e2-b2ac-11e6-9163-c9e625df7748.png) ### Download APK file From 066768f060c418a1f3dbb4a273defc6fb054fddb Mon Sep 17 00:00:00 2001 From: June Domingo Date: Mon, 9 Oct 2017 23:51:40 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f6fd5..de9ebba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# movieapp +# movieapp [![Paypal Donate](https://img.shields.io/badge/paypal-donate-green.svg?style=flat)](https://www.paypal.me/junedomingo) Discover Movies and TV shows From 8f65b63f62789d54c39a707fca24aed660bfde4a Mon Sep 17 00:00:00 2001 From: June Domingo Date: Tue, 9 Jan 2018 09:13:42 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de9ebba..4dbd02a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # movieapp [![Paypal Donate](https://img.shields.io/badge/paypal-donate-green.svg?style=flat)](https://www.paypal.me/junedomingo) Discover Movies and TV shows - - Sponsor - ![movieapp-screenshots_big_iphone_](https://cloud.githubusercontent.com/assets/5106887/20606597/f176b3e2-b2ac-11e6-9163-c9e625df7748.png) @@ -63,3 +60,5 @@ Brent Vatne did awesome work to make this run on exponent, checkout his [repo](h ### How to rename react native app? [react-native-rename](https://github.com/JuneDomingo/react-native-rename) - Rename react-native app with just one command + +