├── .buckconfig ├── .circleci └── config.yml ├── .env ├── .eslintignore ├── .eslintrc ├── .flowconfig ├── .gitattributes ├── .gitignore ├── .watchmanconfig ├── LICENSE ├── README.md ├── __mocks__ ├── index.js └── react-native-navigation.js ├── android ├── app │ ├── BUCK │ ├── build.gradle │ ├── google-services.json │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ └── fonts │ │ │ ├── AntDesign.ttf │ │ │ ├── Entypo.ttf │ │ │ ├── EvilIcons.ttf │ │ │ ├── Feather.ttf │ │ │ ├── FontAwesome.ttf │ │ │ ├── FontAwesome5_Brands.ttf │ │ │ ├── FontAwesome5_Regular.ttf │ │ │ ├── FontAwesome5_Solid.ttf │ │ │ ├── Foundation.ttf │ │ │ ├── Ionicons.ttf │ │ │ ├── MaterialCommunityIcons.ttf │ │ │ ├── MaterialIcons.ttf │ │ │ ├── Octicons.ttf │ │ │ ├── SFProDisplayBlack.otf │ │ │ ├── SFProDisplayBold.otf │ │ │ ├── SFProDisplayHeavy.otf │ │ │ ├── SFProDisplayLight.otf │ │ │ ├── SFProDisplayMedium.otf │ │ │ ├── SFProDisplayRegular.otf │ │ │ ├── SFProDisplaySemibold.otf │ │ │ ├── SFProDisplayThin.otf │ │ │ ├── SFProDisplayUltralight.otf │ │ │ ├── SimpleLineIcons.ttf │ │ │ └── Zocial.ttf │ │ ├── java │ │ └── com │ │ │ └── reactnativestarterkit │ │ │ ├── MainActivity.java │ │ │ └── MainApplication.java │ │ └── res │ │ ├── mipmap-hdpi │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher.png │ │ └── values │ │ ├── strings.xml │ │ └── styles.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── keystores │ ├── BUCK │ └── debug.keystore.properties └── settings.gradle ├── app.json ├── babel.config.js ├── index.js ├── ios ├── Frameworks │ ├── FBSDKCoreKit.framework │ │ ├── FBSDKCoreKit │ │ ├── Headers │ │ │ ├── FBSDKAccessToken.h │ │ │ ├── FBSDKAppEvents.h │ │ │ ├── FBSDKAppLink.h │ │ │ ├── FBSDKAppLinkNavigation.h │ │ │ ├── FBSDKAppLinkResolver.h │ │ │ ├── FBSDKAppLinkResolving.h │ │ │ ├── FBSDKAppLinkReturnToRefererController.h │ │ │ ├── FBSDKAppLinkReturnToRefererView.h │ │ │ ├── FBSDKAppLinkTarget.h │ │ │ ├── FBSDKAppLinkUtility.h │ │ │ ├── FBSDKApplicationDelegate.h │ │ │ ├── FBSDKButton.h │ │ │ ├── FBSDKConstants.h │ │ │ ├── FBSDKCopying.h │ │ │ ├── FBSDKCoreKit.h │ │ │ ├── FBSDKGraphErrorRecoveryProcessor.h │ │ │ ├── FBSDKGraphRequest.h │ │ │ ├── FBSDKGraphRequestConnection.h │ │ │ ├── FBSDKGraphRequestDataAttachment.h │ │ │ ├── FBSDKMacros.h │ │ │ ├── FBSDKMeasurementEvent.h │ │ │ ├── FBSDKMutableCopying.h │ │ │ ├── FBSDKProfile.h │ │ │ ├── FBSDKProfilePictureView.h │ │ │ ├── FBSDKSettings.h │ │ │ ├── FBSDKTestUsersManager.h │ │ │ ├── FBSDKURL.h │ │ │ ├── FBSDKUtility.h │ │ │ └── FBSDKWebViewAppLinkResolver.h │ │ ├── Info.plist │ │ └── Modules │ │ │ └── module.modulemap │ ├── FBSDKLoginKit.framework │ │ ├── FBSDKLoginKit │ │ ├── Headers │ │ │ ├── FBSDKDeviceLoginCodeInfo.h │ │ │ ├── FBSDKDeviceLoginManager.h │ │ │ ├── FBSDKDeviceLoginManagerResult.h │ │ │ ├── FBSDKLoginButton.h │ │ │ ├── FBSDKLoginConstants.h │ │ │ ├── FBSDKLoginKit.h │ │ │ ├── FBSDKLoginManager.h │ │ │ ├── FBSDKLoginManagerLoginResult.h │ │ │ ├── FBSDKLoginTooltipView.h │ │ │ └── FBSDKTooltipView.h │ │ ├── Info.plist │ │ └── Modules │ │ │ └── module.modulemap │ └── FBSDKShareKit.framework │ │ ├── FBSDKShareKit │ │ ├── Headers │ │ ├── FBSDKAppGroupAddDialog.h │ │ ├── FBSDKAppGroupContent.h │ │ ├── FBSDKAppGroupJoinDialog.h │ │ ├── FBSDKAppInviteContent.h │ │ ├── FBSDKAppInviteDialog.h │ │ ├── FBSDKCameraEffectArguments.h │ │ ├── FBSDKCameraEffectTextures.h │ │ ├── FBSDKGameRequestContent.h │ │ ├── FBSDKGameRequestDialog.h │ │ ├── FBSDKHashtag.h │ │ ├── FBSDKLikeButton.h │ │ ├── FBSDKLikeControl.h │ │ ├── FBSDKLikeObjectType.h │ │ ├── FBSDKLiking.h │ │ ├── FBSDKMessageDialog.h │ │ ├── FBSDKSendButton.h │ │ ├── FBSDKShareAPI.h │ │ ├── FBSDKShareButton.h │ │ ├── FBSDKShareCameraEffectContent.h │ │ ├── FBSDKShareConstants.h │ │ ├── FBSDKShareDialog.h │ │ ├── FBSDKShareDialogMode.h │ │ ├── FBSDKShareKit.h │ │ ├── FBSDKShareLinkContent.h │ │ ├── FBSDKShareMediaContent.h │ │ ├── FBSDKShareMessengerActionButton.h │ │ ├── FBSDKShareMessengerGenericTemplateContent.h │ │ ├── FBSDKShareMessengerGenericTemplateElement.h │ │ ├── FBSDKShareMessengerMediaTemplateContent.h │ │ ├── FBSDKShareMessengerOpenGraphMusicTemplateContent.h │ │ ├── FBSDKShareMessengerURLActionButton.h │ │ ├── FBSDKShareOpenGraphAction.h │ │ ├── FBSDKShareOpenGraphContent.h │ │ ├── FBSDKShareOpenGraphObject.h │ │ ├── FBSDKShareOpenGraphValueContainer.h │ │ ├── FBSDKSharePhoto.h │ │ ├── FBSDKSharePhotoContent.h │ │ ├── FBSDKShareVideo.h │ │ ├── FBSDKShareVideoContent.h │ │ ├── FBSDKSharing.h │ │ ├── FBSDKSharingButton.h │ │ ├── FBSDKSharingContent.h │ │ ├── FBSDKSharingScheme.h │ │ └── FBSDKSharingValidation.h │ │ ├── Info.plist │ │ └── Modules │ │ └── module.modulemap ├── Podfile ├── Podfile.lock ├── ReactNativeStarterKit.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── ReactNativeStarterKit-tvOS.xcscheme │ │ └── ReactNativeStarterKit.xcscheme ├── ReactNativeStarterKit.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── ReactNativeStarterKit │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ │ └── LaunchScreen.xib │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Info.plist │ └── main.m └── ReactNativeStarterKitTests │ ├── Info.plist │ └── ReactNativeStarterKitTests.m ├── jest-setup.js ├── logo.png ├── package.json ├── src ├── assets │ ├── icons │ │ ├── ic_nav_logout@1x.png │ │ ├── ic_nav_logout@2x.png │ │ ├── ic_nav_logout@3x.png │ │ ├── ic_nav_user@1x.png │ │ ├── ic_nav_user@2x.png │ │ ├── ic_nav_user@3x.png │ │ ├── ic_tab_home.png │ │ ├── ic_tab_home@2x.png │ │ ├── ic_tab_home@3x.png │ │ ├── ic_tab_menu.png │ │ ├── ic_tab_menu@2x.png │ │ └── ic_tab_menu@3x.png │ ├── images │ │ └── logo.png │ └── package.json ├── components │ └── index.js ├── fonts │ ├── SFProDisplayBlack.js │ ├── SFProDisplayBold.js │ ├── SFProDisplayHeavy.js │ ├── SFProDisplayLight.js │ ├── SFProDisplayMedium.js │ ├── SFProDisplayRegular.js │ ├── SFProDisplaySemiBold.js │ ├── SFProDisplayThin.js │ ├── SFProDisplayUltralight.js │ ├── assets │ │ ├── SFProDisplayBlack.otf │ │ ├── SFProDisplayBold.otf │ │ ├── SFProDisplayHeavy.otf │ │ ├── SFProDisplayLight.otf │ │ ├── SFProDisplayMedium.otf │ │ ├── SFProDisplayRegular.otf │ │ ├── SFProDisplaySemibold.otf │ │ ├── SFProDisplayThin.otf │ │ └── SFProDisplayUltralight.otf │ └── index.js ├── navigation │ ├── Navigation.js │ ├── Screens.js │ ├── index.js │ └── registerScreens.js ├── package.json ├── redux │ ├── Provider │ │ ├── index.js │ │ └── provider.js │ ├── index.js │ ├── modules │ │ ├── data │ │ │ ├── actions.js │ │ │ ├── connectData.js │ │ │ ├── index.js │ │ │ ├── reducer.js │ │ │ └── saga.js │ │ └── index.js │ └── store │ │ ├── index.js │ │ ├── reducers.js │ │ ├── sagas.js │ │ └── store.js ├── screens │ ├── LoginScreen │ │ └── LoginScreen.js │ ├── SingleAppScreen │ │ └── SingleAppScreen.js │ ├── Tab1Screen │ │ └── Tab1Screen.js │ ├── Tab2Screen │ │ └── Tab2Screen.js │ ├── WelcomeScreen │ │ ├── WelcomeScreen.js │ │ └── __tests__ │ │ │ ├── WelcomeScreen.test.js │ │ │ └── __snapshots__ │ │ │ └── WelcomeScreen.test.js.snap │ └── index.js └── services │ ├── index.js │ └── restService.js └── yarn.lock /.buckconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.buckconfig -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- 1 | API_URL=http://localhost:8000/api/ 2 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.eslintignore -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.eslintrc -------------------------------------------------------------------------------- /.flowconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.flowconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/.gitignore -------------------------------------------------------------------------------- /.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/README.md -------------------------------------------------------------------------------- /__mocks__/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/__mocks__/index.js -------------------------------------------------------------------------------- /__mocks__/react-native-navigation.js: -------------------------------------------------------------------------------- 1 | export const Navigation = { 2 | registerComponent: () => Promise.resolve() 3 | }; 4 | -------------------------------------------------------------------------------- /android/app/BUCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/BUCK -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/google-services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/google-services.json -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/AntDesign.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/AntDesign.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Entypo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Entypo.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/EvilIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/EvilIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Feather.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/FontAwesome.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Foundation.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Foundation.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Ionicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/MaterialIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Octicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Octicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayBlack.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayBlack.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayBold.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayHeavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayHeavy.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayLight.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayMedium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayMedium.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayRegular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayRegular.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplaySemibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplaySemibold.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayThin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayThin.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SFProDisplayUltralight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SFProDisplayUltralight.otf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SimpleLineIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/SimpleLineIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Zocial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/assets/fonts/Zocial.ttf -------------------------------------------------------------------------------- /android/app/src/main/java/com/reactnativestarterkit/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/java/com/reactnativestarterkit/MainActivity.java -------------------------------------------------------------------------------- /android/app/src/main/java/com/reactnativestarterkit/MainApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/java/com/reactnativestarterkit/MainApplication.java -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/gradlew -------------------------------------------------------------------------------- /android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/gradlew.bat -------------------------------------------------------------------------------- /android/keystores/BUCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/keystores/BUCK -------------------------------------------------------------------------------- /android/keystores/debug.keystore.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/keystores/debug.keystore.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/app.json -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/babel.config.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/index.js -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkNavigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkNavigation.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererController.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererView.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKConstants.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKCopying.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMacros.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMeasurementEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMeasurementEvent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfile.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKURL.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKUtility.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Info.plist -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKCoreKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKCoreKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginCodeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginCodeInfo.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManager.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Info.plist -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKLoginKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKLoginKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/FBSDKShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/FBSDKShareKit -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKHashtag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKHashtag.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKLiking.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareKit.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateElement.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerMediaTemplateContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerMediaTemplateContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerURLActionButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerURLActionButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingValidation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingValidation.h -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Info.plist -------------------------------------------------------------------------------- /ios/Frameworks/FBSDKShareKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Frameworks/FBSDKShareKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /ios/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/Podfile -------------------------------------------------------------------------------- /ios/Podfile.lock: -------------------------------------------------------------------------------- 1 | PODFILE CHECKSUM: 6a65afed5b9e3d7fe87fc9041af205c0e09e087f 2 | 3 | COCOAPODS: 1.5.3 4 | -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcodeproj/xcshareddata/xcschemes/ReactNativeStarterKit-tvOS.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcodeproj/xcshareddata/xcschemes/ReactNativeStarterKit-tvOS.xcscheme -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcodeproj/xcshareddata/xcschemes/ReactNativeStarterKit.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcodeproj/xcshareddata/xcschemes/ReactNativeStarterKit.xcscheme -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/AppDelegate.h -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/AppDelegate.m -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/Info.plist -------------------------------------------------------------------------------- /ios/ReactNativeStarterKit/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKit/main.m -------------------------------------------------------------------------------- /ios/ReactNativeStarterKitTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKitTests/Info.plist -------------------------------------------------------------------------------- /ios/ReactNativeStarterKitTests/ReactNativeStarterKitTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/ios/ReactNativeStarterKitTests/ReactNativeStarterKitTests.m -------------------------------------------------------------------------------- /jest-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/jest-setup.js -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/logo.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/package.json -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_logout@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_logout@1x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_logout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_logout@2x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_logout@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_logout@3x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_user@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_user@1x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_user@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_user@2x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_nav_user@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_nav_user@3x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_home.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_home@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_home@2x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_home@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_home@3x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_menu.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_menu@2x.png -------------------------------------------------------------------------------- /src/assets/icons/ic_tab_menu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/icons/ic_tab_menu@3x.png -------------------------------------------------------------------------------- /src/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/assets/images/logo.png -------------------------------------------------------------------------------- /src/assets/package.json: -------------------------------------------------------------------------------- 1 | { "name": "assets" } 2 | -------------------------------------------------------------------------------- /src/components/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/fonts/SFProDisplayBlack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayBlack.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayBold.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayHeavy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayHeavy.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayLight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayLight.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayMedium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayMedium.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayRegular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayRegular.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplaySemiBold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplaySemiBold.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayThin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayThin.js -------------------------------------------------------------------------------- /src/fonts/SFProDisplayUltralight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/SFProDisplayUltralight.js -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayBlack.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayBlack.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayBold.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayHeavy.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayHeavy.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayLight.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayMedium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayMedium.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayRegular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayRegular.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplaySemibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplaySemibold.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayThin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayThin.otf -------------------------------------------------------------------------------- /src/fonts/assets/SFProDisplayUltralight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/assets/SFProDisplayUltralight.otf -------------------------------------------------------------------------------- /src/fonts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/fonts/index.js -------------------------------------------------------------------------------- /src/navigation/Navigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/navigation/Navigation.js -------------------------------------------------------------------------------- /src/navigation/Screens.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/navigation/Screens.js -------------------------------------------------------------------------------- /src/navigation/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/navigation/index.js -------------------------------------------------------------------------------- /src/navigation/registerScreens.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/navigation/registerScreens.js -------------------------------------------------------------------------------- /src/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "src" 3 | } 4 | -------------------------------------------------------------------------------- /src/redux/Provider/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/Provider/index.js -------------------------------------------------------------------------------- /src/redux/Provider/provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/Provider/provider.js -------------------------------------------------------------------------------- /src/redux/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/index.js -------------------------------------------------------------------------------- /src/redux/modules/data/actions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/modules/data/actions.js -------------------------------------------------------------------------------- /src/redux/modules/data/connectData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/modules/data/connectData.js -------------------------------------------------------------------------------- /src/redux/modules/data/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/modules/data/index.js -------------------------------------------------------------------------------- /src/redux/modules/data/reducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/modules/data/reducer.js -------------------------------------------------------------------------------- /src/redux/modules/data/saga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/modules/data/saga.js -------------------------------------------------------------------------------- /src/redux/modules/index.js: -------------------------------------------------------------------------------- 1 | // @flow 2 | 3 | export * from './data'; 4 | -------------------------------------------------------------------------------- /src/redux/store/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/store/index.js -------------------------------------------------------------------------------- /src/redux/store/reducers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/store/reducers.js -------------------------------------------------------------------------------- /src/redux/store/sagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/store/sagas.js -------------------------------------------------------------------------------- /src/redux/store/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/redux/store/store.js -------------------------------------------------------------------------------- /src/screens/LoginScreen/LoginScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/LoginScreen/LoginScreen.js -------------------------------------------------------------------------------- /src/screens/SingleAppScreen/SingleAppScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/SingleAppScreen/SingleAppScreen.js -------------------------------------------------------------------------------- /src/screens/Tab1Screen/Tab1Screen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/Tab1Screen/Tab1Screen.js -------------------------------------------------------------------------------- /src/screens/Tab2Screen/Tab2Screen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/Tab2Screen/Tab2Screen.js -------------------------------------------------------------------------------- /src/screens/WelcomeScreen/WelcomeScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/WelcomeScreen/WelcomeScreen.js -------------------------------------------------------------------------------- /src/screens/WelcomeScreen/__tests__/WelcomeScreen.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/WelcomeScreen/__tests__/WelcomeScreen.test.js -------------------------------------------------------------------------------- /src/screens/WelcomeScreen/__tests__/__snapshots__/WelcomeScreen.test.js.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/WelcomeScreen/__tests__/__snapshots__/WelcomeScreen.test.js.snap -------------------------------------------------------------------------------- /src/screens/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/screens/index.js -------------------------------------------------------------------------------- /src/services/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/services/index.js -------------------------------------------------------------------------------- /src/services/restService.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/src/services/restService.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoami/react-native-navigation-redux-starter-kit/HEAD/yarn.lock --------------------------------------------------------------------------------