├── .babelrc
├── .buckconfig
├── .editorconfig
├── .flowconfig
├── .gitattributes
├── .gitignore
├── .watchmanconfig
├── App
├── Components
│ ├── Announcement.tsx
│ ├── BackgroundVideo.tsx
│ ├── Break.tsx
│ ├── ConferenceAnnouncements.tsx
│ ├── DayToggle.js
│ ├── FullButton.tsx
│ ├── Gallery.tsx
│ ├── InfiniteRed.tsx
│ ├── LiveHelp.tsx
│ ├── NotificationsBar.tsx
│ ├── PurpleGradient.tsx
│ ├── README.md
│ ├── RemindMeButton.tsx
│ ├── RoundedButton.tsx
│ ├── SeeProcess.tsx
│ ├── SocialMediaButton.tsx
│ ├── Sponsor.tsx
│ ├── Sponsors.tsx
│ ├── Styles
│ │ ├── AnnouncementStyle.ts
│ │ ├── BreakStyle.ts
│ │ ├── DayToggleStyle.js
│ │ ├── FullButtonStyles.ts
│ │ ├── GalleryStyle.ts
│ │ ├── InfiniteRedStyles.ts
│ │ ├── LiveHelpStyles.ts
│ │ ├── ModalStyle.ts
│ │ ├── README.md
│ │ ├── RemindMeButtonStyle.ts
│ │ ├── RoundedButtonStyles.ts
│ │ ├── SeeProcessStyles.ts
│ │ ├── SocialMediaButtonStyles.ts
│ │ ├── SponsorsStyles.ts
│ │ ├── TalkInfoStyle.ts
│ │ ├── TalkStyle.ts
│ │ ├── TimeIndicatorStyle.ts
│ │ ├── TwitterStyles.ts
│ │ ├── VenueMapCalloutStyles.ts
│ │ └── VenueMapStyles.ts
│ ├── Talk.tsx
│ ├── TalkInfo.tsx
│ ├── TimeIndicator.tsx
│ ├── Twitter.tsx
│ ├── VenueMap.tsx
│ └── VenueMapCallout.tsx
├── Config
│ ├── AppConfig.js
│ ├── CodePushConfig.ts
│ ├── DebugConfig.js
│ ├── PushConfig.js
│ ├── README.md
│ ├── ReactotronConfig.js
│ ├── ReduxPersist.js
│ └── index.js
├── Containers
│ ├── AboutScreen.js
│ ├── App.tsx
│ ├── BreakDetailScreen.js
│ ├── LaunchScreen.js
│ ├── LocationScreen.js
│ ├── README.md
│ ├── RootContainer.js
│ ├── ScheduleScreen.js
│ ├── Styles
│ │ ├── AboutScreenStyle.js
│ │ ├── BreakDetailScreenStyle.js
│ │ ├── LaunchScreenStyles.js
│ │ ├── LocationScreenStyle.js
│ │ ├── README.md
│ │ ├── RootContainerStyles.js
│ │ ├── ScheduleScreenStyle.js
│ │ └── TalkDetailScreenStyle.js
│ └── TalkDetailScreen.js
├── Fixtures
│ ├── README.md
│ ├── nearby.json
│ └── schedule.json
├── I18n
│ ├── I18n.js
│ ├── README.md
│ ├── languages
│ │ ├── af.json
│ │ ├── am.json
│ │ ├── ar.json
│ │ ├── bg.json
│ │ ├── ca.json
│ │ ├── cs.json
│ │ ├── da.json
│ │ ├── de.json
│ │ ├── el.json
│ │ ├── english.json
│ │ ├── es.json
│ │ ├── et.json
│ │ ├── fi.json
│ │ ├── fil.json
│ │ ├── fr.json
│ │ ├── he.json
│ │ ├── hi.json
│ │ ├── hr.json
│ │ ├── hu.json
│ │ ├── id.json
│ │ ├── it.json
│ │ ├── ja.json
│ │ ├── ko.json
│ │ ├── lt.json
│ │ ├── lv.json
│ │ ├── ms.json
│ │ ├── nb.json
│ │ ├── nl.json
│ │ ├── no.json
│ │ ├── pl.json
│ │ ├── pt.json
│ │ ├── ro.json
│ │ ├── ru.json
│ │ ├── sk.json
│ │ ├── sl.json
│ │ ├── sr.json
│ │ ├── sv.json
│ │ ├── sw.json
│ │ ├── th.json
│ │ ├── tr.json
│ │ ├── uk.json
│ │ ├── vi.json
│ │ ├── zh.json
│ │ └── zu.json
│ └── platform_languages.txt
├── Images
│ ├── BG.png
│ ├── Icons
│ │ ├── back-button@2x.png
│ │ ├── chevron-right@2x.png
│ │ ├── close-button.png
│ │ ├── close-button@2x.png
│ │ ├── close-button@3x.png
│ │ ├── faq-icon.png
│ │ ├── faq-icon@2x.png
│ │ ├── faq-icon@3x.png
│ │ ├── hamburger@2x.png
│ │ ├── icon-api-testing@2x.png
│ │ ├── icon-arrow.png
│ │ ├── icon-arrow@2x.png
│ │ ├── icon-arrow@3x.png
│ │ ├── icon-bg-stars.png
│ │ ├── icon-bg-stars@2x.png
│ │ ├── icon-bg-stars@3x.png
│ │ ├── icon-blowhorn.png
│ │ ├── icon-blowhorn@2x.png
│ │ ├── icon-blowhorn@3x.png
│ │ ├── icon-chevron.png
│ │ ├── icon-chevron@2x.png
│ │ ├── icon-chevron@3x.png
│ │ ├── icon-components@2x.png
│ │ ├── icon-device-information@2x.png
│ │ ├── icon-directions.png
│ │ ├── icon-directions@2x.png
│ │ ├── icon-directions@3x.png
│ │ ├── icon-github-red.png
│ │ ├── icon-github-red@2x.png
│ │ ├── icon-github-red@3x.png
│ │ ├── icon-home@2x.png
│ │ ├── icon-info-active.png
│ │ ├── icon-info-active@2x.png
│ │ ├── icon-info-active@3x.png
│ │ ├── icon-info-inactive.png
│ │ ├── icon-info-inactive@2x.png
│ │ ├── icon-info-inactive@3x.png
│ │ ├── icon-location-active.png
│ │ ├── icon-location-active@2x.png
│ │ ├── icon-location-active@3x.png
│ │ ├── icon-location-inactive.png
│ │ ├── icon-location-inactive@2x.png
│ │ ├── icon-location-inactive@3x.png
│ │ ├── icon-marker.png
│ │ ├── icon-marker@2x.png
│ │ ├── icon-marker@3x.png
│ │ ├── icon-more-active.png
│ │ ├── icon-more-active@2x.png
│ │ ├── icon-more-active@3x.png
│ │ ├── icon-more.png
│ │ ├── icon-more@2x.png
│ │ ├── icon-more@3x.png
│ │ ├── icon-notification-active.png
│ │ ├── icon-notification-active@2x.png
│ │ ├── icon-notification-active@3x.png
│ │ ├── icon-notification-inactive.png
│ │ ├── icon-notification-inactive@2x.png
│ │ ├── icon-notification-inactive@3x.png
│ │ ├── icon-purple-arrow.png
│ │ ├── icon-purple-arrow@2x.png
│ │ ├── icon-purple-arrow@3x.png
│ │ ├── icon-schedule-active.png
│ │ ├── icon-schedule-active@2x.png
│ │ ├── icon-schedule-active@3x.png
│ │ ├── icon-schedule-inactive.png
│ │ ├── icon-schedule-inactive@2x.png
│ │ ├── icon-schedule-inactive@3x.png
│ │ ├── icon-schedule.png
│ │ ├── icon-schedule@2x.png
│ │ ├── icon-schedule@3x.png
│ │ ├── icon-theme@2x.png
│ │ ├── icon-twitter-red.png
│ │ ├── icon-twitter-red@2x.png
│ │ ├── icon-twitter-red@3x.png
│ │ ├── icon-usage-examples@2x.png
│ │ ├── icon-venue-active.png
│ │ ├── icon-venue-active@2x.png
│ │ ├── icon-venue-active@3x.png
│ │ ├── icon-venue.png
│ │ ├── icon-venue@2x.png
│ │ ├── icon-venue@3x.png
│ │ ├── icon-white-arrow.png
│ │ ├── icon-white-arrow@2x.png
│ │ ├── icon-white-arrow@3x.png
│ │ └── sun-phases
│ │ │ ├── phase1.png
│ │ │ ├── phase10.png
│ │ │ ├── phase10@2x.png
│ │ │ ├── phase10@3x.png
│ │ │ ├── phase11.png
│ │ │ ├── phase11@2x.png
│ │ │ ├── phase11@3x.png
│ │ │ ├── phase12.png
│ │ │ ├── phase12@2x.png
│ │ │ ├── phase12@3x.png
│ │ │ ├── phase13.png
│ │ │ ├── phase13@2x.png
│ │ │ ├── phase13@3x.png
│ │ │ ├── phase14.png
│ │ │ ├── phase14@2x.png
│ │ │ ├── phase14@3x.png
│ │ │ ├── phase15.png
│ │ │ ├── phase15@2x.png
│ │ │ ├── phase15@3x.png
│ │ │ ├── phase16.png
│ │ │ ├── phase16@2x.png
│ │ │ ├── phase16@3x.png
│ │ │ ├── phase17.png
│ │ │ ├── phase17@2x.png
│ │ │ ├── phase17@3x.png
│ │ │ ├── phase18.png
│ │ │ ├── phase18@2x.png
│ │ │ ├── phase18@3x.png
│ │ │ ├── phase19.png
│ │ │ ├── phase19@2x.png
│ │ │ ├── phase19@3x.png
│ │ │ ├── phase1@2x.png
│ │ │ ├── phase1@3x.png
│ │ │ ├── phase2.png
│ │ │ ├── phase20.png
│ │ │ ├── phase20@2x.png
│ │ │ ├── phase20@3x.png
│ │ │ ├── phase21.png
│ │ │ ├── phase21@2x.png
│ │ │ ├── phase21@3x.png
│ │ │ ├── phase22.png
│ │ │ ├── phase22@2x.png
│ │ │ ├── phase22@3x.png
│ │ │ ├── phase2@2x.png
│ │ │ ├── phase2@3x.png
│ │ │ ├── phase3.png
│ │ │ ├── phase3@2x.png
│ │ │ ├── phase3@3x.png
│ │ │ ├── phase4.png
│ │ │ ├── phase4@2x.png
│ │ │ ├── phase4@3x.png
│ │ │ ├── phase5.png
│ │ │ ├── phase5@2x.png
│ │ │ ├── phase5@3x.png
│ │ │ ├── phase6.png
│ │ │ ├── phase6@2x.png
│ │ │ ├── phase6@3x.png
│ │ │ ├── phase7.png
│ │ │ ├── phase7@2x.png
│ │ │ ├── phase7@3x.png
│ │ │ ├── phase8.png
│ │ │ ├── phase8@2x.png
│ │ │ ├── phase8@3x.png
│ │ │ ├── phase9.png
│ │ │ ├── phase9@2x.png
│ │ │ └── phase9@3x.png
│ ├── README.md
│ ├── afterparty-bg-lg.jpg
│ ├── afterparty-bg-lg@2x.jpg
│ ├── afterparty-bg-lg@3x.jpg
│ ├── bg-coffee-break.jpg
│ ├── bg-coffee-break@2x.jpg
│ ├── bg-coffee-break@3x.jpg
│ ├── bg-happy-hour.jpg
│ ├── bg-happy-hour@2x.jpg
│ ├── bg-happy-hour@3x.jpg
│ ├── bg-lunch-break.jpg
│ ├── bg-lunch-break@2x.jpg
│ ├── bg-lunch-break@3x.jpg
│ ├── bg-lunch.png
│ ├── bg-lunch@2x.png
│ ├── bg-lunch@3x.png
│ ├── bg-party.jpg
│ ├── bg-party@2x.jpg
│ ├── bg-party@3x.jpg
│ ├── bg-thank-you.jpg
│ ├── bg-thank-you@2x.jpg
│ ├── bg-thank-you@3x.jpg
│ ├── breakfast-bg-lrg.jpg
│ ├── breakfast-bg-lrg@2x.jpg
│ ├── breakfast-bg-lrg@3x.jpg
│ ├── breakfast.jpg
│ ├── breakfast@2x.jpg
│ ├── breakfast@3x.jpg
│ ├── button-bg@2x.png
│ ├── coffee-bg-lg.jpg
│ ├── coffee-bg-lg@2x.jpg
│ ├── coffee-bg-lg@3x.jpg
│ ├── cr-logo.png
│ ├── cr-logo@2x.png
│ ├── cr-logo@3x.png
│ ├── deschutes-brewery.jpg
│ ├── deschutes-brewery@2x.jpg
│ ├── deschutes-brewery@3x.jpg
│ ├── fat-head-brewery.jpg
│ ├── fat-head-brewery@2x.jpg
│ ├── fat-head-brewery@3x.jpg
│ ├── grad_armory.png
│ ├── grad_armory@2x.png
│ ├── grad_armory@3x.png
│ ├── ignite-logo-transparent.png
│ ├── ignite_logo.png
│ ├── img-barista.jpg
│ ├── img-barista@2x.jpg
│ ├── img-barista@3x.jpg
│ ├── img-chinesegarden.jpg
│ ├── img-chinesegarden@2x.jpg
│ ├── img-chinesegarden@3x.jpg
│ ├── img-courier.jpg
│ ├── img-courier@2x.jpg
│ ├── img-courier@3x.jpg
│ ├── img-fatheads.jpg
│ ├── img-fatheads@2x.jpg
│ ├── img-fatheads@3x.jpg
│ ├── img-heartcoffee.jpg
│ ├── img-heartcoffee@2x.jpg
│ ├── img-heartcoffee@3x.jpg
│ ├── img-japanesegarden.jpg
│ ├── img-japanesegarden@2x.jpg
│ ├── img-japanesegarden@3x.jpg
│ ├── img-omsi.jpg
│ ├── img-omsi@2x.jpg
│ ├── img-omsi@3x.jpg
│ ├── img-peets.jpg
│ ├── img-peets@2x.jpg
│ ├── img-peets@3x.jpg
│ ├── img-pioneersquare.jpg
│ ├── img-pioneersquare@2x.jpg
│ ├── img-pioneersquare@3x.jpg
│ ├── img-powells.jpg
│ ├── img-powells@2x.jpg
│ ├── img-powells@3x.jpg
│ ├── img-saltnstraw.jpg
│ ├── img-saltnstraw@2x.jpg
│ ├── img-saltnstraw@3x.jpg
│ ├── img-stumptown.jpg
│ ├── img-stumptown@2x.jpg
│ ├── img-stumptown@3x.jpg
│ ├── img-voodoo.jpg
│ ├── img-voodoo@2x.jpg
│ ├── img-voodoo@3x.jpg
│ ├── img-waterfront.jpg
│ ├── img-waterfront@2x.jpg
│ ├── img-waterfront@3x.jpg
│ ├── ir-logo.png
│ ├── ir-logo@2x.png
│ ├── ir-logo@3x.png
│ ├── ir.png
│ ├── launch-icon.png
│ ├── launch-icon@2x.png
│ ├── launch-icon@3x.png
│ ├── little-big-burger.jpg
│ ├── little-big-burger@2x.jpg
│ ├── little-big-burger@3x.jpg
│ ├── lunch-bg-lg.jpg
│ ├── lunch-bg-lg@2x.jpg
│ ├── lunch-bg-lg@3x.jpg
│ ├── lyft-button.png
│ ├── lyft-button@2x.png
│ ├── lyft-button@3x.png
│ ├── sponsor.png
│ ├── sponsor@2x.png
│ ├── sponsor@3x.png
│ ├── sponsors
│ │ ├── img-sponsor-amazon-web-services.png
│ │ ├── img-sponsor-amazon-web-services@2x.png
│ │ ├── img-sponsor-amazon-web-services@3x.png
│ │ ├── img-sponsor-bugsnag.png
│ │ ├── img-sponsor-bugsnag@2x.png
│ │ ├── img-sponsor-bugsnag@3x.png
│ │ ├── img-sponsor-business-oregon.png
│ │ ├── img-sponsor-business-oregon@2x.png
│ │ ├── img-sponsor-business-oregon@3x.png
│ │ ├── img-sponsor-callstack.png
│ │ ├── img-sponsor-callstack@2x.png
│ │ ├── img-sponsor-callstack@3x.png
│ │ ├── img-sponsor-capital-one.png
│ │ ├── img-sponsor-capital-one@2x.png
│ │ ├── img-sponsor-capital-one@3x.png
│ │ ├── img-sponsor-echobind.png
│ │ ├── img-sponsor-echobind@2x.png
│ │ ├── img-sponsor-echobind@3x.png
│ │ ├── img-sponsor-formidable.png
│ │ ├── img-sponsor-formidable@2x.png
│ │ ├── img-sponsor-formidable@3x.png
│ │ ├── img-sponsor-gudog.png
│ │ ├── img-sponsor-gudog@2x.png
│ │ ├── img-sponsor-gudog@3x.png
│ │ ├── img-sponsor-healthsparq.png
│ │ ├── img-sponsor-healthsparq@2x.png
│ │ ├── img-sponsor-healthsparq@3x.png
│ │ ├── img-sponsor-instrument.png
│ │ ├── img-sponsor-instrument@2x.png
│ │ ├── img-sponsor-instrument@3x.png
│ │ ├── img-sponsor-major_league_soccer.png
│ │ ├── img-sponsor-major_league_soccer@2x.png
│ │ ├── img-sponsor-major_league_soccer@3x.png
│ │ ├── img-sponsor-modus-create.png
│ │ ├── img-sponsor-modus-create@2x.png
│ │ ├── img-sponsor-modus-create@3x.png
│ │ ├── img-sponsor-native base.png
│ │ ├── img-sponsor-native base@2x.png
│ │ ├── img-sponsor-native base@3x.png
│ │ ├── img-sponsor-paypal.png
│ │ ├── img-sponsor-paypal@2x.png
│ │ ├── img-sponsor-paypal@3x.png
│ │ ├── img-sponsor-qlik-coffee.png
│ │ ├── img-sponsor-qlik-coffee@2x.png
│ │ ├── img-sponsor-qlik-coffee@3x.png
│ │ ├── img-sponsor-qlik.png
│ │ ├── img-sponsor-qlik@2x.png
│ │ ├── img-sponsor-qlik@3x.png
│ │ ├── img-sponsor-rangle.io.png
│ │ ├── img-sponsor-rangle.io@2x.png
│ │ ├── img-sponsor-rangle.io@3x.png
│ │ ├── img-sponsor-react native training.png
│ │ ├── img-sponsor-react native training@2x.png
│ │ ├── img-sponsor-react-native-training.png
│ │ ├── img-sponsor-react-native-training@2x.png
│ │ ├── img-sponsor-react-native-training@3x.png
│ │ ├── img-sponsor-salesforce.png
│ │ ├── img-sponsor-salesforce@2x.png
│ │ ├── img-sponsor-salesforce@3x.png
│ │ ├── img-sponsor-squarespace.png
│ │ ├── img-sponsor-squarespace@2x.png
│ │ ├── img-sponsor-squarespace@2x@2x.png
│ │ ├── img-sponsor-squarespace@2x@3x.png
│ │ └── img-sponsor-squarespace@3x.png
│ ├── sqsp-logo.png
│ ├── sqsp-logo@2x.png
│ ├── sqsp-logo@3x.png
│ ├── squarespace-photo.jpg
│ ├── squarespace-photo@2x.jpg
│ ├── squarespace-photo@3x.jpg
│ ├── squarespace.png
│ ├── squarespace@2x.png
│ ├── squarespace@3x.png
│ ├── tasty-n-alder.jpg
│ ├── tasty-n-alder@2x.jpg
│ ├── tasty-n-alder@3x.jpg
│ ├── the-armory.png
│ ├── the-armory@2x.png
│ ├── the-armory@3x.png
│ ├── tile_bg.png
│ ├── top_logo.png
│ ├── top_logo@2x.png
│ ├── top_logo@3x.png
│ ├── uber-button.png
│ ├── uber-button@2x.png
│ ├── uber-button@3x.png
│ ├── your-app.png
│ ├── your-app@2x.png
│ └── your-app@3x.png
├── Lib
│ ├── MapHelpers.ts
│ ├── PushNotificationHelpers.js
│ ├── README.md
│ └── SpecialButtonHelper.js
├── Navigation
│ ├── AppNavigation.js
│ ├── ReduxNavigation.js
│ └── Styles
│ │ └── NavigationStyles.js
├── Redux
│ ├── CreateStore.js
│ ├── LocationRedux.js
│ ├── NotificationRedux.js
│ ├── ScheduleRedux.js
│ ├── ScreenTrackingMiddleware.js
│ ├── StartupRedux.js
│ └── index.js
├── Sagas
│ ├── LocationSagas.js
│ ├── ScheduleSagas.js
│ ├── ScheduleUpdateSagas.js
│ ├── SocialSagas.js
│ ├── StartupSagas.js
│ └── index.js
├── Services
│ ├── Api.js
│ ├── ExamplesRegistry.js
│ ├── FixtureApi.js
│ ├── ImmutablePersistenceTransform.js
│ └── RehydrationServices.js
├── Themes
│ ├── ApplicationStyles.ts
│ ├── Colors.js
│ ├── Fonts.js
│ ├── Images.ts
│ ├── Metrics.js
│ ├── README.md
│ ├── Videos.js
│ └── index.js
├── Transforms
│ └── README.md
└── Videos
│ ├── coffee.mp4
│ ├── lunch.mp4
│ └── party.mp4
├── AppIcon
├── IconAndroid.png
└── IconIOS.png
├── LICENSE
├── Matchfile
├── README.md
├── Tests
├── Components
│ ├── FullButtonTest.js
│ └── RoundedButtonTest.js
├── Sagas
│ ├── LocationSagaTest.js
│ ├── SocialSagasTest.js
│ └── StartupSagaTest.js
├── Services
│ └── FixtureAPITest.js
└── Setup.js
├── _art
├── 1024.jpg
├── 120.png
├── 180.png
└── marketing.jpg
├── android
├── Gemfile
├── Gemfile.lock
├── app
│ ├── BUCK
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
│ │ └── main
│ │ ├── AndroidManifest.xml
│ │ ├── assets
│ │ ├── fonts
│ │ │ ├── Entypo.ttf
│ │ │ ├── EvilIcons.ttf
│ │ │ ├── FontAwesome.ttf
│ │ │ ├── Foundation.ttf
│ │ │ ├── Ionicons.ttf
│ │ │ ├── MaterialCommunityIcons.ttf
│ │ │ ├── MaterialIcons.ttf
│ │ │ ├── Montserrat-Bold.ttf
│ │ │ ├── Montserrat-Light.ttf
│ │ │ ├── Montserrat-Medium.ttf
│ │ │ ├── Montserrat-Regular.ttf
│ │ │ ├── Montserrat-SemiBold.ttf
│ │ │ ├── Octicons.ttf
│ │ │ ├── SimpleLineIcons.ttf
│ │ │ └── Zocial.ttf
│ │ └── mobile-center-config.json
│ │ ├── java
│ │ └── com
│ │ │ └── chainreactapp
│ │ │ ├── MainActivity.java
│ │ │ └── MainApplication.java
│ │ └── res
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ └── splash.jpg
│ │ ├── mipmap-ldpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ └── splash.jpg
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ └── splash.jpg
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ └── splash.jpg
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ └── splash.jpg
│ │ ├── raw
│ │ └── coffee.mp3
│ │ └── values
│ │ ├── strings.xml
│ │ └── styles.xml
├── build.gradle
├── fastlane
│ ├── Appfile
│ ├── Fastfile
│ ├── Pluginfile
│ ├── README.md
│ ├── metadata
│ │ └── android
│ │ │ └── en-US
│ │ │ ├── full_description.txt
│ │ │ ├── short_description.txt
│ │ │ ├── title.txt
│ │ │ └── video.txt
│ └── report.xml
├── gradle.properties
├── gradle
│ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── keystores
│ ├── BUCK
│ └── debug.keystore.properties
└── settings.gradle
├── ignite
├── DevScreens
│ ├── APITestingScreen.js
│ ├── ButtonBox.js
│ ├── ComponentExamplesScreen.js
│ ├── DevTheme
│ │ ├── ApplicationStyles.js
│ │ ├── Colors.js
│ │ ├── Fonts.js
│ │ ├── Images.js
│ │ ├── Metrics.js
│ │ ├── README.md
│ │ └── index.js
│ ├── DeviceInfoScreen.js
│ ├── DevscreensButton.js
│ ├── FaqScreen.js
│ ├── Images
│ │ ├── BG.png
│ │ ├── Icons
│ │ │ ├── back-button@2x.png
│ │ │ ├── chevron-right@2x.png
│ │ │ ├── close-button.png
│ │ │ ├── close-button@2x.png
│ │ │ ├── close-button@3x.png
│ │ │ ├── faq-icon.png
│ │ │ ├── faq-icon@2x.png
│ │ │ ├── faq-icon@3x.png
│ │ │ ├── hamburger@2x.png
│ │ │ ├── icon-api-testing@2x.png
│ │ │ ├── icon-components@2x.png
│ │ │ ├── icon-device-information@2x.png
│ │ │ ├── icon-home@2x.png
│ │ │ ├── icon-theme@2x.png
│ │ │ └── icon-usage-examples@2x.png
│ │ ├── README.md
│ │ ├── ignite-logo-transparent.png
│ │ ├── ignite_logo.png
│ │ └── tile_bg.png
│ ├── PluginExamplesScreen.js
│ ├── PresentationScreen.js
│ ├── Styles
│ │ ├── APITestingScreenStyles.js
│ │ ├── ButtonBoxStyles.js
│ │ ├── ComponentExamplesScreenStyles.js
│ │ ├── DeviceInfoScreenStyles.js
│ │ ├── DevscreensButtonStyles.js
│ │ ├── FaqScreenStyles.js
│ │ ├── PluginExamplesScreenStyles.js
│ │ ├── PresentationScreenStyles.js
│ │ └── ThemeScreenStyles.js
│ └── ThemeScreen.js
├── Examples
│ ├── Components
│ │ ├── MapsExample.js
│ │ ├── animatableExample.js
│ │ ├── i18nExample.js
│ │ └── vectorExample.js
│ └── Containers
│ │ └── ignite-ir-next
│ │ └── examples
│ │ ├── GridExample.js
│ │ ├── RowExample.js
│ │ ├── SectionExample.js
│ │ └── Styles
│ │ ├── GridExampleStyle.js
│ │ ├── RowExampleStyle.js
│ │ └── SectionExampleStyle.js
├── ignite.json
└── plugins
│ └── .gitkeep
├── index.android.js
├── index.ios.js
├── ios
├── ChainReactApp-tvOS
│ └── Info.plist
├── ChainReactApp-tvOSTests
│ └── Info.plist
├── ChainReactApp.app.dSYM.zip
├── ChainReactApp.xcodeproj
│ ├── project.pbxproj
│ └── xcshareddata
│ │ └── xcschemes
│ │ ├── ChainReactApp-tvOS.xcscheme
│ │ └── ChainReactApp.xcscheme
├── ChainReactApp
│ ├── AppDelegate.h
│ ├── AppDelegate.m
│ ├── ChainReactApp.entitlements
│ ├── Fonts
│ │ ├── Montserrat-Bold.ttf
│ │ ├── Montserrat-Light.ttf
│ │ ├── Montserrat-Medium.ttf
│ │ ├── Montserrat-Regular.ttf
│ │ └── Montserrat-SemiBold.ttf
│ ├── Images.xcassets
│ │ └── AppIcon.appiconset
│ │ │ ├── Contents.json
│ │ │ ├── IconArtwork-120x120.png
│ │ │ ├── IconArtwork-152x152.png
│ │ │ ├── IconArtwork-167x167.png
│ │ │ ├── IconArtwork-180x180.png
│ │ │ ├── IconArtwork-20x20.png
│ │ │ ├── IconArtwork-29x29.png
│ │ │ ├── IconArtwork-40x40.png
│ │ │ ├── IconArtwork-58x58.png
│ │ │ ├── IconArtwork-60x60.png
│ │ │ ├── IconArtwork-76x76.png
│ │ │ ├── IconArtwork-80x80.png
│ │ │ ├── IconArtwork-87x87.png
│ │ │ ├── IconIOS-1.png
│ │ │ ├── IconIOS-1024x1024.png
│ │ │ ├── IconIOS-120x120.png
│ │ │ ├── IconIOS-152x152.png
│ │ │ ├── IconIOS-167x167.png
│ │ │ ├── IconIOS-180x180.png
│ │ │ ├── IconIOS-2.png
│ │ │ ├── IconIOS-20x20.png
│ │ │ ├── IconIOS-29x29.png
│ │ │ ├── IconIOS-40x40.png
│ │ │ ├── IconIOS-58x58.png
│ │ │ ├── IconIOS-60x60.png
│ │ │ ├── IconIOS-76x76.png
│ │ │ ├── IconIOS-80x80.png
│ │ │ ├── IconIOS-87x87.png
│ │ │ └── IconIOS.png
│ ├── Info.plist
│ ├── MobileCenter-Config.plist
│ └── main.m
├── ChainReactAppTests
│ ├── ChainReactAppTests.m
│ └── Info.plist
├── Gemfile
├── Gemfile.lock
├── MobileCenter.framework
│ ├── Headers
│ │ ├── MSAbstractLog.h
│ │ ├── MSConstants.h
│ │ ├── MSCustomProperties.h
│ │ ├── MSDevice.h
│ │ ├── MSLogWithProperties.h
│ │ ├── MSMobileCenter.h
│ │ ├── MSMobileCenterErrors.h
│ │ ├── MSService.h
│ │ ├── MSServiceAbstract.h
│ │ ├── MSWrapperSdk.h
│ │ └── MobileCenter.h
│ ├── MobileCenter
│ └── Modules
│ │ └── module.modulemap
├── MobileCenterAnalytics.framework
│ ├── Headers
│ │ ├── MSAnalytics.h
│ │ ├── MSService.h
│ │ ├── MSServiceAbstract.h
│ │ └── MobileCenterAnalytics.h
│ ├── MobileCenterAnalytics
│ └── Modules
│ │ └── module.modulemap
├── MobileCenterCrashes.framework
│ ├── Headers
│ │ ├── MSAbstractLog.h
│ │ ├── MSCrashes.h
│ │ ├── MSCrashesDelegate.h
│ │ ├── MSErrorAttachmentLog+Utility.h
│ │ ├── MSErrorAttachmentLog.h
│ │ ├── MSErrorReport.h
│ │ ├── MSService.h
│ │ ├── MSServiceAbstract.h
│ │ └── MobileCenterCrashes.h
│ ├── MobileCenterCrashes
│ └── Modules
│ │ └── module.modulemap
├── MobileCenterDistribute.framework
│ ├── Headers
│ │ ├── MSDistribute.h
│ │ ├── MSDistributeDelegate.h
│ │ ├── MSReleaseDetails.h
│ │ ├── MSService.h
│ │ ├── MSServiceAbstract.h
│ │ └── MobileCenterDistribute.h
│ ├── MobileCenterDistribute
│ └── Modules
│ │ └── module.modulemap
├── MobileCenterPush.framework
│ ├── Headers
│ │ ├── MSPush.h
│ │ ├── MSPushDelegate.h
│ │ ├── MSPushNotification.h
│ │ ├── MSService.h
│ │ ├── MSServiceAbstract.h
│ │ └── MobileCenterPush.h
│ ├── MobileCenterPush
│ └── Modules
│ │ └── module.modulemap
├── RNMobileCenter.framework
│ ├── Headers
│ │ └── RNMobileCenter.h
│ ├── Modules
│ │ └── module.modulemap
│ └── RNMobileCenter
├── SplashScreenResource
│ ├── LaunchScreen.xib
│ └── splash.png
├── coffee.mp3
└── fastlane
│ ├── Appfile
│ ├── Deliverfile
│ ├── Fastfile
│ ├── Pluginfile
│ ├── README.md
│ ├── metadata
│ ├── copyright.txt
│ ├── en-US
│ │ ├── description.txt
│ │ ├── keywords.txt
│ │ ├── marketing_url.txt
│ │ ├── name.txt
│ │ ├── privacy_url.txt
│ │ ├── release_notes.txt
│ │ └── support_url.txt
│ ├── primary_category.txt
│ ├── primary_first_sub_category.txt
│ ├── primary_second_sub_category.txt
│ ├── review_information
│ │ ├── demo_password.txt
│ │ ├── demo_user.txt
│ │ ├── email_address.txt
│ │ ├── first_name.txt
│ │ ├── last_name.txt
│ │ ├── notes.txt
│ │ └── phone_number.txt
│ ├── secondary_category.txt
│ ├── secondary_first_sub_category.txt
│ ├── secondary_second_sub_category.txt
│ └── trade_representative_contact_information
│ │ ├── address_line1.txt
│ │ ├── city_name.txt
│ │ ├── country.txt
│ │ ├── is_displayed_on_app_store.txt
│ │ ├── postal_code.txt
│ │ ├── state.txt
│ │ └── trade_name.txt
│ ├── report.xml
│ └── screenshots
│ └── README.txt
├── package.json
├── rn-cli.config.js
├── tsconfig.json
├── tslint.json
└── yarn.lock
/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["react-native"],
3 | "env": {
4 | "production": {
5 | "plugins": ["ignite-ignore-reactotron"]
6 | }
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/.buckconfig:
--------------------------------------------------------------------------------
1 |
2 | [android]
3 | target = Google Inc.:Google APIs:23
4 |
5 | [maven_repositories]
6 | central = https://repo1.maven.org/maven2
7 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | # EditorConfig is awesome: http://EditorConfig.org
2 |
3 | # top-most EditorConfig file
4 | root = true
5 |
6 | # Unix-style newlines with a newline ending every file
7 | [*]
8 | end_of_line = lf
9 | insert_final_newline = true
10 | indent_style = space
11 | indent_size = 2
12 | charset = utf-8
13 | trim_trailing_whitespace = true
14 |
15 |
16 | [*.gradle]
17 | indent_size = 4
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.pbxproj -text
2 | *.bat text eol=crlf
--------------------------------------------------------------------------------
/.watchmanconfig:
--------------------------------------------------------------------------------
1 | {}
--------------------------------------------------------------------------------
/App/Components/BackgroundVideo.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { View, ViewStyle } from 'react-native'
3 | import Video from 'react-native-video'
4 |
5 | interface BackgroundProps {
6 | source?: string,
7 | isActive: boolean,
8 | style: ViewStyle
9 | }
10 |
11 | export default ({source, isActive, style}: BackgroundProps) => {
12 | if (isActive && source) {
13 | return (
14 |
22 | )
23 | } else {
24 | return ()
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/App/Components/FullButton.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { TouchableOpacity, Text } from 'react-native'
3 | import styles from './Styles/FullButtonStyles'
4 | import ExamplesRegistry from '../Services/ExamplesRegistry'
5 |
6 | // Example
7 | ExamplesRegistry.addComponentExample('Full Button', () =>
8 | window.alert('Full Button Pressed!')}
11 | />
12 | )
13 |
14 | interface FullButtonProps {
15 | text: string
16 | styles?: StyleSheet
17 | onPress (): void
18 | }
19 |
20 | const FullButton = (props: FullButtonProps) => {
21 | return (
22 |
23 | {props.text.toUpperCase()}
24 |
25 | )
26 | }
27 |
28 | export default FullButton
29 |
--------------------------------------------------------------------------------
/App/Components/PurpleGradient.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import LinearGradient from 'react-native-linear-gradient'
3 | import { Colors } from '../Themes'
4 |
5 | export default (props) => {
6 | const gradient = [Colors.purple, Colors.darkPurple]
7 | return (
8 |
9 | {props.children}
10 |
11 | )
12 | }
13 |
--------------------------------------------------------------------------------
/App/Components/README.md:
--------------------------------------------------------------------------------
1 | ### Components Folder
2 | All components are stored and organized here
3 |
--------------------------------------------------------------------------------
/App/Components/SeeProcess.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { View, Text, Image, TouchableOpacity, Linking } from 'react-native'
3 | import RoundedButton from './RoundedButton'
4 | import { Images } from '../Themes'
5 | import styles from './Styles/SeeProcessStyles'
6 |
7 | const SeeProcess = (props) => {
8 | return (
9 | Linking.openURL('https://shift.infinite.red/making-the-react-native-conference-app-in-react-native-9afd36be3681')}>
10 |
11 |
12 | See the process behind making our app
13 |
14 |
15 |
16 | )
17 | }
18 |
19 | export default SeeProcess
20 |
--------------------------------------------------------------------------------
/App/Components/Sponsor.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import {
3 | TouchableOpacity,
4 | Image,
5 | Linking,
6 | ImageStyle
7 | } from 'react-native'
8 | import styles from './Styles/SponsorsStyles'
9 |
10 | interface SponsorProps {
11 | url: string
12 | image: string
13 | isLow?: boolean
14 | }
15 |
16 | const Sponsor = (props: SponsorProps) => {
17 | const imageStyle = props.isLow ? styles.lowTier : {}
18 |
19 | return (
20 | Linking.openURL(props.url)}>
23 |
24 |
25 | )
26 | }
27 |
28 | export default Sponsor
29 |
--------------------------------------------------------------------------------
/App/Components/Styles/FullButtonStyles.ts:
--------------------------------------------------------------------------------
1 | import { TextStyle, ViewStyle } from 'react-native'
2 | import { Fonts, Colors } from '../../Themes/'
3 |
4 | interface FullButtonStyles {
5 | button: ViewStyle,
6 | buttonText: TextStyle
7 | }
8 |
9 | const ButtonStyles: FullButtonStyles = {
10 | button: {
11 | marginVertical: 5,
12 | borderTopColor: Colors.fire,
13 | borderBottomColor: Colors.bloodOrange,
14 | borderTopWidth: 1,
15 | borderBottomWidth: 1,
16 | backgroundColor: Colors.ember
17 | },
18 | buttonText: {
19 | margin: 18,
20 | textAlign: 'center',
21 | color: Colors.snow,
22 | fontSize: Fonts.size.medium,
23 | fontFamily: Fonts.type.bold
24 | }
25 | }
26 |
27 | export default ButtonStyles
28 |
--------------------------------------------------------------------------------
/App/Components/Styles/LiveHelpStyles.ts:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Colors, Fonts, Metrics } from '../../Themes/'
3 |
4 | export default StyleSheet.create({
5 | liveHelp: {
6 | alignItems: 'center',
7 | paddingVertical: 50,
8 | paddingHorizontal: Metrics.doubleBaseMargin
9 | },
10 | liveHelpPhone: {
11 | color: Colors.snow,
12 | fontFamily: Fonts.type.bold,
13 | fontSize: 31,
14 | fontWeight: '900'
15 | },
16 | liveHelpText: {
17 | margin: 5,
18 | color: Colors.snow,
19 | opacity: 0.9,
20 | fontSize: 15,
21 | fontWeight: '500',
22 | fontFamily: Fonts.type.base,
23 | lineHeight: 23,
24 | textAlign: 'center'
25 | },
26 | liveHelpButton: {
27 | marginTop: 25,
28 | width: 200
29 | },
30 | link: {
31 | textDecorationLine: 'underline'
32 | }
33 | })
34 |
--------------------------------------------------------------------------------
/App/Components/Styles/README.md:
--------------------------------------------------------------------------------
1 | ### Styles Folder
2 | Component styles are separated from functionality.
3 |
--------------------------------------------------------------------------------
/App/Components/Styles/RoundedButtonStyles.ts:
--------------------------------------------------------------------------------
1 | import { TextStyle, ViewStyle } from 'react-native'
2 | import { Colors, Fonts } from '../../Themes/'
3 |
4 | interface RoundedButtonStylesType {
5 | button: ViewStyle
6 | buttonText: TextStyle
7 | }
8 |
9 | const RoundedButtonStyles: RoundedButtonStylesType = {
10 | button: {
11 | borderWidth: 1,
12 | borderColor: Colors.snow,
13 | borderRadius: 100,
14 | paddingHorizontal: 25,
15 | paddingVertical: 12,
16 | backgroundColor: Colors.transparent,
17 | justifyContent: 'center'
18 | },
19 | buttonText: {
20 | textAlign: 'center',
21 | fontFamily: Fonts.type.bold,
22 | fontSize: 11,
23 | letterSpacing: 0,
24 | color: Colors.snow
25 | }
26 | }
27 |
28 | export default RoundedButtonStyles
29 |
--------------------------------------------------------------------------------
/App/Components/Styles/SeeProcessStyles.ts:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { ApplicationStyles, Colors, Fonts } from '../../Themes/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen,
6 | processContainer: {
7 | flex: 1,
8 | flexDirection: 'row',
9 | justifyContent: 'space-between',
10 | paddingTop: 0,
11 | paddingBottom: 0,
12 | alignItems: 'center',
13 | height: 60
14 | },
15 | leftContainer: {
16 | flex: 1,
17 | flexDirection: 'row',
18 | alignItems: 'center'
19 | },
20 | starsIcon: {
21 | marginLeft: 5,
22 | marginRight: 5
23 | },
24 | text: {
25 | backgroundColor: Colors.transparent,
26 | color: Colors.snow,
27 | fontFamily: Fonts.type.bold,
28 | fontSize: 13,
29 | letterSpacing: 0.2
30 | },
31 | rightArrow: {
32 | marginRight: 10
33 | }
34 | })
35 |
--------------------------------------------------------------------------------
/App/Components/Styles/SocialMediaButtonStyles.ts:
--------------------------------------------------------------------------------
1 | import { ViewStyle } from 'react-native'
2 |
3 | interface SocialMediaButtonStylesType {
4 | left: ViewStyle
5 | right: ViewStyle
6 | }
7 | const SocialMediaButtonStyles: SocialMediaButtonStylesType = {
8 | left: { marginLeft: 30 },
9 | right: { marginRight: 30 }
10 | }
11 |
12 | export default SocialMediaButtonStyles
13 |
--------------------------------------------------------------------------------
/App/Components/Styles/TimeIndicatorStyle.ts:
--------------------------------------------------------------------------------
1 | import { TextStyle, ViewStyle } from 'react-native'
2 | import { Colors, Fonts } from '../../Themes/'
3 |
4 | interface TimeStyles {
5 | container: ViewStyle
6 | time: TextStyle
7 | }
8 |
9 | const ButtonStyles: TimeStyles = {
10 | container: {
11 | alignItems: 'center',
12 | justifyContent: 'center',
13 | position: 'absolute',
14 | top: 0,
15 | right: 0,
16 | marginTop: -18
17 | },
18 | time: {
19 | fontFamily: Fonts.type.bold,
20 | fontSize: 8,
21 | color: Colors.snow,
22 | backgroundColor: Colors.transparent
23 | }
24 | }
25 |
26 | export default ButtonStyles
27 |
--------------------------------------------------------------------------------
/App/Components/Styles/VenueMapCalloutStyles.ts:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 |
3 | export default StyleSheet.create({
4 | callout: {
5 | position: 'relative',
6 | flex: 1
7 | }
8 | })
9 |
--------------------------------------------------------------------------------
/App/Components/Styles/VenueMapStyles.ts:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Metrics } from '../../Themes/'
3 |
4 | // Enable this if you have app-wide application styles
5 | // import { ApplicationStyles } from '../../Themes/'
6 |
7 | export default StyleSheet.create({
8 | // Merge in the screen styles from application styles
9 | // ...ApplicationStyles.screen,
10 | container: {
11 | flex: 1,
12 | justifyContent: 'flex-end',
13 | alignItems: 'center'
14 | },
15 | map: {
16 | // For Android :/
17 | position: 'absolute',
18 | top: 0,
19 | left: 0,
20 | right: 0,
21 | bottom: 0
22 | },
23 | mapCloseButton: {
24 | width: 30,
25 | height: 30,
26 | alignSelf: 'flex-end',
27 | margin: Metrics.smallMargin,
28 | position: 'absolute',
29 | left: 0,
30 | zIndex: 100
31 | }
32 | })
33 |
--------------------------------------------------------------------------------
/App/Components/VenueMapCallout.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { Text, TouchableOpacity } from 'react-native'
3 | import { Callout } from 'react-native-maps'
4 | import Styles from './Styles/VenueMapCalloutStyles'
5 |
6 | export default (props) => {
7 | const { location, onPress } = props
8 | return (
9 |
10 |
11 | {location.title}
12 |
13 |
14 | )
15 | }
16 |
--------------------------------------------------------------------------------
/App/Config/AppConfig.js:
--------------------------------------------------------------------------------
1 | // Simple React Native specific changes
2 |
3 | import '../I18n/I18n'
4 |
5 | export default {
6 | // font scaling override - RN default is on
7 | allowTextFontScaling: false,
8 | // Dates of the conference
9 | conferenceDates: ['7/10/2017', '7/11/2017']
10 | }
11 |
--------------------------------------------------------------------------------
/App/Config/CodePushConfig.ts:
--------------------------------------------------------------------------------
1 | import codePush from 'react-native-code-push'
2 | import Secrets from 'react-native-config'
3 | import { Platform } from 'react-native'
4 | import DebugConfig from './DebugConfig'
5 |
6 | let deploymentKey
7 | if (Platform.OS === 'ios') {
8 | deploymentKey = DebugConfig.codepushStaging ? Secrets.CODE_PUSH_IOS_STAGING : Secrets.CODE_PUSH_IOS_PRODUCTION
9 | } else {
10 | deploymentKey = DebugConfig.codepushStaging ? Secrets.CODE_PUSH_ANDROID_STAGING : Secrets.CODE_PUSH_ANDROID_PRODUCTION
11 | }
12 |
13 | (console as any).tron.log(`deploymentKey = ${deploymentKey}`)
14 |
15 | codePush.sync({ deploymentKey })
16 |
--------------------------------------------------------------------------------
/App/Config/DebugConfig.js:
--------------------------------------------------------------------------------
1 | export default {
2 | showDevScreens: __DEV__,
3 | useFixtures: false,
4 | yellowBox: __DEV__,
5 | includeExamples: __DEV__,
6 | useReactotron: __DEV__,
7 | codepushStaging: false,
8 | hotwireDate: true, // force today to be the day of the conf
9 | hotwirePush: true, // force push notifications to happen in 5 seconds
10 | getAPI: true // should app hit API server for data? (Turn off if we're using codepush)
11 | }
12 |
--------------------------------------------------------------------------------
/App/Config/README.md:
--------------------------------------------------------------------------------
1 | ### Config Folder
2 | All application specific configuration falls in this folder.
3 |
4 | `DebugConfig.js` is used for development-wide globals.
5 | `ReactotronConfig.js` is used for Reactotron client settings.
6 |
--------------------------------------------------------------------------------
/App/Config/ReduxPersist.js:
--------------------------------------------------------------------------------
1 | import immutablePersistenceTransform from '../Services/ImmutablePersistenceTransform'
2 | import { AsyncStorage } from 'react-native'
3 |
4 | const REDUX_PERSIST = {
5 | active: true,
6 | reducerVersion: '1.4.4',
7 | storeConfig: {
8 | storage: AsyncStorage,
9 | blacklist: ['login', 'search', 'nav', 'schedule', 'location'], // reducer keys that you do NOT want stored to persistence here
10 | // whitelist: [], Optionally, just specify the keys you DO want stored to
11 | // persistence. An empty array means 'don't store any reducers' -> infinitered/ignite#409
12 | transforms: [immutablePersistenceTransform]
13 | }
14 | }
15 |
16 | export default REDUX_PERSIST
17 |
--------------------------------------------------------------------------------
/App/Config/index.js:
--------------------------------------------------------------------------------
1 | import { Text } from 'react-native'
2 | import DebugConfig from './DebugConfig'
3 | import AppConfig from './AppConfig'
4 | import './PushConfig'
5 | import './CodePushConfig'
6 |
7 | // Allow/disallow font-scaling in app
8 | Text.defaultProps.allowFontScaling = AppConfig.allowTextFontScaling
9 |
10 | if (__DEV__) {
11 | // If ReactNative's yellow box warnings are too much, it is possible to turn
12 | // it off, but the healthier approach is to fix the warnings. =)
13 | console.disableYellowBox = !DebugConfig.yellowBox
14 | }
15 |
--------------------------------------------------------------------------------
/App/Containers/Styles/LaunchScreenStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Metrics, ApplicationStyles } from '../../Themes/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen,
6 | container: {
7 | paddingBottom: Metrics.baseMargin
8 | },
9 | logo: {
10 | marginTop: Metrics.doubleSection,
11 | height: Metrics.images.logo,
12 | width: Metrics.images.logo,
13 | resizeMode: 'contain'
14 | },
15 | centered: {
16 | alignItems: 'center'
17 | }
18 | })
19 |
--------------------------------------------------------------------------------
/App/Containers/Styles/README.md:
--------------------------------------------------------------------------------
1 | ### Styles Folder
2 | Container styles are separated from functionality.
3 |
--------------------------------------------------------------------------------
/App/Containers/Styles/RootContainerStyles.js:
--------------------------------------------------------------------------------
1 | import {StyleSheet} from 'react-native'
2 | import {Fonts, Metrics, Colors} from '../../Themes/'
3 |
4 | export default StyleSheet.create({
5 | applicationView: {
6 | flex: 1
7 | },
8 | container: {
9 | flex: 1,
10 | justifyContent: 'center',
11 | backgroundColor: Colors.background
12 | },
13 | welcome: {
14 | fontSize: 20,
15 | textAlign: 'center',
16 | fontFamily: Fonts.type.base,
17 | margin: Metrics.baseMargin
18 | },
19 | myImage: {
20 | width: 200,
21 | height: 200,
22 | alignSelf: 'center'
23 | }
24 | })
25 |
--------------------------------------------------------------------------------
/App/Containers/Styles/ScheduleScreenStyle.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { ApplicationStyles, Metrics, Colors } from '../../Themes'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen,
6 | container: {
7 | flex: 1,
8 | backgroundColor: Colors.snow
9 | },
10 | row: {
11 | flex: 1,
12 | backgroundColor: Colors.snow,
13 | marginVertical: Metrics.smallMargin
14 | },
15 | boldLabel: {
16 | fontWeight: 'bold',
17 | color: Colors.text
18 | },
19 | label: {
20 | color: Colors.text
21 | },
22 | listContent: {
23 | paddingTop: Metrics.baseMargin,
24 | paddingBottom: Metrics.baseMargin * 8
25 | },
26 | timeline: {
27 | width: 2,
28 | backgroundColor: '#6E3C7B',
29 | position: 'absolute',
30 | top: 85,
31 | bottom: 0,
32 | right: 11
33 | }
34 | })
35 |
--------------------------------------------------------------------------------
/App/Fixtures/README.md:
--------------------------------------------------------------------------------
1 | ### Fixtures folder
2 | All key API responses are housed here.
3 |
4 | These API responses can be used for several reasons. _E.G._:
5 | * To bypass logins when building any screen of the application
6 | * To quickly test API parsing in unit tests
7 | * To separate Network from Data concerns while coding
8 |
--------------------------------------------------------------------------------
/App/I18n/README.md:
--------------------------------------------------------------------------------
1 | # Idea
2 |
3 | Shipping app with localization for all available languages. The main idea here is to minimize the memory required of other languages that is not used by the platform.
4 |
5 | For example if the phone is localized in French, then this will only load the French and English translations into memory and ignore the 30+ other languages available.
6 |
7 | English translation is set as default fallback in case some translations are not available in the chosen language.
8 |
9 | # Installation
10 |
11 | Run `ignite add i18n`.
12 |
13 | # Usage
14 |
15 | TODO: Real usage example.
16 |
17 | import I18n from 'react-native-i18n';
18 |
19 | render() {
20 | ...
21 | { I18n.t('welcome') }
22 | ...
23 | }
24 |
--------------------------------------------------------------------------------
/App/I18n/languages/af.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/am.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ar.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/bg.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ca.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/cs.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/da.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/de.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/el.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/es.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/et.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/fi.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/fil.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/he.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/hi.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/hr.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/hu.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/id.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/it.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ja.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ko.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/lt.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/lv.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ms.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/nb.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/nl.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/no.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/pl.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/pt.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ro.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/ru.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/sk.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/sl.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/sr.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/sv.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/sw.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/th.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/tr.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/uk.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/vi.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/zh.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/I18n/languages/zu.json:
--------------------------------------------------------------------------------
1 | {}
2 |
--------------------------------------------------------------------------------
/App/Images/BG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/BG.png
--------------------------------------------------------------------------------
/App/Images/Icons/back-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/back-button@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/chevron-right@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/chevron-right@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/close-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/close-button.png
--------------------------------------------------------------------------------
/App/Images/Icons/close-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/close-button@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/close-button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/close-button@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/faq-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/faq-icon.png
--------------------------------------------------------------------------------
/App/Images/Icons/faq-icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/faq-icon@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/faq-icon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/faq-icon@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/hamburger@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/hamburger@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-api-testing@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-api-testing@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-arrow.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-arrow@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-arrow@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-arrow@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-bg-stars.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-bg-stars.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-bg-stars@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-bg-stars@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-bg-stars@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-bg-stars@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-blowhorn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-blowhorn.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-blowhorn@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-blowhorn@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-blowhorn@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-blowhorn@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-chevron.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-chevron.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-chevron@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-chevron@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-chevron@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-chevron@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-components@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-components@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-device-information@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-device-information@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-directions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-directions.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-directions@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-directions@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-directions@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-directions@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-github-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-github-red.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-github-red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-github-red@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-github-red@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-github-red@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-home@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-home@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-inactive.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-inactive@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-inactive@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-info-inactive@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-info-inactive@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-inactive.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-inactive@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-inactive@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-location-inactive@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-location-inactive@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-marker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-marker.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-marker@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-marker@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-marker@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-marker@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-more@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-more@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-inactive.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-inactive@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-inactive@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-notification-inactive@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-notification-inactive@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-purple-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-purple-arrow.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-purple-arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-purple-arrow@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-purple-arrow@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-purple-arrow@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-inactive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-inactive.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-inactive@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-inactive@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule-inactive@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule-inactive@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-schedule@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-schedule@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-theme@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-theme@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-twitter-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-twitter-red.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-twitter-red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-twitter-red@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-twitter-red@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-twitter-red@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-usage-examples@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-usage-examples@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue-active.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue-active@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue-active@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue-active@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue-active@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-venue@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-venue@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-white-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-white-arrow.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-white-arrow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-white-arrow@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/icon-white-arrow@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/icon-white-arrow@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase1.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase10.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase10@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase10@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase10@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase10@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase11.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase11@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase11@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase11@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase11@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase12.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase12@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase12@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase12@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase12@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase13.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase13@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase13@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase13@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase13@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase14.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase14@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase14@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase14@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase14@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase15.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase15@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase15@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase15@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase15@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase16.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase16@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase16@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase16@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase16@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase17.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase17@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase17@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase17@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase17@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase18.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase18@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase18@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase18@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase18@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase19.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase19@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase19@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase19@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase19@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase1@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase1@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase1@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase2.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase20.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase20@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase20@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase20@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase20@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase21.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase21@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase21@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase21@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase21@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase22.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase22@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase22@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase22@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase22@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase2@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase2@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase2@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase3.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase3@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase3@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase3@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase4.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase4@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase4@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase4@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase5.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase5@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase5@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase5@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase6.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase6@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase6@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase6@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase6@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase7.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase7@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase7@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase7@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase7@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase8.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase8@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase8@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase8@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase8@3x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase9.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase9@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase9@2x.png
--------------------------------------------------------------------------------
/App/Images/Icons/sun-phases/phase9@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/Icons/sun-phases/phase9@3x.png
--------------------------------------------------------------------------------
/App/Images/README.md:
--------------------------------------------------------------------------------
1 | ### Images folder
2 | Holds all images for the applications.
--------------------------------------------------------------------------------
/App/Images/afterparty-bg-lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/afterparty-bg-lg.jpg
--------------------------------------------------------------------------------
/App/Images/afterparty-bg-lg@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/afterparty-bg-lg@2x.jpg
--------------------------------------------------------------------------------
/App/Images/afterparty-bg-lg@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/afterparty-bg-lg@3x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-coffee-break.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-coffee-break.jpg
--------------------------------------------------------------------------------
/App/Images/bg-coffee-break@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-coffee-break@2x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-coffee-break@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-coffee-break@3x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-happy-hour.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-happy-hour.jpg
--------------------------------------------------------------------------------
/App/Images/bg-happy-hour@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-happy-hour@2x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-happy-hour@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-happy-hour@3x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-lunch-break.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch-break.jpg
--------------------------------------------------------------------------------
/App/Images/bg-lunch-break@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch-break@2x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-lunch-break@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch-break@3x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-lunch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch.png
--------------------------------------------------------------------------------
/App/Images/bg-lunch@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch@2x.png
--------------------------------------------------------------------------------
/App/Images/bg-lunch@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-lunch@3x.png
--------------------------------------------------------------------------------
/App/Images/bg-party.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-party.jpg
--------------------------------------------------------------------------------
/App/Images/bg-party@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-party@2x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-party@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-party@3x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-thank-you.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-thank-you.jpg
--------------------------------------------------------------------------------
/App/Images/bg-thank-you@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-thank-you@2x.jpg
--------------------------------------------------------------------------------
/App/Images/bg-thank-you@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/bg-thank-you@3x.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast-bg-lrg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast-bg-lrg.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast-bg-lrg@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast-bg-lrg@2x.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast-bg-lrg@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast-bg-lrg@3x.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast@2x.jpg
--------------------------------------------------------------------------------
/App/Images/breakfast@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/breakfast@3x.jpg
--------------------------------------------------------------------------------
/App/Images/button-bg@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/button-bg@2x.png
--------------------------------------------------------------------------------
/App/Images/coffee-bg-lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/coffee-bg-lg.jpg
--------------------------------------------------------------------------------
/App/Images/coffee-bg-lg@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/coffee-bg-lg@2x.jpg
--------------------------------------------------------------------------------
/App/Images/coffee-bg-lg@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/coffee-bg-lg@3x.jpg
--------------------------------------------------------------------------------
/App/Images/cr-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/cr-logo.png
--------------------------------------------------------------------------------
/App/Images/cr-logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/cr-logo@2x.png
--------------------------------------------------------------------------------
/App/Images/cr-logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/cr-logo@3x.png
--------------------------------------------------------------------------------
/App/Images/deschutes-brewery.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/deschutes-brewery.jpg
--------------------------------------------------------------------------------
/App/Images/deschutes-brewery@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/deschutes-brewery@2x.jpg
--------------------------------------------------------------------------------
/App/Images/deschutes-brewery@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/deschutes-brewery@3x.jpg
--------------------------------------------------------------------------------
/App/Images/fat-head-brewery.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/fat-head-brewery.jpg
--------------------------------------------------------------------------------
/App/Images/fat-head-brewery@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/fat-head-brewery@2x.jpg
--------------------------------------------------------------------------------
/App/Images/fat-head-brewery@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/fat-head-brewery@3x.jpg
--------------------------------------------------------------------------------
/App/Images/grad_armory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/grad_armory.png
--------------------------------------------------------------------------------
/App/Images/grad_armory@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/grad_armory@2x.png
--------------------------------------------------------------------------------
/App/Images/grad_armory@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/grad_armory@3x.png
--------------------------------------------------------------------------------
/App/Images/ignite-logo-transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ignite-logo-transparent.png
--------------------------------------------------------------------------------
/App/Images/ignite_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ignite_logo.png
--------------------------------------------------------------------------------
/App/Images/img-barista.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-barista.jpg
--------------------------------------------------------------------------------
/App/Images/img-barista@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-barista@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-barista@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-barista@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-chinesegarden.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-chinesegarden.jpg
--------------------------------------------------------------------------------
/App/Images/img-chinesegarden@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-chinesegarden@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-chinesegarden@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-chinesegarden@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-courier.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-courier.jpg
--------------------------------------------------------------------------------
/App/Images/img-courier@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-courier@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-courier@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-courier@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-fatheads.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-fatheads.jpg
--------------------------------------------------------------------------------
/App/Images/img-fatheads@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-fatheads@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-fatheads@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-fatheads@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-heartcoffee.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-heartcoffee.jpg
--------------------------------------------------------------------------------
/App/Images/img-heartcoffee@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-heartcoffee@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-heartcoffee@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-heartcoffee@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-japanesegarden.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-japanesegarden.jpg
--------------------------------------------------------------------------------
/App/Images/img-japanesegarden@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-japanesegarden@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-japanesegarden@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-japanesegarden@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-omsi.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-omsi.jpg
--------------------------------------------------------------------------------
/App/Images/img-omsi@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-omsi@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-omsi@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-omsi@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-peets.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-peets.jpg
--------------------------------------------------------------------------------
/App/Images/img-peets@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-peets@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-peets@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-peets@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-pioneersquare.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-pioneersquare.jpg
--------------------------------------------------------------------------------
/App/Images/img-pioneersquare@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-pioneersquare@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-pioneersquare@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-pioneersquare@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-powells.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-powells.jpg
--------------------------------------------------------------------------------
/App/Images/img-powells@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-powells@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-powells@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-powells@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-saltnstraw.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-saltnstraw.jpg
--------------------------------------------------------------------------------
/App/Images/img-saltnstraw@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-saltnstraw@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-saltnstraw@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-saltnstraw@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-stumptown.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-stumptown.jpg
--------------------------------------------------------------------------------
/App/Images/img-stumptown@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-stumptown@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-stumptown@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-stumptown@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-voodoo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-voodoo.jpg
--------------------------------------------------------------------------------
/App/Images/img-voodoo@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-voodoo@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-voodoo@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-voodoo@3x.jpg
--------------------------------------------------------------------------------
/App/Images/img-waterfront.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-waterfront.jpg
--------------------------------------------------------------------------------
/App/Images/img-waterfront@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-waterfront@2x.jpg
--------------------------------------------------------------------------------
/App/Images/img-waterfront@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/img-waterfront@3x.jpg
--------------------------------------------------------------------------------
/App/Images/ir-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ir-logo.png
--------------------------------------------------------------------------------
/App/Images/ir-logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ir-logo@2x.png
--------------------------------------------------------------------------------
/App/Images/ir-logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ir-logo@3x.png
--------------------------------------------------------------------------------
/App/Images/ir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/ir.png
--------------------------------------------------------------------------------
/App/Images/launch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/launch-icon.png
--------------------------------------------------------------------------------
/App/Images/launch-icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/launch-icon@2x.png
--------------------------------------------------------------------------------
/App/Images/launch-icon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/launch-icon@3x.png
--------------------------------------------------------------------------------
/App/Images/little-big-burger.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/little-big-burger.jpg
--------------------------------------------------------------------------------
/App/Images/little-big-burger@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/little-big-burger@2x.jpg
--------------------------------------------------------------------------------
/App/Images/little-big-burger@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/little-big-burger@3x.jpg
--------------------------------------------------------------------------------
/App/Images/lunch-bg-lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lunch-bg-lg.jpg
--------------------------------------------------------------------------------
/App/Images/lunch-bg-lg@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lunch-bg-lg@2x.jpg
--------------------------------------------------------------------------------
/App/Images/lunch-bg-lg@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lunch-bg-lg@3x.jpg
--------------------------------------------------------------------------------
/App/Images/lyft-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lyft-button.png
--------------------------------------------------------------------------------
/App/Images/lyft-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lyft-button@2x.png
--------------------------------------------------------------------------------
/App/Images/lyft-button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/lyft-button@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsor.png
--------------------------------------------------------------------------------
/App/Images/sponsor@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsor@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsor@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsor@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-amazon-web-services.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-amazon-web-services.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-amazon-web-services@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-amazon-web-services@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-amazon-web-services@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-amazon-web-services@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-bugsnag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-bugsnag.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-bugsnag@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-bugsnag@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-bugsnag@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-bugsnag@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-business-oregon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-business-oregon.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-business-oregon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-business-oregon@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-business-oregon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-business-oregon@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-callstack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-callstack.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-callstack@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-callstack@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-callstack@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-callstack@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-capital-one.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-capital-one.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-capital-one@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-capital-one@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-capital-one@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-capital-one@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-echobind.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-echobind.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-echobind@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-echobind@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-echobind@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-echobind@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-formidable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-formidable.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-formidable@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-formidable@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-formidable@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-formidable@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-gudog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-gudog.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-gudog@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-gudog@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-gudog@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-gudog@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-healthsparq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-healthsparq.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-healthsparq@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-healthsparq@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-healthsparq@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-healthsparq@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-instrument.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-instrument.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-instrument@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-instrument@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-instrument@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-instrument@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-major_league_soccer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-major_league_soccer.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-major_league_soccer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-major_league_soccer@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-major_league_soccer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-major_league_soccer@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-modus-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-modus-create.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-modus-create@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-modus-create@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-modus-create@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-modus-create@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-native base.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-native base.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-native base@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-native base@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-native base@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-native base@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-paypal.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-paypal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-paypal@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-paypal@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-paypal@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik-coffee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik-coffee.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik-coffee@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik-coffee@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik-coffee@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik-coffee@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-qlik@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-qlik@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-rangle.io.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-rangle.io.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-rangle.io@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-rangle.io@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-rangle.io@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-rangle.io@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-react native training.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-react native training.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-react native training@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-react native training@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-react-native-training.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-react-native-training.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-react-native-training@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-react-native-training@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-react-native-training@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-react-native-training@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-salesforce.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-salesforce.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-salesforce@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-salesforce@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-salesforce@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-salesforce@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-squarespace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-squarespace.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-squarespace@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-squarespace@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-squarespace@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-squarespace@2x@2x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-squarespace@2x@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-squarespace@2x@3x.png
--------------------------------------------------------------------------------
/App/Images/sponsors/img-sponsor-squarespace@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sponsors/img-sponsor-squarespace@3x.png
--------------------------------------------------------------------------------
/App/Images/sqsp-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sqsp-logo.png
--------------------------------------------------------------------------------
/App/Images/sqsp-logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sqsp-logo@2x.png
--------------------------------------------------------------------------------
/App/Images/sqsp-logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/sqsp-logo@3x.png
--------------------------------------------------------------------------------
/App/Images/squarespace-photo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace-photo.jpg
--------------------------------------------------------------------------------
/App/Images/squarespace-photo@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace-photo@2x.jpg
--------------------------------------------------------------------------------
/App/Images/squarespace-photo@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace-photo@3x.jpg
--------------------------------------------------------------------------------
/App/Images/squarespace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace.png
--------------------------------------------------------------------------------
/App/Images/squarespace@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace@2x.png
--------------------------------------------------------------------------------
/App/Images/squarespace@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/squarespace@3x.png
--------------------------------------------------------------------------------
/App/Images/tasty-n-alder.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/tasty-n-alder.jpg
--------------------------------------------------------------------------------
/App/Images/tasty-n-alder@2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/tasty-n-alder@2x.jpg
--------------------------------------------------------------------------------
/App/Images/tasty-n-alder@3x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/tasty-n-alder@3x.jpg
--------------------------------------------------------------------------------
/App/Images/the-armory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/the-armory.png
--------------------------------------------------------------------------------
/App/Images/the-armory@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/the-armory@2x.png
--------------------------------------------------------------------------------
/App/Images/the-armory@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/the-armory@3x.png
--------------------------------------------------------------------------------
/App/Images/tile_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/tile_bg.png
--------------------------------------------------------------------------------
/App/Images/top_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/top_logo.png
--------------------------------------------------------------------------------
/App/Images/top_logo@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/top_logo@2x.png
--------------------------------------------------------------------------------
/App/Images/top_logo@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/top_logo@3x.png
--------------------------------------------------------------------------------
/App/Images/uber-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/uber-button.png
--------------------------------------------------------------------------------
/App/Images/uber-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/uber-button@2x.png
--------------------------------------------------------------------------------
/App/Images/uber-button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/uber-button@3x.png
--------------------------------------------------------------------------------
/App/Images/your-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/your-app.png
--------------------------------------------------------------------------------
/App/Images/your-app@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/your-app@2x.png
--------------------------------------------------------------------------------
/App/Images/your-app@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Images/your-app@3x.png
--------------------------------------------------------------------------------
/App/Lib/README.md:
--------------------------------------------------------------------------------
1 | # Lib
2 |
3 | At first glance, this could appear to be a "miscellaneous" folder, but we recommend that you treat this as proving ground for components that could be reuseable outside your project.
4 |
5 | Maybe you're writing a set of utilities that you could use outside your project, but they're not quite ready or battle tested. This folder would be a great place to put them. They ideally be pure functions have no dependencies on other things in your App folder.
6 |
--------------------------------------------------------------------------------
/App/Navigation/Styles/NavigationStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Colors } from '../../Themes/'
3 |
4 | export default StyleSheet.create({
5 | tabBar: {
6 | height: 54,
7 | paddingTop: 5,
8 | paddingBottom: 1,
9 | paddingHorizontal: 28,
10 | borderTopWidth: 1,
11 | borderTopColor: 'rgba(255,255,255,0.3)',
12 | backgroundColor: Colors.darkPurple
13 | },
14 | tabBarLabel: {
15 | fontFamily: 'Montserrat-Medium',
16 | fontSize: 9,
17 | letterSpacing: 0,
18 | color: Colors.snow
19 | },
20 | card: {
21 | opacity: 1,
22 | backgroundColor: Colors.darkPurple
23 | }
24 | })
25 |
--------------------------------------------------------------------------------
/App/Redux/StartupRedux.js:
--------------------------------------------------------------------------------
1 | import { createActions } from 'reduxsauce'
2 |
3 | /* ------------- Types and Action Creators ------------- */
4 |
5 | const { Types, Creators } = createActions({
6 | startup: null
7 | })
8 |
9 | export const StartupTypes = Types
10 | export default Creators
11 |
--------------------------------------------------------------------------------
/App/Redux/index.js:
--------------------------------------------------------------------------------
1 | import { combineReducers } from 'redux'
2 | import configureStore from './CreateStore'
3 | import rootSaga from '../Sagas/'
4 | import AppNavigation from '../Navigation/AppNavigation'
5 |
6 | const navReducer = (state, action) => {
7 | const newState = AppNavigation.router.getStateForAction(action, state)
8 | return newState || state
9 | }
10 |
11 | export default () => {
12 | /* ------------- Assemble The Reducers ------------- */
13 | const rootReducer = combineReducers({
14 | nav: navReducer,
15 | schedule: require('./ScheduleRedux').reducer,
16 | location: require('./LocationRedux').reducer,
17 | notifications: require('./NotificationRedux').reducer
18 | })
19 |
20 | return configureStore(rootReducer, rootSaga)
21 | }
22 |
--------------------------------------------------------------------------------
/App/Sagas/LocationSagas.js:
--------------------------------------------------------------------------------
1 | import { call, put } from 'redux-saga/effects'
2 | import LocationActions from '../Redux/LocationRedux'
3 |
4 | export function * getNearbyUpdates (api, action) {
5 | let response = yield call(api.getNearby)
6 | if (response.ok) yield put(LocationActions.updateNearby(response.data))
7 | }
8 |
--------------------------------------------------------------------------------
/App/Sagas/ScheduleUpdateSagas.js:
--------------------------------------------------------------------------------
1 | import { call, put } from 'redux-saga/effects'
2 | import ScheduleActions from '../Redux/ScheduleRedux'
3 |
4 | export function * getScheduleUpdates (api, action) {
5 | let response = yield call(api.getSpeakers)
6 | if (response.ok) yield put(ScheduleActions.updateSchedule(response.data.schedule))
7 | }
8 |
--------------------------------------------------------------------------------
/App/Sagas/StartupSagas.js:
--------------------------------------------------------------------------------
1 | import { put } from 'redux-saga/effects'
2 | import ScheduleActions from '../Redux/ScheduleRedux'
3 | // import LocationActions from '../Redux/LocationRedux'
4 |
5 | // process STARTUP actions
6 | export function * startup (action) {
7 | yield put(ScheduleActions.trackCurrentTime())
8 | /* ********************************************************
9 | * Readonly API Calls are better handled through code push *
10 | * *********************************************************/
11 | // yield put(ScheduleActions.getScheduleUpdates())
12 | // yield put(LocationActions.getNearbyUpdates())
13 | }
14 |
--------------------------------------------------------------------------------
/App/Services/FixtureApi.js:
--------------------------------------------------------------------------------
1 | export default {
2 | // Functions return fixtures
3 | getSpeakers: () => {
4 | return {
5 | ok: true,
6 | data: require('../Fixtures/schedule.json')
7 | }
8 | },
9 | getNearby: () => {
10 | return {
11 | ok: true,
12 | data: require('../Fixtures/nearby.json')
13 | }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/App/Themes/Fonts.js:
--------------------------------------------------------------------------------
1 | const type = {
2 | base: 'Montserrat-Light',
3 | bold: 'Montserrat-SemiBold',
4 | semiBold: 'Montserrat-SemiBold',
5 | medium: 'Montserrat-Medium'
6 | }
7 |
8 | const size = {
9 | h1: 38,
10 | h2: 34,
11 | h5: 20,
12 | regular: 17,
13 | medium: 14
14 | }
15 |
16 | const style = {
17 | h1: {
18 | fontFamily: type.base,
19 | fontSize: size.h1
20 | },
21 | h2: {
22 | fontWeight: 'bold',
23 | fontSize: size.h2
24 | },
25 | h5: {
26 | fontFamily: type.base,
27 | fontSize: size.h5
28 | },
29 | normal: {
30 | fontFamily: type.base,
31 | fontSize: size.regular
32 | },
33 | description: {
34 | fontFamily: type.base,
35 | fontSize: size.medium
36 | }
37 | }
38 |
39 | export default {
40 | type,
41 | size,
42 | style
43 | }
44 |
--------------------------------------------------------------------------------
/App/Themes/README.md:
--------------------------------------------------------------------------------
1 | ### Themes Folder
2 | Application specific themes
3 | * Base Styles
4 | * Fonts
5 | * Metrics
6 | * Colors
7 |
8 | etc.
9 |
--------------------------------------------------------------------------------
/App/Themes/Videos.js:
--------------------------------------------------------------------------------
1 | const videos = {
2 | lunch: require('../Videos/lunch.mp4'),
3 | coffee: require('../Videos/coffee.mp4'),
4 | party: require('../Videos/party.mp4')
5 | }
6 |
7 | export default videos
8 |
--------------------------------------------------------------------------------
/App/Themes/index.js:
--------------------------------------------------------------------------------
1 | import Colors from './Colors'
2 | import Fonts from './Fonts'
3 | import Metrics from './Metrics'
4 | import Images from './Images'
5 | import Videos from './Videos'
6 | import ApplicationStyles, {ScreenStylesType} from './ApplicationStyles'
7 |
8 | export { Colors, Fonts, Images, Videos, Metrics, ApplicationStyles, ScreenStylesType }
9 |
--------------------------------------------------------------------------------
/App/Transforms/README.md:
--------------------------------------------------------------------------------
1 | # Transforms
2 |
3 | A common pattern when working with APIs is to change data to play nice between your app & the API.
4 |
5 | We've found this to be the case in every project we've worked on. So much so that we're recommending that you create a folder dedicated to these transformations.
6 |
7 | Transforms are not necessarily a bad thing (although an API might have you transforming more than you'd like).
8 |
9 | For example, you may:
10 |
11 | * turn appropriate strings to date objects
12 | * convert snake case to camel case
13 | * normalize or denormalize things
14 | * create lookup tables
15 |
--------------------------------------------------------------------------------
/App/Videos/coffee.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Videos/coffee.mp4
--------------------------------------------------------------------------------
/App/Videos/lunch.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Videos/lunch.mp4
--------------------------------------------------------------------------------
/App/Videos/party.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/App/Videos/party.mp4
--------------------------------------------------------------------------------
/AppIcon/IconAndroid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/AppIcon/IconAndroid.png
--------------------------------------------------------------------------------
/AppIcon/IconIOS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/AppIcon/IconIOS.png
--------------------------------------------------------------------------------
/Matchfile:
--------------------------------------------------------------------------------
1 | git_url "git@github.com:infinitered/ChainReactApp-Certs.git"
2 |
3 | type "development" # The default type, can be: appstore, adhoc, enterprise or development
4 |
5 | # app_identifier ["tools.fastlane.app", "tools.fastlane.app2"]
6 | # username "user@fastlane.tools" # Your Apple Developer Portal username
7 |
8 | # For all available options run `fastlane match --help`
9 | # Remove the # in the beginning of the line to enable the other options
10 |
--------------------------------------------------------------------------------
/Tests/Sagas/StartupSagaTest.js:
--------------------------------------------------------------------------------
1 | import test from 'ava'
2 | import { put } from 'redux-saga/effects'
3 | import { startup } from '../../App/Sagas/StartupSagas'
4 | import ScheduleActions from '../../App/Redux/ScheduleRedux'
5 |
6 | const stepper = (fn) => (mock) => fn.next(mock).value
7 |
8 | test('watches for the right action', (t) => {
9 | const step = stepper(startup())
10 | ScheduleActions.trackCurrentTime()
11 | t.deepEqual(step(), put(ScheduleActions.trackCurrentTime()))
12 | })
13 |
--------------------------------------------------------------------------------
/Tests/Services/FixtureAPITest.js:
--------------------------------------------------------------------------------
1 | import test from 'ava'
2 | // import API from '../../App/Services/Api'
3 | // import FixtureAPI from '../../App/Services/FixtureApi'
4 | // import R from 'ramda'
5 |
6 | // test('All fixtures map to actual API', (t) => {
7 | // const fixtureKeys = R.keys(FixtureAPI).sort()
8 | // const apiKeys = R.keys(API.create())
9 |
10 | // const intersection = R.intersection(fixtureKeys, apiKeys).sort()
11 |
12 | // // There is no difference between the intersection and all fixtures
13 | // t.true(R.equals(fixtureKeys, intersection))
14 | // })
15 |
16 | test('All fixtures map to actual API', (t) => {
17 | // Can't be on 0.45 AND have enzyme
18 | // https://github.com/airbnb/enzyme/issues/928#issuecomment-301633318
19 | t.true(true)
20 | })
21 |
--------------------------------------------------------------------------------
/_art/1024.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/_art/1024.jpg
--------------------------------------------------------------------------------
/_art/120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/_art/120.png
--------------------------------------------------------------------------------
/_art/180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/_art/180.png
--------------------------------------------------------------------------------
/_art/marketing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/_art/marketing.jpg
--------------------------------------------------------------------------------
/android/Gemfile:
--------------------------------------------------------------------------------
1 | # frozen_string_literal: true
2 | source "https://rubygems.org"
3 |
4 | gem "fastlane"
5 |
6 | plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
7 | eval_gemfile(plugins_path) if File.exist?(plugins_path)
8 |
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Entypo.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Entypo.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/EvilIcons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/EvilIcons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/FontAwesome.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/FontAwesome.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Foundation.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Foundation.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Ionicons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/MaterialIcons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/MaterialIcons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Montserrat-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Montserrat-Bold.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Montserrat-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Montserrat-Light.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Montserrat-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Montserrat-Medium.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Montserrat-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Montserrat-Regular.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Montserrat-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Montserrat-SemiBold.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Octicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Octicons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/SimpleLineIcons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/SimpleLineIcons.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/fonts/Zocial.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/assets/fonts/Zocial.ttf
--------------------------------------------------------------------------------
/android/app/src/main/assets/mobile-center-config.json:
--------------------------------------------------------------------------------
1 | {
2 | "app_secret": "dbc26ada-2918-4a92-af75-d4428809cc7c"
3 | }
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-hdpi/splash.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-hdpi/splash.jpg
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-mdpi/splash.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-mdpi/splash.jpg
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xhdpi/splash.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xhdpi/splash.jpg
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxhdpi/splash.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xxhdpi/splash.jpg
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/android/app/src/main/res/mipmap-xxxhdpi/splash.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/mipmap-xxxhdpi/splash.jpg
--------------------------------------------------------------------------------
/android/app/src/main/res/raw/coffee.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/app/src/main/res/raw/coffee.mp3
--------------------------------------------------------------------------------
/android/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | FVAlPPy3G_D5uI7sppU_oA7la0Ch756512e3-04b4-4113-83a7-d7f81b62aa12
3 | ALWAYS_SEND
4 | ALWAYS_SEND
5 | Chain React
6 |
7 |
--------------------------------------------------------------------------------
/android/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/android/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | jcenter()
6 | }
7 | dependencies {
8 | classpath 'com.android.tools.build:gradle:2.2.3'
9 |
10 | // NOTE: Do not place your application dependencies here; they belong
11 | // in the individual module build.gradle files
12 | }
13 | }
14 |
15 | allprojects {
16 | repositories {
17 | mavenLocal()
18 | jcenter()
19 | maven {
20 | // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
21 | url "$rootDir/../node_modules/react-native/android"
22 | }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/android/fastlane/Appfile:
--------------------------------------------------------------------------------
1 | json_key_file "" # Path to the json secret file - Follow https://github.com/fastlane/supply#setup to get one
2 | package_name "com.chainreactapp" # e.g. com.krausefx.app
3 | json_key_file "/Users/gantman/google-play.json"
4 |
--------------------------------------------------------------------------------
/android/fastlane/Pluginfile:
--------------------------------------------------------------------------------
1 | # Autogenerated by fastlane
2 | #
3 | # Ensure this file is checked in to source control!
4 |
5 | gem 'fastlane-plugin-increment_version_code'
6 | gem 'fastlane-plugin-mobile_center'
7 | gem 'fastlane-plugin-appicon'
8 |
--------------------------------------------------------------------------------
/android/fastlane/metadata/android/en-US/full_description.txt:
--------------------------------------------------------------------------------
1 | Chain React Conf 2017 is a React Native Conference held in Portland, OR on July 10th and 11th.
2 |
3 | Join us at the beautiful Armory in downtown Portland this summer! Chain React: The React Native Conference will consist of multiple talks on React Native given by mobile software engineers at Facebook, AirBnB, and others, on a variety of topics from beginner to expert level. We’re expecting a few hundred attendees and are working hard to put on a great conference.
--------------------------------------------------------------------------------
/android/fastlane/metadata/android/en-US/short_description.txt:
--------------------------------------------------------------------------------
1 | The live-updated schedule in your pocket for Chain React Conf
--------------------------------------------------------------------------------
/android/fastlane/metadata/android/en-US/title.txt:
--------------------------------------------------------------------------------
1 | Chain React Conf
--------------------------------------------------------------------------------
/android/fastlane/metadata/android/en-US/video.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/fastlane/metadata/android/en-US/video.txt
--------------------------------------------------------------------------------
/android/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/android/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/android/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | distributionBase=GRADLE_USER_HOME
2 | distributionPath=wrapper/dists
3 | zipStoreBase=GRADLE_USER_HOME
4 | zipStorePath=wrapper/dists
5 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6 |
--------------------------------------------------------------------------------
/android/keystores/BUCK:
--------------------------------------------------------------------------------
1 | keystore(
2 | name = 'debug',
3 | store = 'debug.keystore',
4 | properties = 'debug.keystore.properties',
5 | visibility = [
6 | 'PUBLIC',
7 | ],
8 | )
9 |
--------------------------------------------------------------------------------
/android/keystores/debug.keystore.properties:
--------------------------------------------------------------------------------
1 | key.store=debug.keystore
2 | key.alias=androiddebugkey
3 | key.store.password=android
4 | key.alias.password=android
5 |
--------------------------------------------------------------------------------
/ignite/DevScreens/ButtonBox.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { TouchableOpacity, Text, Image } from 'react-native'
3 | import styles from './Styles/ButtonBoxStyles'
4 |
5 | export default class ButtonBox extends React.Component {
6 | render () {
7 | return (
8 |
9 |
10 | {this.props.text}
11 |
12 | )
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/ignite/DevScreens/DevTheme/Colors.js:
--------------------------------------------------------------------------------
1 | const colors = {
2 | transparent: 'rgba(0,0,0,0)',
3 | background: '#3e243f',
4 | silver: '#F7F7F7',
5 | frost: '#D8D8D8',
6 | windowTint: 'rgba(0, 0, 0, 0.4)',
7 | panther: '#161616',
8 | charcoal: '#595959',
9 | snow: 'white',
10 | ember: 'rgba(164, 0, 48, 0.5)',
11 | fire: '#ff3832',
12 | eggplant: '#251a34',
13 | border: '#483F53',
14 | text: '#E0D7E5'
15 | }
16 |
17 | export default colors
18 |
--------------------------------------------------------------------------------
/ignite/DevScreens/DevTheme/Metrics.js:
--------------------------------------------------------------------------------
1 | import { Dimensions } from 'react-native'
2 |
3 | const { width, height } = Dimensions.get('window')
4 |
5 | // Used via Metrics.baseMargin
6 | const metrics = {
7 | section: 25,
8 | baseMargin: 10,
9 | doubleBaseMargin: 20,
10 | smallMargin: 5,
11 | doubleSection: 50,
12 | screenWidth: width < height ? width : height,
13 | screenHeight: width < height ? height : width,
14 | icons: {
15 | large: 45,
16 | xl: 50
17 | },
18 | images: {
19 | logo: 200
20 | }
21 | }
22 |
23 | export default metrics
24 |
--------------------------------------------------------------------------------
/ignite/DevScreens/DevTheme/README.md:
--------------------------------------------------------------------------------
1 | ### DevTheme Folder
2 | Dev Screens specific themes
3 | * Base Styles
4 | * Fonts
5 | * Metrics
6 | * Colors
7 |
8 | etc.
9 |
--------------------------------------------------------------------------------
/ignite/DevScreens/DevTheme/index.js:
--------------------------------------------------------------------------------
1 | import Colors from './Colors'
2 | import Fonts from './Fonts'
3 | import Metrics from './Metrics'
4 | import Images from './Images'
5 | import ApplicationStyles from './ApplicationStyles'
6 |
7 | export { Colors, Fonts, Images, Metrics, ApplicationStyles }
8 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/BG.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/BG.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/back-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/back-button@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/chevron-right@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/chevron-right@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/close-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/close-button.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/close-button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/close-button@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/close-button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/close-button@3x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/faq-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/faq-icon.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/faq-icon@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/faq-icon@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/faq-icon@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/faq-icon@3x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/hamburger@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/hamburger@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-api-testing@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-api-testing@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-components@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-components@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-device-information@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-device-information@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-home@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-home@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-theme@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-theme@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/Icons/icon-usage-examples@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/Icons/icon-usage-examples@2x.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/README.md:
--------------------------------------------------------------------------------
1 | ### Images folder
2 | Holds all images for the applications.
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/ignite-logo-transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/ignite-logo-transparent.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/ignite_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/ignite_logo.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Images/tile_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/DevScreens/Images/tile_bg.png
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/APITestingScreenStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { ApplicationStyles } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen
6 | })
7 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/ButtonBoxStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Colors, Metrics, Fonts } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | container: {
6 | width: Metrics.screenWidth / 2,
7 | aspectRatio: 0.9,
8 | justifyContent: 'center',
9 | alignItems: 'center',
10 | backgroundColor: Colors.eggplant
11 | },
12 | image: {
13 | width: Metrics.icons.xl,
14 | height: Metrics.icons.xl,
15 | margin: Metrics.baseMargin
16 | },
17 | label: {
18 | ...Fonts.style.h2,
19 | fontSize: 14,
20 | color: Colors.text
21 | }
22 | })
23 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/ComponentExamplesScreenStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Fonts, Colors, Metrics, ApplicationStyles } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen,
6 | sectionText: {
7 | ...Fonts.base,
8 | color: Colors.text,
9 | fontSize: 12,
10 | lineHeight: Metrics.doubleBaseMargin + 5
11 | },
12 | mainContainer: {
13 | paddingHorizontal: Metrics.doubleBaseMargin
14 | },
15 | description: {
16 | marginVertical: Metrics.doubleSection
17 | }
18 | })
19 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/DevscreensButtonStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Colors, Metrics, Fonts } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | container: {
6 | width: Metrics.screenWidth / 2,
7 | aspectRatio: 1,
8 | justifyContent: 'center',
9 | alignItems: 'center',
10 | backgroundColor: Colors.eggplant
11 | },
12 | hamburgerImage: {
13 | width: Metrics.icons.large,
14 | height: Metrics.icons.large,
15 | marginHorizontal: 15
16 | },
17 | label: {
18 | ...Fonts.style.h2,
19 | fontSize: 14,
20 | color: Colors.text
21 | }
22 | })
23 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/FaqScreenStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { Fonts, Colors, Metrics, ApplicationStyles } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen,
6 | sectionText: {
7 | ...Fonts.base,
8 | color: Colors.text,
9 | fontSize: 12,
10 | lineHeight: Metrics.doubleBaseMargin + 5
11 | },
12 | mainContainer: {
13 | paddingHorizontal: Metrics.doubleBaseMargin
14 | },
15 | description: {
16 | marginVertical: Metrics.doubleSection
17 | },
18 | sectionHeader: {
19 | ...Fonts.style.h5,
20 | color: Colors.fire
21 | },
22 | sectionHeaderContainer: {
23 | borderWidth: 1,
24 | borderColor: Colors.border,
25 | padding: Metrics.baseMargin,
26 | marginVertical: 20
27 | }
28 | })
29 |
--------------------------------------------------------------------------------
/ignite/DevScreens/Styles/PluginExamplesScreenStyles.js:
--------------------------------------------------------------------------------
1 | import { StyleSheet } from 'react-native'
2 | import { ApplicationStyles } from '../DevTheme/'
3 |
4 | export default StyleSheet.create({
5 | ...ApplicationStyles.screen
6 | })
7 |
--------------------------------------------------------------------------------
/ignite/Examples/Components/MapsExample.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { View } from 'react-native'
3 | import ExamplesRegistry from '../../../App/Services/ExamplesRegistry'
4 | import MapView from 'react-native-maps'
5 |
6 | // Example
7 | ExamplesRegistry.addPluginExample('Maps', () =>
8 |
12 |
24 |
25 | )
26 |
--------------------------------------------------------------------------------
/ignite/Examples/Components/i18nExample.js:
--------------------------------------------------------------------------------
1 | // @flow
2 |
3 | import React from 'react'
4 | import { View, Text } from 'react-native'
5 | import ExamplesRegistry from '../../../App/Services/ExamplesRegistry'
6 | import I18n from 'react-native-i18n'
7 |
8 | // Example
9 | ExamplesRegistry.addPluginExample('I18n', () =>
10 |
11 | Locale: {I18n.defaultLocale}
12 |
13 | )
14 |
--------------------------------------------------------------------------------
/ignite/Examples/Components/vectorExample.js:
--------------------------------------------------------------------------------
1 | // @flow
2 |
3 | import React from 'react'
4 | import { View } from 'react-native'
5 | import ExamplesRegistry from '../../../App/Services/ExamplesRegistry'
6 | import Icon from 'react-native-vector-icons/FontAwesome'
7 |
8 | // Example
9 | ExamplesRegistry.addPluginExample('Vector Icons', () =>
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | )
18 |
--------------------------------------------------------------------------------
/ignite/ignite.json:
--------------------------------------------------------------------------------
1 | {
2 | "createdWith": "2.0.0-beta.8",
3 | "examples": "classic",
4 | "navigation": "react-navigation",
5 | "generators": {
6 | "component": "ignite-ir-next",
7 | "container": "ignite-ir-next",
8 | "listview": "ignite-ir-next",
9 | "redux": "ignite-ir-next",
10 | "saga": "ignite-ir-next",
11 | "screen": "ignite-ir-next",
12 | "video": "ignite-video",
13 | "map": "ignite-maps",
14 | "map-utilities": "ignite-maps",
15 | "map-callout": "ignite-maps"
16 | }
17 | }
--------------------------------------------------------------------------------
/ignite/plugins/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ignite/plugins/.gitkeep
--------------------------------------------------------------------------------
/index.android.js:
--------------------------------------------------------------------------------
1 | import './App/Config/ReactotronConfig'
2 | import { AppRegistry } from 'react-native'
3 | import App from './App/Containers/App'
4 |
5 | AppRegistry.registerComponent('ChainReactApp', () => App)
6 |
--------------------------------------------------------------------------------
/index.ios.js:
--------------------------------------------------------------------------------
1 | import './App/Config/ReactotronConfig'
2 | import { AppRegistry } from 'react-native'
3 | import App from './App/Containers/App'
4 |
5 | AppRegistry.registerComponent('ChainReactApp', () => App)
6 |
--------------------------------------------------------------------------------
/ios/ChainReactApp.app.dSYM.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp.app.dSYM.zip
--------------------------------------------------------------------------------
/ios/ChainReactApp/AppDelegate.h:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2015-present, Facebook, Inc.
3 | * All rights reserved.
4 | *
5 | * This source code is licensed under the BSD-style license found in the
6 | * LICENSE file in the root directory of this source tree. An additional grant
7 | * of patent rights can be found in the PATENTS file in the same directory.
8 | */
9 |
10 | #import
11 |
12 | @interface AppDelegate : UIResponder
13 |
14 | @property (nonatomic, strong) UIWindow *window;
15 |
16 | @end
17 |
--------------------------------------------------------------------------------
/ios/ChainReactApp/ChainReactApp.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | aps-environment
6 | development
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ios/ChainReactApp/Fonts/Montserrat-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Fonts/Montserrat-Bold.ttf
--------------------------------------------------------------------------------
/ios/ChainReactApp/Fonts/Montserrat-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Fonts/Montserrat-Light.ttf
--------------------------------------------------------------------------------
/ios/ChainReactApp/Fonts/Montserrat-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Fonts/Montserrat-Medium.ttf
--------------------------------------------------------------------------------
/ios/ChainReactApp/Fonts/Montserrat-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Fonts/Montserrat-Regular.ttf
--------------------------------------------------------------------------------
/ios/ChainReactApp/Fonts/Montserrat-SemiBold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Fonts/Montserrat-SemiBold.ttf
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-120x120.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-152x152.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-167x167.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-167x167.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-180x180.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-20x20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-20x20.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-29x29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-29x29.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-40x40.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-58x58.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-58x58.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-60x60.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-76x76.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-80x80.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-80x80.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-87x87.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconArtwork-87x87.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-1.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-1024x1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-1024x1024.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-120x120.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-152x152.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-167x167.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-167x167.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-180x180.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-2.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-20x20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-20x20.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-29x29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-29x29.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-40x40.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-58x58.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-58x58.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-60x60.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-76x76.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-80x80.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-80x80.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-87x87.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS-87x87.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/ChainReactApp/Images.xcassets/AppIcon.appiconset/IconIOS.png
--------------------------------------------------------------------------------
/ios/ChainReactApp/MobileCenter-Config.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | AppSecret
6 | 242736bf-c6ee-444d-8c20-2f0b0bf17f71
7 |
8 |
--------------------------------------------------------------------------------
/ios/ChainReactApp/main.m:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2015-present, Facebook, Inc.
3 | * All rights reserved.
4 | *
5 | * This source code is licensed under the BSD-style license found in the
6 | * LICENSE file in the root directory of this source tree. An additional grant
7 | * of patent rights can be found in the PATENTS file in the same directory.
8 | */
9 |
10 | #import
11 |
12 | #import "AppDelegate.h"
13 |
14 | int main(int argc, char * argv[]) {
15 | @autoreleasepool {
16 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/ios/ChainReactAppTests/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | BNDL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 51
23 |
24 |
25 |
--------------------------------------------------------------------------------
/ios/Gemfile:
--------------------------------------------------------------------------------
1 | # Autogenerated by fastlane
2 | #
3 | # Ensure this file is checked in to source control!
4 |
5 | source "https://rubygems.org"
6 |
7 | gem 'fastlane'
8 | gem 'cocoapods'
9 |
10 | plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
11 | eval_gemfile(plugins_path) if File.exist?(plugins_path)
12 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MSAbstractLog.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | @interface MSAbstractLog : NSObject
4 |
5 | @end
6 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MSLogWithProperties.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | #import "MSAbstractLog.h"
4 |
5 | @interface MSLogWithProperties : MSAbstractLog
6 |
7 | @end
8 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MSMobileCenterErrors.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | NS_ASSUME_NONNULL_BEGIN
4 |
5 | #pragma mark - Domain
6 |
7 | extern NSString *const kMSMCErrorDomain;
8 |
9 | #pragma mark - Log
10 |
11 | // Error codes
12 | NS_ENUM(NSInteger){kMSMCLogInvalidContainerErrorCode = 1};
13 |
14 | // Error descriptions
15 | extern NSString const *kMSMCLogInvalidContainerErrorDesc;
16 |
17 | #pragma mark - Connection
18 |
19 | // Error codes
20 | NS_ENUM(NSInteger){kMSMCConnectionSuspendedErrorCode = 100, kMSMCConnectionHttpErrorCode = 101};
21 |
22 | // Error descriptions
23 | extern NSString const *kMSMCConnectionHttpErrorDesc;
24 | extern NSString const *kMSMCConnectionSuspendedErrorDesc;
25 |
26 | // Error user info keys
27 | extern NSString const *kMSMCConnectionHttpCodeErrorKey;
28 |
29 | NS_ASSUME_NONNULL_END
30 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MSService.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | /**
4 | * Protocol declaring service logic.
5 | */
6 | @protocol MSService
7 |
8 | /**
9 | * Enable/disable this service.
10 | *
11 | * @param isEnabled whether this service is enabled or not.
12 | * @see isEnabled
13 | */
14 | + (void)setEnabled:(BOOL)isEnabled;
15 |
16 | /**
17 | * Is this service enabled.
18 | *
19 | * @return a boolean whether this service is enabled or not.
20 | * @see setEnabled:
21 | */
22 | + (BOOL)isEnabled;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MSServiceAbstract.h:
--------------------------------------------------------------------------------
1 | #import "MSService.h"
2 | #import
3 |
4 | /**
5 | * Abstraction of services common logic.
6 | * This class is intended to be subclassed only not instantiated directly.
7 | */
8 | @interface MSServiceAbstract : NSObject
9 | @end
10 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Headers/MobileCenter.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | #import "MSAbstractLog.h"
4 | #import "MSConstants.h"
5 | #import "MSDevice.h"
6 | #import "MSLogWithProperties.h"
7 | #import "MSMobileCenter.h"
8 | #import "MSMobileCenterErrors.h"
9 | #import "MSService.h"
10 | #import "MSServiceAbstract.h"
11 | #import "MSWrapperSdk.h"
12 | #import "MSMobileCenterErrors.h"
13 | #import "MSCustomProperties.h"
14 |
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/MobileCenter:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/MobileCenter.framework/MobileCenter
--------------------------------------------------------------------------------
/ios/MobileCenter.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module MobileCenter {
2 | umbrella header "MobileCenter.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | link framework "SystemConfiguration"
9 | link framework "UIKit"
10 | }
11 |
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/Headers/MSAnalytics.h:
--------------------------------------------------------------------------------
1 | #import "MSServiceAbstract.h"
2 | #import
3 |
4 | NS_ASSUME_NONNULL_BEGIN
5 |
6 | /**
7 | * Mobile Center analytics service.
8 | */
9 | @interface MSAnalytics : MSServiceAbstract
10 |
11 | /**
12 | * Track an event.
13 | *
14 | * @param eventName event name.
15 | */
16 | + (void)trackEvent:(NSString *)eventName;
17 |
18 | /**
19 | * Track an event.
20 | *
21 | * @param eventName event name.
22 | * @param properties dictionary of properties.
23 | */
24 | + (void)trackEvent:(NSString *)eventName withProperties:(nullable NSDictionary *)properties;
25 |
26 | @end
27 |
28 | NS_ASSUME_NONNULL_END
29 |
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/Headers/MSService.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | /**
4 | * Protocol declaring service logic.
5 | */
6 | @protocol MSService
7 |
8 | /**
9 | * Enable/disable this service.
10 | *
11 | * @param isEnabled whether this service is enabled or not.
12 | * @see isEnabled
13 | */
14 | + (void)setEnabled:(BOOL)isEnabled;
15 |
16 | /**
17 | * Is this service enabled.
18 | *
19 | * @return a boolean whether this service is enabled or not.
20 | * @see setEnabled:
21 | */
22 | + (BOOL)isEnabled;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/Headers/MSServiceAbstract.h:
--------------------------------------------------------------------------------
1 | #import "MSService.h"
2 | #import
3 |
4 | /**
5 | * Abstraction of services common logic.
6 | * This class is intended to be subclassed only not instantiated directly.
7 | */
8 | @interface MSServiceAbstract : NSObject
9 | @end
10 |
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/Headers/MobileCenterAnalytics.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | #import "MSAnalytics.h"
4 |
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/MobileCenterAnalytics:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/MobileCenterAnalytics.framework/MobileCenterAnalytics
--------------------------------------------------------------------------------
/ios/MobileCenterAnalytics.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module MobileCenterAnalytics {
2 | umbrella header "MobileCenterAnalytics.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | link framework "CoreTelephony"
9 | }
10 |
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/Headers/MSAbstractLog.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | @interface MSAbstractLog : NSObject
4 |
5 | @end
6 |
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/Headers/MSService.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | /**
4 | * Protocol declaring service logic.
5 | */
6 | @protocol MSService
7 |
8 | /**
9 | * Enable/disable this service.
10 | *
11 | * @param isEnabled whether this service is enabled or not.
12 | * @see isEnabled
13 | */
14 | + (void)setEnabled:(BOOL)isEnabled;
15 |
16 | /**
17 | * Is this service enabled.
18 | *
19 | * @return a boolean whether this service is enabled or not.
20 | * @see setEnabled:
21 | */
22 | + (BOOL)isEnabled;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/Headers/MSServiceAbstract.h:
--------------------------------------------------------------------------------
1 | #import "MSService.h"
2 | #import
3 |
4 | /**
5 | * Abstraction of services common logic.
6 | * This class is intended to be subclassed only not instantiated directly.
7 | */
8 | @interface MSServiceAbstract : NSObject
9 | @end
10 |
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/Headers/MobileCenterCrashes.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | #import "MSCrashes.h"
4 | #import "MSCrashesDelegate.h"
5 | #import "MSErrorAttachmentLog.h"
6 | #import "MSErrorAttachmentLog+Utility.h"
7 |
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/MobileCenterCrashes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/MobileCenterCrashes.framework/MobileCenterCrashes
--------------------------------------------------------------------------------
/ios/MobileCenterCrashes.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module MobileCenterCrashes {
2 | umbrella header "MobileCenterCrashes.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | link framework "MobileCoreServices"
9 | link "c++"
10 | link "z"
11 | }
12 |
--------------------------------------------------------------------------------
/ios/MobileCenterDistribute.framework/Headers/MSService.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | /**
4 | * Protocol declaring service logic.
5 | */
6 | @protocol MSService
7 |
8 | /**
9 | * Enable/disable this service.
10 | *
11 | * @param isEnabled whether this service is enabled or not.
12 | * @see isEnabled
13 | */
14 | + (void)setEnabled:(BOOL)isEnabled;
15 |
16 | /**
17 | * Is this service enabled.
18 | *
19 | * @return a boolean whether this service is enabled or not.
20 | * @see setEnabled:
21 | */
22 | + (BOOL)isEnabled;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/ios/MobileCenterDistribute.framework/Headers/MSServiceAbstract.h:
--------------------------------------------------------------------------------
1 | #import "MSService.h"
2 | #import
3 |
4 | /**
5 | * Abstraction of services common logic.
6 | * This class is intended to be subclassed only not instantiated directly.
7 | */
8 | @interface MSServiceAbstract : NSObject
9 | @end
10 |
--------------------------------------------------------------------------------
/ios/MobileCenterDistribute.framework/Headers/MobileCenterDistribute.h:
--------------------------------------------------------------------------------
1 | #import
2 | #import "MSDistribute.h"
3 | #import "MSDistributeDelegate.h"
4 | #import "MSReleaseDetails.h"
5 |
--------------------------------------------------------------------------------
/ios/MobileCenterDistribute.framework/MobileCenterDistribute:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/MobileCenterDistribute.framework/MobileCenterDistribute
--------------------------------------------------------------------------------
/ios/MobileCenterDistribute.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module MobileCenterDistribute {
2 | umbrella header "MobileCenterDistribute.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | link framework "CoreTelephony"
9 | link framework "SafariServices"
10 | }
11 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Headers/MSPushDelegate.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | @class MSPush;
4 | @class MSPushNotification;
5 |
6 | @protocol MSPushDelegate
7 |
8 | @optional
9 |
10 | /**
11 | * Callback method that will be called whenever a push notification is clicked from notification center or a
12 | * notification is received in foreground.
13 | *
14 | * @param push The instance of MSPush.
15 | * @param pushNotification The push notification details.
16 | */
17 | - (void)push:(MSPush *)push didReceivePushNotification:(MSPushNotification *)pushNotification;
18 |
19 | @end
20 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Headers/MSPushNotification.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | @interface MSPushNotification : NSObject
4 |
5 | /**
6 | * Notification title.
7 | */
8 | @property(nonatomic, copy, readonly) NSString *title;
9 |
10 | /**
11 | * Notification message.
12 | */
13 | @property(nonatomic, copy, readonly) NSString *message;
14 |
15 | /**
16 | * Custom data for the notification.
17 | */
18 | @property(nonatomic, copy, readonly) NSDictionary *customData;
19 |
20 | @end
21 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Headers/MSService.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | /**
4 | * Protocol declaring service logic.
5 | */
6 | @protocol MSService
7 |
8 | /**
9 | * Enable/disable this service.
10 | *
11 | * @param isEnabled whether this service is enabled or not.
12 | * @see isEnabled
13 | */
14 | + (void)setEnabled:(BOOL)isEnabled;
15 |
16 | /**
17 | * Is this service enabled.
18 | *
19 | * @return a boolean whether this service is enabled or not.
20 | * @see setEnabled:
21 | */
22 | + (BOOL)isEnabled;
23 |
24 | @end
25 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Headers/MSServiceAbstract.h:
--------------------------------------------------------------------------------
1 | #import "MSService.h"
2 | #import
3 |
4 | /**
5 | * Abstraction of services common logic.
6 | * This class is intended to be subclassed only not instantiated directly.
7 | */
8 | @interface MSServiceAbstract : NSObject
9 | @end
10 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Headers/MobileCenterPush.h:
--------------------------------------------------------------------------------
1 | #import
2 | #import "MSPush.h"
3 | #import "MSPushDelegate.h"
4 | #import "MSPushNotification.h"
5 |
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/MobileCenterPush:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/MobileCenterPush.framework/MobileCenterPush
--------------------------------------------------------------------------------
/ios/MobileCenterPush.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module MobileCenterPush {
2 | umbrella header "MobileCenterPush.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | link framework "UIKit"
9 | link framework "UserNotifications"
10 | }
11 |
--------------------------------------------------------------------------------
/ios/RNMobileCenter.framework/Headers/RNMobileCenter.h:
--------------------------------------------------------------------------------
1 | #import
2 |
3 | @import MobileCenter;
4 |
5 | @interface RNMobileCenter : NSObject
6 |
7 | + (void) setAppSecret: (NSString *)secret;
8 |
9 | + (NSString *) getAppSecret;
10 |
11 | + (void) configureMobileCenter;
12 |
13 | + (void) setEnabled:(BOOL) enabled;
14 |
15 | + (void) setLogLevel: (MSLogLevel)logLevel;
16 | + (MSLogLevel) logLevel;
17 |
18 | + (MSWrapperSdk *) getWrapperSdk;
19 | + (void) setWrapperSdk:(MSWrapperSdk *)sdk;
20 |
21 | @end
22 |
--------------------------------------------------------------------------------
/ios/RNMobileCenter.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module RNMobileCenter {
2 | umbrella header "RNMobileCenter.h"
3 |
4 | export *
5 | module * { export * }
6 |
7 | link framework "Foundation"
8 | }
9 |
--------------------------------------------------------------------------------
/ios/RNMobileCenter.framework/RNMobileCenter:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/RNMobileCenter.framework/RNMobileCenter
--------------------------------------------------------------------------------
/ios/SplashScreenResource/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/SplashScreenResource/splash.png
--------------------------------------------------------------------------------
/ios/coffee.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/infinitered/ChainReactApp2017/272026c0380f586b5d691bea9b559e03698b49fe/ios/coffee.mp3
--------------------------------------------------------------------------------
/ios/fastlane/Appfile:
--------------------------------------------------------------------------------
1 | app_identifier "infinitered.stage.ChainReactConf" # The bundle identifier of your app
2 | apple_id "gantman@gmail.com" # Your Apple email address
3 |
4 | team_id "L7YNDPLSEB" # Developer Portal Team ID
5 |
6 | itc_team_id "2079189"
7 |
8 | # you can even provide different app identifiers, Apple IDs and team names per lane:
9 | # More information: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md
10 |
--------------------------------------------------------------------------------
/ios/fastlane/Deliverfile:
--------------------------------------------------------------------------------
1 | ###################### More Options ######################
2 | # If you want to have even more control, check out the documentation
3 | # https://github.com/fastlane/fastlane/blob/master/deliver/Deliverfile.md
4 |
5 |
6 | ###################### Automatically generated ######################
7 | # Feel free to remove the following line if you use fastlane (which you should)
8 |
9 | app_identifier "infinitered.stage.ChainReactConf" # The bundle identifier of your app
10 | username "gantman@gmail.com" # your Apple ID user
11 |
--------------------------------------------------------------------------------
/ios/fastlane/Pluginfile:
--------------------------------------------------------------------------------
1 | # Autogenerated by fastlane
2 | #
3 | # Ensure this file is checked in to source control!
4 |
5 | gem 'fastlane-plugin-mobile_center'
6 | gem 'fastlane-plugin-ascii_art'
7 | gem 'fastlane-plugin-appicon'
8 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/copyright.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/description.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/keywords.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/marketing_url.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/name.txt:
--------------------------------------------------------------------------------
1 | Chain React Conf
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/privacy_url.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/release_notes.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/en-US/support_url.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/primary_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/primary_first_sub_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/primary_second_sub_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/demo_password.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/demo_user.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/email_address.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/first_name.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/last_name.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/notes.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/review_information/phone_number.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/secondary_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/secondary_first_sub_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/secondary_second_sub_category.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/address_line1.txt:
--------------------------------------------------------------------------------
1 | 2395 Francisco St Ste 302
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/city_name.txt:
--------------------------------------------------------------------------------
1 | San Francisco
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/country.txt:
--------------------------------------------------------------------------------
1 | United States
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/is_displayed_on_app_store.txt:
--------------------------------------------------------------------------------
1 | false
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/postal_code.txt:
--------------------------------------------------------------------------------
1 | 94123
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/state.txt:
--------------------------------------------------------------------------------
1 | California
2 |
--------------------------------------------------------------------------------
/ios/fastlane/metadata/trade_representative_contact_information/trade_name.txt:
--------------------------------------------------------------------------------
1 | InfiniteRed LLC
2 |
--------------------------------------------------------------------------------
/ios/fastlane/screenshots/README.txt:
--------------------------------------------------------------------------------
1 | Put all screenshots you want to use inside the folder of its language (e.g. en-US).
2 | The device type will automatically be recognized using the image resolution. Apple TV screenshots
3 | should be stored in a subdirectory named appleTV with language folders inside of it. iMessage
4 | screenshots, like Apple TV screenshots, should also be stored in a subdirectory named iMessage
5 | with language folders inside of it.
6 |
7 | The screenshots can be named whatever you want, but keep in mind they are sorted alphabetically.
8 |
--------------------------------------------------------------------------------
/rn-cli.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | getTransformModulePath () {
3 | return require.resolve('react-native-typescript-transformer')
4 | },
5 | getSourceExts () {
6 | return ['ts', 'tsx']
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "compilerOptions": {
3 | "target": "es2015",
4 | "module": "es2015",
5 | "jsx": "react-native",
6 | "moduleResolution": "node",
7 | "allowSyntheticDefaultImports": true,
8 | "allowJs": true
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/tslint.json:
--------------------------------------------------------------------------------
1 | // W00t comments inside of JSON!
2 | {
3 | "extends": "tslint-config-standard"
4 | // Keep it like regular standard for now
5 | // "rules": {
6 | // "trailing-comma": [true, {"multiline": "always", "singleline": "never"}]
7 | // }
8 | }
9 |
--------------------------------------------------------------------------------