├── .buckconfig ├── .flowconfig ├── .gitattributes ├── .gitignore ├── .watchmanconfig ├── README.md ├── __tests__ └── App-test.js ├── android ├── app │ ├── BUCK │ ├── build.gradle │ ├── build_defs.bzl │ ├── proguard-rules.pro │ └── src │ │ ├── debug │ │ ├── AndroidManifest.xml │ │ └── res │ │ │ └── xml │ │ │ └── react_native_config.xml │ │ └── 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 │ │ │ ├── Roboto.ttf │ │ │ ├── Roboto_medium.ttf │ │ │ ├── SimpleLineIcons.ttf │ │ │ ├── Zocial.ttf │ │ │ └── rubicon-icon-font.ttf │ │ ├── java │ │ └── com │ │ │ └── github │ │ │ ├── MainActivity.java │ │ │ └── MainApplication.java │ │ └── res │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.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 ├── Github-tvOS │ └── Info.plist ├── Github-tvOSTests │ └── Info.plist ├── Github.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── Github-tvOS.xcscheme │ │ └── Github.xcscheme ├── Github │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj │ │ └── LaunchScreen.xib │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Info.plist │ └── main.m └── GithubTests │ ├── GithubTests.m │ └── Info.plist ├── metro.config.js ├── package-lock.json ├── package.json ├── src ├── containers │ ├── Search │ │ └── index.js │ └── User │ │ └── index.js ├── graphql.js └── index.js └── yarn.lock /.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /.flowconfig: -------------------------------------------------------------------------------- 1 | [ignore] 2 | ; We fork some components by platform 3 | .*/*[.]android.js 4 | 5 | ; Ignore "BUCK" generated dirs 6 | /\.buckd/ 7 | 8 | ; Ignore unexpected extra "@providesModule" 9 | .*/node_modules/.*/node_modules/fbjs/.* 10 | 11 | ; Ignore duplicate module providers 12 | ; For RN Apps installed via npm, "Libraries" folder is inside 13 | ; "node_modules/react-native" but in the source repo it is in the root 14 | .*/Libraries/react-native/React.js 15 | 16 | ; Ignore polyfills 17 | .*/Libraries/polyfills/.* 18 | 19 | ; Ignore metro 20 | .*/node_modules/metro/.* 21 | 22 | [include] 23 | 24 | [libs] 25 | node_modules/react-native/Libraries/react-native/react-native-interface.js 26 | node_modules/react-native/flow/ 27 | 28 | [options] 29 | emoji=true 30 | 31 | esproposal.optional_chaining=enable 32 | esproposal.nullish_coalescing=enable 33 | 34 | module.system=haste 35 | module.system.haste.use_name_reducers=true 36 | # get basename 37 | module.system.haste.name_reducers='^.*/\([a-zA-Z0-9$_.-]+\.js\(\.flow\)?\)$' -> '\1' 38 | # strip .js or .js.flow suffix 39 | module.system.haste.name_reducers='^\(.*\)\.js\(\.flow\)?$' -> '\1' 40 | # strip .ios suffix 41 | module.system.haste.name_reducers='^\(.*\)\.ios$' -> '\1' 42 | module.system.haste.name_reducers='^\(.*\)\.android$' -> '\1' 43 | module.system.haste.name_reducers='^\(.*\)\.native$' -> '\1' 44 | module.system.haste.paths.blacklist=.*/__tests__/.* 45 | module.system.haste.paths.blacklist=.*/__mocks__/.* 46 | module.system.haste.paths.blacklist=/node_modules/react-native/Libraries/Animated/src/polyfills/.* 47 | module.system.haste.paths.whitelist=/node_modules/react-native/Libraries/.* 48 | 49 | munge_underscores=true 50 | 51 | module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub' 52 | 53 | module.file_ext=.js 54 | module.file_ext=.jsx 55 | module.file_ext=.json 56 | module.file_ext=.native.js 57 | 58 | suppress_type=$FlowIssue 59 | suppress_type=$FlowFixMe 60 | suppress_type=$FlowFixMeProps 61 | suppress_type=$FlowFixMeState 62 | 63 | suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) 64 | suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ 65 | suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy 66 | suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError 67 | 68 | [version] 69 | ^0.92.0 70 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | # 3 | .DS_Store 4 | 5 | # Xcode 6 | # 7 | build/ 8 | *.pbxuser 9 | !default.pbxuser 10 | *.mode1v3 11 | !default.mode1v3 12 | *.mode2v3 13 | !default.mode2v3 14 | *.perspectivev3 15 | !default.perspectivev3 16 | xcuserdata 17 | *.xccheckout 18 | *.moved-aside 19 | DerivedData 20 | *.hmap 21 | *.ipa 22 | *.xcuserstate 23 | project.xcworkspace 24 | 25 | # Android/IntelliJ 26 | # 27 | build/ 28 | .idea 29 | .gradle 30 | local.properties 31 | *.iml 32 | 33 | # node.js 34 | # 35 | node_modules/ 36 | npm-debug.log 37 | yarn-error.log 38 | 39 | # BUCK 40 | buck-out/ 41 | \.buckd/ 42 | *.keystore 43 | 44 | # fastlane 45 | # 46 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 47 | # screenshots whenever they are needed. 48 | # For more information about the recommended setup visit: 49 | # https://docs.fastlane.tools/best-practices/source-control/ 50 | 51 | */fastlane/report.xml 52 | */fastlane/Preview.html 53 | */fastlane/screenshots 54 | 55 | # Bundle artifact 56 | *.jsbundle 57 | -------------------------------------------------------------------------------- /.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # github-react-native-apollo-graphql 2 | 3 | 4 | 5 | ### Alpha version coming soon 🌟 6 | This project is under development... 7 | -------------------------------------------------------------------------------- /__tests__/App-test.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import 'react-native'; 6 | import React from 'react'; 7 | import App from '../App'; 8 | 9 | // Note: test renderer must be required after react-native. 10 | import renderer from 'react-test-renderer'; 11 | 12 | it('renders correctly', () => { 13 | renderer.create(); 14 | }); 15 | -------------------------------------------------------------------------------- /android/app/BUCK: -------------------------------------------------------------------------------- 1 | # To learn about Buck see [Docs](https://buckbuild.com/). 2 | # To run your application with Buck: 3 | # - install Buck 4 | # - `npm start` - to start the packager 5 | # - `cd android` 6 | # - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"` 7 | # - `./gradlew :app:copyDownloadableDepsToLibs` - make all Gradle compile dependencies available to Buck 8 | # - `buck install -r android/app` - compile, install and run application 9 | # 10 | 11 | load(":build_defs.bzl", "create_aar_targets", "create_jar_targets") 12 | 13 | lib_deps = [] 14 | 15 | create_aar_targets(glob(["libs/*.aar"])) 16 | 17 | create_jar_targets(glob(["libs/*.jar"])) 18 | 19 | android_library( 20 | name = "all-libs", 21 | exported_deps = lib_deps, 22 | ) 23 | 24 | android_library( 25 | name = "app-code", 26 | srcs = glob([ 27 | "src/main/java/**/*.java", 28 | ]), 29 | deps = [ 30 | ":all-libs", 31 | ":build_config", 32 | ":res", 33 | ], 34 | ) 35 | 36 | android_build_config( 37 | name = "build_config", 38 | package = "com.github", 39 | ) 40 | 41 | android_resource( 42 | name = "res", 43 | package = "com.github", 44 | res = "src/main/res", 45 | ) 46 | 47 | android_binary( 48 | name = "app", 49 | keystore = "//android/keystores:debug", 50 | manifest = "src/main/AndroidManifest.xml", 51 | package_type = "debug", 52 | deps = [ 53 | ":app-code", 54 | ], 55 | ) 56 | -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: "com.android.application" 2 | 3 | import com.android.build.OutputFile 4 | 5 | /** 6 | * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets 7 | * and bundleReleaseJsAndAssets). 8 | * These basically call `react-native bundle` with the correct arguments during the Android build 9 | * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the 10 | * bundle directly from the development server. Below you can see all the possible configurations 11 | * and their defaults. If you decide to add a configuration block, make sure to add it before the 12 | * `apply from: "../../node_modules/react-native/react.gradle"` line. 13 | * 14 | * project.ext.react = [ 15 | * // the name of the generated asset file containing your JS bundle 16 | * bundleAssetName: "index.android.bundle", 17 | * 18 | * // the entry file for bundle generation 19 | * entryFile: "index.android.js", 20 | * 21 | * // whether to bundle JS and assets in debug mode 22 | * bundleInDebug: false, 23 | * 24 | * // whether to bundle JS and assets in release mode 25 | * bundleInRelease: true, 26 | * 27 | * // whether to bundle JS and assets in another build variant (if configured). 28 | * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants 29 | * // The configuration property can be in the following formats 30 | * // 'bundleIn${productFlavor}${buildType}' 31 | * // 'bundleIn${buildType}' 32 | * // bundleInFreeDebug: true, 33 | * // bundleInPaidRelease: true, 34 | * // bundleInBeta: true, 35 | * 36 | * // whether to disable dev mode in custom build variants (by default only disabled in release) 37 | * // for example: to disable dev mode in the staging build type (if configured) 38 | * devDisabledInStaging: true, 39 | * // The configuration property can be in the following formats 40 | * // 'devDisabledIn${productFlavor}${buildType}' 41 | * // 'devDisabledIn${buildType}' 42 | * 43 | * // the root of your project, i.e. where "package.json" lives 44 | * root: "../../", 45 | * 46 | * // where to put the JS bundle asset in debug mode 47 | * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", 48 | * 49 | * // where to put the JS bundle asset in release mode 50 | * jsBundleDirRelease: "$buildDir/intermediates/assets/release", 51 | * 52 | * // where to put drawable resources / React Native assets, e.g. the ones you use via 53 | * // require('./image.png')), in debug mode 54 | * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", 55 | * 56 | * // where to put drawable resources / React Native assets, e.g. the ones you use via 57 | * // require('./image.png')), in release mode 58 | * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", 59 | * 60 | * // by default the gradle tasks are skipped if none of the JS files or assets change; this means 61 | * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to 62 | * // date; if you have any other folders that you want to ignore for performance reasons (gradle 63 | * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ 64 | * // for example, you might want to remove it from here. 65 | * inputExcludes: ["android/**", "ios/**"], 66 | * 67 | * // override which node gets called and with what additional arguments 68 | * nodeExecutableAndArgs: ["node"], 69 | * 70 | * // supply additional arguments to the packager 71 | * extraPackagerArgs: [] 72 | * ] 73 | */ 74 | 75 | project.ext.react = [ 76 | entryFile: "index.js" 77 | ] 78 | 79 | apply from: "../../node_modules/react-native/react.gradle" 80 | 81 | /** 82 | * Set this to true to create two separate APKs instead of one: 83 | * - An APK that only works on ARM devices 84 | * - An APK that only works on x86 devices 85 | * The advantage is the size of the APK is reduced by about 4MB. 86 | * Upload all the APKs to the Play Store and people will download 87 | * the correct one based on the CPU architecture of their device. 88 | */ 89 | def enableSeparateBuildPerCPUArchitecture = false 90 | 91 | /** 92 | * Run Proguard to shrink the Java bytecode in release builds. 93 | */ 94 | def enableProguardInReleaseBuilds = false 95 | 96 | android { 97 | compileSdkVersion rootProject.ext.compileSdkVersion 98 | 99 | compileOptions { 100 | sourceCompatibility JavaVersion.VERSION_1_8 101 | targetCompatibility JavaVersion.VERSION_1_8 102 | } 103 | 104 | defaultConfig { 105 | applicationId "com.github" 106 | minSdkVersion rootProject.ext.minSdkVersion 107 | targetSdkVersion rootProject.ext.targetSdkVersion 108 | versionCode 1 109 | versionName "1.0" 110 | } 111 | splits { 112 | abi { 113 | reset() 114 | enable enableSeparateBuildPerCPUArchitecture 115 | universalApk false // If true, also generate a universal APK 116 | include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" 117 | } 118 | } 119 | buildTypes { 120 | release { 121 | minifyEnabled enableProguardInReleaseBuilds 122 | proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" 123 | } 124 | } 125 | // applicationVariants are e.g. debug, release 126 | applicationVariants.all { variant -> 127 | variant.outputs.each { output -> 128 | // For each separate APK per architecture, set a unique version code as described here: 129 | // http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits 130 | def versionCodes = ["armeabi-v7a":1, "x86":2, "arm64-v8a": 3, "x86_64": 4] 131 | def abi = output.getFilter(OutputFile.ABI) 132 | if (abi != null) { // null for the universal-debug, universal-release variants 133 | output.versionCodeOverride = 134 | versionCodes.get(abi) * 1048576 + defaultConfig.versionCode 135 | } 136 | } 137 | } 138 | } 139 | 140 | dependencies { 141 | implementation project(':react-native-vector-icons') 142 | implementation fileTree(dir: "libs", include: ["*.jar"]) 143 | implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" 144 | implementation "com.facebook.react:react-native:+" // From node_modules 145 | } 146 | 147 | // Run this once to be able to run the application with BUCK 148 | // puts all compile dependencies into folder libs for BUCK to use 149 | task copyDownloadableDepsToLibs(type: Copy) { 150 | from configurations.compile 151 | into 'libs' 152 | } 153 | -------------------------------------------------------------------------------- /android/app/build_defs.bzl: -------------------------------------------------------------------------------- 1 | """Helper definitions to glob .aar and .jar targets""" 2 | 3 | def create_aar_targets(aarfiles): 4 | for aarfile in aarfiles: 5 | name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] 6 | lib_deps.append(":" + name) 7 | android_prebuilt_aar( 8 | name = name, 9 | aar = aarfile, 10 | ) 11 | 12 | def create_jar_targets(jarfiles): 13 | for jarfile in jarfiles: 14 | name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] 15 | lib_deps.append(":" + name) 16 | prebuilt_jar( 17 | name = name, 18 | binary_jar = jarfile, 19 | ) 20 | -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # By default, the flags in this file are appended to flags specified 3 | # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt 4 | # You can edit the include path and order by changing the proguardFiles 5 | # directive in build.gradle. 6 | # 7 | # For more details, see 8 | # http://developer.android.com/guide/developing/tools/proguard.html 9 | 10 | # Add any project specific keep options here: 11 | 12 | # If your project uses WebView with JS, uncomment the following 13 | # and specify the fully qualified class name to the JavaScript interface 14 | # class: 15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 16 | # public *; 17 | #} 18 | -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/debug/res/xml/react_native_config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | localhost 5 | 10.0.2.2 6 | 10.0.3.2 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 13 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/AntDesign.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/AntDesign.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Entypo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Entypo.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/EvilIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/EvilIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Feather.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/FontAwesome.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Foundation.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Foundation.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Ionicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/MaterialIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Octicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Octicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Roboto.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Roboto_medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Roboto_medium.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SimpleLineIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/SimpleLineIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Zocial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/Zocial.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/rubicon-icon-font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/assets/fonts/rubicon-icon-font.ttf -------------------------------------------------------------------------------- /android/app/src/main/java/com/github/MainActivity.java: -------------------------------------------------------------------------------- 1 | package com.github; 2 | 3 | import com.facebook.react.ReactActivity; 4 | 5 | public class MainActivity extends ReactActivity { 6 | 7 | /** 8 | * Returns the name of the main component registered from JavaScript. 9 | * This is used to schedule rendering of the component. 10 | */ 11 | @Override 12 | protected String getMainComponentName() { 13 | return "Github"; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /android/app/src/main/java/com/github/MainApplication.java: -------------------------------------------------------------------------------- 1 | package com.github; 2 | 3 | import android.app.Application; 4 | 5 | import com.facebook.react.ReactApplication; 6 | import com.oblador.vectoricons.VectorIconsPackage; 7 | import com.facebook.react.ReactNativeHost; 8 | import com.facebook.react.ReactPackage; 9 | import com.facebook.react.shell.MainReactPackage; 10 | import com.facebook.soloader.SoLoader; 11 | 12 | import java.util.Arrays; 13 | import java.util.List; 14 | 15 | public class MainApplication extends Application implements ReactApplication { 16 | 17 | private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { 18 | @Override 19 | public boolean getUseDeveloperSupport() { 20 | return BuildConfig.DEBUG; 21 | } 22 | 23 | @Override 24 | protected List getPackages() { 25 | return Arrays.asList( 26 | new MainReactPackage(), 27 | new VectorIconsPackage() 28 | ); 29 | } 30 | 31 | @Override 32 | protected String getJSMainModuleName() { 33 | return "index"; 34 | } 35 | }; 36 | 37 | @Override 38 | public ReactNativeHost getReactNativeHost() { 39 | return mReactNativeHost; 40 | } 41 | 42 | @Override 43 | public void onCreate() { 44 | super.onCreate(); 45 | SoLoader.init(this, /* native exopackage */ false); 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Github 3 | 4 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | 3 | buildscript { 4 | ext { 5 | buildToolsVersion = "28.0.3" 6 | minSdkVersion = 16 7 | compileSdkVersion = 28 8 | targetSdkVersion = 28 9 | supportLibVersion = "28.0.0" 10 | } 11 | repositories { 12 | google() 13 | jcenter() 14 | } 15 | dependencies { 16 | classpath 'com.android.tools.build:gradle:3.3.1' 17 | 18 | // NOTE: Do not place your application dependencies here; they belong 19 | // in the individual module build.gradle files 20 | } 21 | } 22 | 23 | allprojects { 24 | repositories { 25 | mavenLocal() 26 | google() 27 | jcenter() 28 | maven { 29 | // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm 30 | url "$rootDir/../node_modules/react-native/android" 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | 3 | # IDE (e.g. Android Studio) users: 4 | # Gradle settings configured through the IDE *will override* 5 | # any settings specified in this file. 6 | 7 | # For more details on how to configure your build environment visit 8 | # http://www.gradle.org/docs/current/userguide/build_environment.html 9 | 10 | # Specifies the JVM arguments used for the daemon process. 11 | # The setting is particularly useful for tweaking memory settings. 12 | # Default value: -Xmx10248m -XX:MaxPermSize=256m 13 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 14 | 15 | # When configured, Gradle will run in incubating parallel mode. 16 | # This option should only be used with decoupled projects. More details, visit 17 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 18 | # org.gradle.parallel=true 19 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soroushchehresa/github-react-native-apollo-graphql/7970f01d611bbc255c23e885bbfde1b705a948ec/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-4.10.2-all.zip 6 | -------------------------------------------------------------------------------- /android/gradlew: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | ############################################################################## 4 | ## 5 | ## Gradle start up script for UN*X 6 | ## 7 | ############################################################################## 8 | 9 | # Attempt to set APP_HOME 10 | # Resolve links: $0 may be a link 11 | PRG="$0" 12 | # Need this for relative symlinks. 13 | while [ -h "$PRG" ] ; do 14 | ls=`ls -ld "$PRG"` 15 | link=`expr "$ls" : '.*-> \(.*\)$'` 16 | if expr "$link" : '/.*' > /dev/null; then 17 | PRG="$link" 18 | else 19 | PRG=`dirname "$PRG"`"/$link" 20 | fi 21 | done 22 | SAVED="`pwd`" 23 | cd "`dirname \"$PRG\"`/" >/dev/null 24 | APP_HOME="`pwd -P`" 25 | cd "$SAVED" >/dev/null 26 | 27 | APP_NAME="Gradle" 28 | APP_BASE_NAME=`basename "$0"` 29 | 30 | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 31 | DEFAULT_JVM_OPTS="" 32 | 33 | # Use the maximum available, or set MAX_FD != -1 to use that value. 34 | MAX_FD="maximum" 35 | 36 | warn () { 37 | echo "$*" 38 | } 39 | 40 | die () { 41 | echo 42 | echo "$*" 43 | echo 44 | exit 1 45 | } 46 | 47 | # OS specific support (must be 'true' or 'false'). 48 | cygwin=false 49 | msys=false 50 | darwin=false 51 | nonstop=false 52 | case "`uname`" in 53 | CYGWIN* ) 54 | cygwin=true 55 | ;; 56 | Darwin* ) 57 | darwin=true 58 | ;; 59 | MINGW* ) 60 | msys=true 61 | ;; 62 | NONSTOP* ) 63 | nonstop=true 64 | ;; 65 | esac 66 | 67 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar 68 | 69 | # Determine the Java command to use to start the JVM. 70 | if [ -n "$JAVA_HOME" ] ; then 71 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 72 | # IBM's JDK on AIX uses strange locations for the executables 73 | JAVACMD="$JAVA_HOME/jre/sh/java" 74 | else 75 | JAVACMD="$JAVA_HOME/bin/java" 76 | fi 77 | if [ ! -x "$JAVACMD" ] ; then 78 | die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 79 | 80 | Please set the JAVA_HOME variable in your environment to match the 81 | location of your Java installation." 82 | fi 83 | else 84 | JAVACMD="java" 85 | which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 86 | 87 | Please set the JAVA_HOME variable in your environment to match the 88 | location of your Java installation." 89 | fi 90 | 91 | # Increase the maximum file descriptors if we can. 92 | if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then 93 | MAX_FD_LIMIT=`ulimit -H -n` 94 | if [ $? -eq 0 ] ; then 95 | if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 96 | MAX_FD="$MAX_FD_LIMIT" 97 | fi 98 | ulimit -n $MAX_FD 99 | if [ $? -ne 0 ] ; then 100 | warn "Could not set maximum file descriptor limit: $MAX_FD" 101 | fi 102 | else 103 | warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" 104 | fi 105 | fi 106 | 107 | # For Darwin, add options to specify how the application appears in the dock 108 | if $darwin; then 109 | GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" 110 | fi 111 | 112 | # For Cygwin, switch paths to Windows format before running java 113 | if $cygwin ; then 114 | APP_HOME=`cygpath --path --mixed "$APP_HOME"` 115 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 116 | JAVACMD=`cygpath --unix "$JAVACMD"` 117 | 118 | # We build the pattern for arguments to be converted via cygpath 119 | ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` 120 | SEP="" 121 | for dir in $ROOTDIRSRAW ; do 122 | ROOTDIRS="$ROOTDIRS$SEP$dir" 123 | SEP="|" 124 | done 125 | OURCYGPATTERN="(^($ROOTDIRS))" 126 | # Add a user-defined pattern to the cygpath arguments 127 | if [ "$GRADLE_CYGPATTERN" != "" ] ; then 128 | OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" 129 | fi 130 | # Now convert the arguments - kludge to limit ourselves to /bin/sh 131 | i=0 132 | for arg in "$@" ; do 133 | CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` 134 | CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 135 | 136 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition 137 | eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` 138 | else 139 | eval `echo args$i`="\"$arg\"" 140 | fi 141 | i=$((i+1)) 142 | done 143 | case $i in 144 | (0) set -- ;; 145 | (1) set -- "$args0" ;; 146 | (2) set -- "$args0" "$args1" ;; 147 | (3) set -- "$args0" "$args1" "$args2" ;; 148 | (4) set -- "$args0" "$args1" "$args2" "$args3" ;; 149 | (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 150 | (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 151 | (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 152 | (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 153 | (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; 154 | esac 155 | fi 156 | 157 | # Escape application args 158 | save () { 159 | for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done 160 | echo " " 161 | } 162 | APP_ARGS=$(save "$@") 163 | 164 | # Collect all arguments for the java command, following the shell quoting and substitution rules 165 | eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" 166 | 167 | # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong 168 | if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then 169 | cd "$(dirname "$0")" 170 | fi 171 | 172 | exec "$JAVACMD" "$@" 173 | -------------------------------------------------------------------------------- /android/gradlew.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem Gradle startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | set DIRNAME=%~dp0 12 | if "%DIRNAME%" == "" set DIRNAME=. 13 | set APP_BASE_NAME=%~n0 14 | set APP_HOME=%DIRNAME% 15 | 16 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 17 | set DEFAULT_JVM_OPTS= 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windows variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | 53 | :win9xME_args 54 | @rem Slurp the command line arguments. 55 | set CMD_LINE_ARGS= 56 | set _SKIP=2 57 | 58 | :win9xME_args_slurp 59 | if "x%~1" == "x" goto execute 60 | 61 | set CMD_LINE_ARGS=%* 62 | 63 | :execute 64 | @rem Setup the command line 65 | 66 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 67 | 68 | @rem Execute Gradle 69 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% 70 | 71 | :end 72 | @rem End local scope for the variables with windows NT shell 73 | if "%ERRORLEVEL%"=="0" goto mainEnd 74 | 75 | :fail 76 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 77 | rem the _cmd.exe /c_ return code! 78 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 79 | exit /b 1 80 | 81 | :mainEnd 82 | if "%OS%"=="Windows_NT" endlocal 83 | 84 | :omega 85 | -------------------------------------------------------------------------------- /android/keystores/BUCK: -------------------------------------------------------------------------------- 1 | keystore( 2 | name = "debug", 3 | properties = "debug.keystore.properties", 4 | store = "debug.keystore", 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 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'Github' 2 | include ':react-native-vector-icons' 3 | project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android') 4 | 5 | include ':app' 6 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Github", 3 | "displayName": "Github" 4 | } -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | // @Flow 2 | 3 | import { AppRegistry } from 'react-native'; 4 | import App from './src/index'; 5 | import { name as appName } from './app.json'; 6 | 7 | // Hide yellow box 8 | console.disableYellowBox = true; 9 | 10 | AppRegistry.registerComponent(appName, () => App); 11 | -------------------------------------------------------------------------------- /ios/Github-tvOS/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | 0.0.1 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | LSRequiresIPhoneOS 24 | 25 | NSAppTransportSecurity 26 | 27 | NSExceptionDomains 28 | 29 | localhost 30 | 31 | NSExceptionAllowsInsecureHTTPLoads 32 | 33 | 34 | 35 | 36 | NSLocationWhenInUseUsageDescription 37 | 38 | UILaunchStoryboardName 39 | LaunchScreen 40 | UIRequiredDeviceCapabilities 41 | 42 | armv7 43 | 44 | UISupportedInterfaceOrientations 45 | 46 | UIInterfaceOrientationPortrait 47 | UIInterfaceOrientationLandscapeLeft 48 | UIInterfaceOrientationLandscapeRight 49 | 50 | UIViewControllerBasedStatusBarAppearance 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /ios/Github-tvOSTests/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 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /ios/Github.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- 1 | // !$*UTF8*$! 2 | { 3 | archiveVersion = 1; 4 | classes = { 5 | }; 6 | objectVersion = 46; 7 | objects = { 8 | 9 | /* Begin PBXBuildFile section */ 10 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 11 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; 12 | 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; 13 | 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; 14 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; 15 | 00E356F31AD99517003FC87E /* GithubTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* GithubTests.m */; }; 16 | 02E262E44B704E3F9439C573 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3A66728DFB614EB89E9C1254 /* MaterialIcons.ttf */; }; 17 | 05DD9DB7C33C43589A64FDAC /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 87FC50E2EA204265AABA73E9 /* Ionicons.ttf */; }; 18 | 0FFD15D83F5441F69C47F36A /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1150F52F876A453CB8D38E14 /* FontAwesome5_Regular.ttf */; }; 19 | 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 20 | 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; 21 | 13689FEB4E9F42DBAB4E8D74 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5AA273E82D834D44B5BAFEFF /* FontAwesome.ttf */; }; 22 | 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; 23 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; 24 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 25 | 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; 26 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 27 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 28 | 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 29 | 144A17A544464C71B03DE892 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 45D7AE772B444D7B93DDF928 /* Octicons.ttf */; }; 30 | 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 31 | 225C7B325307427CBCA20221 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 879E2C44B76641D5B6F78BDC /* EvilIcons.ttf */; }; 32 | 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 33 | 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 34 | 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 35 | 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 36 | 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; }; 37 | 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; }; 38 | 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; }; 39 | 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; }; 40 | 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; 41 | 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; 42 | 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; 43 | 2DCD954D1E0B4F2C00145EB5 /* GithubTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* GithubTests.m */; }; 44 | 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; 45 | 31815F4A96B94CEB97BEA1C7 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 68B59322227E4479BC93C95E /* MaterialCommunityIcons.ttf */; }; 46 | 35DF435C371642EBA70C0C3B /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E5D9AE05377946D9B5A31B66 /* Zocial.ttf */; }; 47 | 38DF983D317D49B3AF6A539C /* Roboto_medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2EA2EABC49D64A77BA6F78F1 /* Roboto_medium.ttf */; }; 48 | 3944284197DB4F51B6311B47 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 66C14F5206FE49359CB17036 /* SimpleLineIcons.ttf */; }; 49 | 3F1AF781F51B4390BAC516DB /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BB28C1AE8E81421A9794D18D /* Entypo.ttf */; }; 50 | 442A359D26384F5B8C6506D5 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B15CC06E544E4E5E98B3819F /* Feather.ttf */; }; 51 | 4732FE08D3D74FDF874D7176 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 93D293EDBB0144FD8779CAF0 /* SimpleLineIcons.ttf */; }; 52 | 4A974406B6484492A47244CE /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B4EB2940BFE1431ABA43BE4C /* EvilIcons.ttf */; }; 53 | 4B4240BF2FA147E99F5D04A4 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 57BF1648BF3243BD940F0CE0 /* MaterialIcons.ttf */; }; 54 | 4C452DA48A5B4077AC77F18D /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FDE514346672401990D6DF85 /* Foundation.ttf */; }; 55 | 60D0D487559B42D088C6AF6B /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B33A80C8FB4F48CCBBD405CC /* Ionicons.ttf */; }; 56 | 6A4B3F9AD67F41FB87D08216 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8C334D68A0B4BE0BCE96C3B /* AntDesign.ttf */; }; 57 | 804D9DF290BC4C3EA928B0F6 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4A8E7120DF10401C9E464660 /* FontAwesome5_Regular.ttf */; }; 58 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; 59 | 86D8D05F414C40CF9A92247E /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 63AC5B831A61464182686C0D /* FontAwesome5_Brands.ttf */; }; 60 | 86E4D249C31548E69A3883AC /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 59F0F46CAE3048BB84C93EAF /* FontAwesome.ttf */; }; 61 | 8DDA716F3A3246E3ACDF2DF8 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 28A65257380E4CF887219B59 /* Feather.ttf */; }; 62 | 9116E7646C314930A3B4252E /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 489DA252015D4537AE839780 /* FontAwesome5_Solid.ttf */; }; 63 | 9D3D8FBF1C614A6BB3C9C113 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 64814E24B5D545A081A5237B /* Foundation.ttf */; }; 64 | ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; 65 | B2A5BD07412E4CF2AC47BC5B /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 02722405A5CE4608A09FBB73 /* AntDesign.ttf */; }; 66 | BA0C07F1C1FE4AFEAB0B96FD /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 43AB92D0B4E343EE873B56C3 /* Entypo.ttf */; }; 67 | BA79D2CE9B5A4A659923B4D0 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B79805989EC441A9D15B66B /* libRNVectorIcons.a */; }; 68 | C3656E92F7DA4C2BB139F156 /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E30E01673A25421EBCD69A09 /* FontAwesome5_Brands.ttf */; }; 69 | D1437CF658AE48F7AAD9132B /* libRNVectorIcons-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D02ABC56A2C141DDA4D6D36E /* libRNVectorIcons-tvOS.a */; }; 70 | D681E5ECF60D47A7B7CFB82D /* Roboto.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4D362644FDEB49EAA85B212A /* Roboto.ttf */; }; 71 | E3D24C4358294DB08F072694 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5ED13BFC6E2D4E27A12F683C /* MaterialCommunityIcons.ttf */; }; 72 | EC0B4BD98219429CBB6302EE /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7792978A03B0473D8BE925EB /* Octicons.ttf */; }; 73 | ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; }; 74 | ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; }; 75 | F2621E7BCDDC499A99AA5982 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FDB0738EB1C24D09AEB20273 /* FontAwesome5_Solid.ttf */; }; 76 | F70606567DAF4CCE8A6AAAB4 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5E77B9CA24054FA98DB30B84 /* Zocial.ttf */; }; 77 | FA998D40CC0C42808AB876D5 /* rubicon-icon-font.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 98E770B25AC14A0080DE444F /* rubicon-icon-font.ttf */; }; 78 | /* End PBXBuildFile section */ 79 | 80 | /* Begin PBXContainerItemProxy section */ 81 | 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = { 82 | isa = PBXContainerItemProxy; 83 | containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; 84 | proxyType = 2; 85 | remoteGlobalIDString = 134814201AA4EA6300B7C361; 86 | remoteInfo = RCTActionSheet; 87 | }; 88 | 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = { 89 | isa = PBXContainerItemProxy; 90 | containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; 91 | proxyType = 2; 92 | remoteGlobalIDString = 134814201AA4EA6300B7C361; 93 | remoteInfo = RCTGeolocation; 94 | }; 95 | 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = { 96 | isa = PBXContainerItemProxy; 97 | containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; 98 | proxyType = 2; 99 | remoteGlobalIDString = 58B5115D1A9E6B3D00147676; 100 | remoteInfo = RCTImage; 101 | }; 102 | 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = { 103 | isa = PBXContainerItemProxy; 104 | containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; 105 | proxyType = 2; 106 | remoteGlobalIDString = 58B511DB1A9E6C8500147676; 107 | remoteInfo = RCTNetwork; 108 | }; 109 | 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = { 110 | isa = PBXContainerItemProxy; 111 | containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; 112 | proxyType = 2; 113 | remoteGlobalIDString = 832C81801AAF6DEF007FA2F7; 114 | remoteInfo = RCTVibration; 115 | }; 116 | 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { 117 | isa = PBXContainerItemProxy; 118 | containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; 119 | proxyType = 1; 120 | remoteGlobalIDString = 13B07F861A680F5B00A75B9A; 121 | remoteInfo = Github; 122 | }; 123 | 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { 124 | isa = PBXContainerItemProxy; 125 | containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; 126 | proxyType = 2; 127 | remoteGlobalIDString = 134814201AA4EA6300B7C361; 128 | remoteInfo = RCTSettings; 129 | }; 130 | 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = { 131 | isa = PBXContainerItemProxy; 132 | containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; 133 | proxyType = 2; 134 | remoteGlobalIDString = 3C86DF461ADF2C930047B81A; 135 | remoteInfo = RCTWebSocket; 136 | }; 137 | 146834031AC3E56700842450 /* PBXContainerItemProxy */ = { 138 | isa = PBXContainerItemProxy; 139 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 140 | proxyType = 2; 141 | remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192; 142 | remoteInfo = React; 143 | }; 144 | 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { 145 | isa = PBXContainerItemProxy; 146 | containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; 147 | proxyType = 1; 148 | remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; 149 | remoteInfo = "Github-tvOS"; 150 | }; 151 | 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { 152 | isa = PBXContainerItemProxy; 153 | containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; 154 | proxyType = 2; 155 | remoteGlobalIDString = ADD01A681E09402E00F6D226; 156 | remoteInfo = "RCTBlob-tvOS"; 157 | }; 158 | 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { 159 | isa = PBXContainerItemProxy; 160 | containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; 161 | proxyType = 2; 162 | remoteGlobalIDString = 3DBE0D001F3B181A0099AA32; 163 | remoteInfo = fishhook; 164 | }; 165 | 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { 166 | isa = PBXContainerItemProxy; 167 | containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; 168 | proxyType = 2; 169 | remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; 170 | remoteInfo = "fishhook-tvOS"; 171 | }; 172 | 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = { 173 | isa = PBXContainerItemProxy; 174 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 175 | proxyType = 2; 176 | remoteGlobalIDString = EBF21BDC1FC498900052F4D5; 177 | remoteInfo = jsinspector; 178 | }; 179 | 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = { 180 | isa = PBXContainerItemProxy; 181 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 182 | proxyType = 2; 183 | remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5; 184 | remoteInfo = "jsinspector-tvOS"; 185 | }; 186 | 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = { 187 | isa = PBXContainerItemProxy; 188 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 189 | proxyType = 2; 190 | remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7; 191 | remoteInfo = "third-party"; 192 | }; 193 | 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = { 194 | isa = PBXContainerItemProxy; 195 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 196 | proxyType = 2; 197 | remoteGlobalIDString = 3D383D3C1EBD27B6005632C8; 198 | remoteInfo = "third-party-tvOS"; 199 | }; 200 | 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = { 201 | isa = PBXContainerItemProxy; 202 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 203 | proxyType = 2; 204 | remoteGlobalIDString = 139D7E881E25C6D100323FB7; 205 | remoteInfo = "double-conversion"; 206 | }; 207 | 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = { 208 | isa = PBXContainerItemProxy; 209 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 210 | proxyType = 2; 211 | remoteGlobalIDString = 3D383D621EBD27B9005632C8; 212 | remoteInfo = "double-conversion-tvOS"; 213 | }; 214 | 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { 215 | isa = PBXContainerItemProxy; 216 | containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; 217 | proxyType = 2; 218 | remoteGlobalIDString = 2D2A283A1D9B042B00D4039D; 219 | remoteInfo = "RCTImage-tvOS"; 220 | }; 221 | 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = { 222 | isa = PBXContainerItemProxy; 223 | containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; 224 | proxyType = 2; 225 | remoteGlobalIDString = 2D2A28471D9B043800D4039D; 226 | remoteInfo = "RCTLinking-tvOS"; 227 | }; 228 | 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = { 229 | isa = PBXContainerItemProxy; 230 | containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; 231 | proxyType = 2; 232 | remoteGlobalIDString = 2D2A28541D9B044C00D4039D; 233 | remoteInfo = "RCTNetwork-tvOS"; 234 | }; 235 | 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = { 236 | isa = PBXContainerItemProxy; 237 | containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; 238 | proxyType = 2; 239 | remoteGlobalIDString = 2D2A28611D9B046600D4039D; 240 | remoteInfo = "RCTSettings-tvOS"; 241 | }; 242 | 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = { 243 | isa = PBXContainerItemProxy; 244 | containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; 245 | proxyType = 2; 246 | remoteGlobalIDString = 2D2A287B1D9B048500D4039D; 247 | remoteInfo = "RCTText-tvOS"; 248 | }; 249 | 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = { 250 | isa = PBXContainerItemProxy; 251 | containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; 252 | proxyType = 2; 253 | remoteGlobalIDString = 2D2A28881D9B049200D4039D; 254 | remoteInfo = "RCTWebSocket-tvOS"; 255 | }; 256 | 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = { 257 | isa = PBXContainerItemProxy; 258 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 259 | proxyType = 2; 260 | remoteGlobalIDString = 2D2A28131D9B038B00D4039D; 261 | remoteInfo = "React-tvOS"; 262 | }; 263 | 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { 264 | isa = PBXContainerItemProxy; 265 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 266 | proxyType = 2; 267 | remoteGlobalIDString = 3D3C059A1DE3340900C268FA; 268 | remoteInfo = yoga; 269 | }; 270 | 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = { 271 | isa = PBXContainerItemProxy; 272 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 273 | proxyType = 2; 274 | remoteGlobalIDString = 3D3C06751DE3340C00C268FA; 275 | remoteInfo = "yoga-tvOS"; 276 | }; 277 | 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { 278 | isa = PBXContainerItemProxy; 279 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 280 | proxyType = 2; 281 | remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; 282 | remoteInfo = cxxreact; 283 | }; 284 | 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = { 285 | isa = PBXContainerItemProxy; 286 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 287 | proxyType = 2; 288 | remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; 289 | remoteInfo = "cxxreact-tvOS"; 290 | }; 291 | 53F34238223D24BA0019BB82 /* PBXContainerItemProxy */ = { 292 | isa = PBXContainerItemProxy; 293 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 294 | proxyType = 2; 295 | remoteGlobalIDString = EDEBC6D6214B3E7000DD5AC8; 296 | remoteInfo = jsi; 297 | }; 298 | 53F3423A223D24BA0019BB82 /* PBXContainerItemProxy */ = { 299 | isa = PBXContainerItemProxy; 300 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 301 | proxyType = 2; 302 | remoteGlobalIDString = EDEBC73B214B45A300DD5AC8; 303 | remoteInfo = jsiexecutor; 304 | }; 305 | 53F3423C223D24BA0019BB82 /* PBXContainerItemProxy */ = { 306 | isa = PBXContainerItemProxy; 307 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 308 | proxyType = 2; 309 | remoteGlobalIDString = ED296FB6214C9A0900B7C4FE; 310 | remoteInfo = "jsi-tvOS"; 311 | }; 312 | 53F3423E223D24BA0019BB82 /* PBXContainerItemProxy */ = { 313 | isa = PBXContainerItemProxy; 314 | containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; 315 | proxyType = 2; 316 | remoteGlobalIDString = ED296FEE214C9CF800B7C4FE; 317 | remoteInfo = "jsiexecutor-tvOS"; 318 | }; 319 | 53F34282223D52A80019BB82 /* PBXContainerItemProxy */ = { 320 | isa = PBXContainerItemProxy; 321 | containerPortal = 689D205EB0AA4149901FFDB1 /* RNVectorIcons.xcodeproj */; 322 | proxyType = 2; 323 | remoteGlobalIDString = 5DBEB1501B18CEA900B34395; 324 | remoteInfo = RNVectorIcons; 325 | }; 326 | 53F34284223D52A80019BB82 /* PBXContainerItemProxy */ = { 327 | isa = PBXContainerItemProxy; 328 | containerPortal = 689D205EB0AA4149901FFDB1 /* RNVectorIcons.xcodeproj */; 329 | proxyType = 2; 330 | remoteGlobalIDString = A39873CE1EA65EE60051E01A; 331 | remoteInfo = "RNVectorIcons-tvOS"; 332 | }; 333 | 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { 334 | isa = PBXContainerItemProxy; 335 | containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; 336 | proxyType = 2; 337 | remoteGlobalIDString = 134814201AA4EA6300B7C361; 338 | remoteInfo = RCTAnimation; 339 | }; 340 | 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { 341 | isa = PBXContainerItemProxy; 342 | containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; 343 | proxyType = 2; 344 | remoteGlobalIDString = 2D2A28201D9B03D100D4039D; 345 | remoteInfo = "RCTAnimation-tvOS"; 346 | }; 347 | 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = { 348 | isa = PBXContainerItemProxy; 349 | containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; 350 | proxyType = 2; 351 | remoteGlobalIDString = 134814201AA4EA6300B7C361; 352 | remoteInfo = RCTLinking; 353 | }; 354 | 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = { 355 | isa = PBXContainerItemProxy; 356 | containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; 357 | proxyType = 2; 358 | remoteGlobalIDString = 58B5119B1A9E6C1200147676; 359 | remoteInfo = RCTText; 360 | }; 361 | ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = { 362 | isa = PBXContainerItemProxy; 363 | containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; 364 | proxyType = 2; 365 | remoteGlobalIDString = 358F4ED71D1E81A9004DF814; 366 | remoteInfo = RCTBlob; 367 | }; 368 | /* End PBXContainerItemProxy section */ 369 | 370 | /* Begin PBXFileReference section */ 371 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; 372 | 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = ""; }; 373 | 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = ""; }; 374 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; }; 375 | 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; }; 376 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; }; 377 | 00E356EE1AD99517003FC87E /* GithubTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GithubTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 378 | 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 379 | 00E356F21AD99517003FC87E /* GithubTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GithubTests.m; sourceTree = ""; }; 380 | 02722405A5CE4608A09FBB73 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/native-base/Fonts/AntDesign.ttf"; sourceTree = ""; }; 381 | 1150F52F876A453CB8D38E14 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; }; 382 | 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; 383 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; 384 | 13B07F961A680F5B00A75B9A /* Github.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Github.app; sourceTree = BUILT_PRODUCTS_DIR; }; 385 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Github/AppDelegate.h; sourceTree = ""; }; 386 | 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Github/AppDelegate.m; sourceTree = ""; }; 387 | 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; 388 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Github/Images.xcassets; sourceTree = ""; }; 389 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Github/Info.plist; sourceTree = ""; }; 390 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Github/main.m; sourceTree = ""; }; 391 | 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; 392 | 28A65257380E4CF887219B59 /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = ""; }; 393 | 2D02E47B1E0B4A5D006451C7 /* Github-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Github-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 394 | 2D02E4901E0B4A5D006451C7 /* Github-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Github-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 395 | 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; 396 | 2EA2EABC49D64A77BA6F78F1 /* Roboto_medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto_medium.ttf; path = "../node_modules/native-base/Fonts/Roboto_medium.ttf"; sourceTree = ""; }; 397 | 3A66728DFB614EB89E9C1254 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; }; 398 | 43AB92D0B4E343EE873B56C3 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/native-base/Fonts/Entypo.ttf"; sourceTree = ""; }; 399 | 45D7AE772B444D7B93DDF928 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/native-base/Fonts/Octicons.ttf"; sourceTree = ""; }; 400 | 489DA252015D4537AE839780 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; }; 401 | 4A8E7120DF10401C9E464660 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; }; 402 | 4D362644FDEB49EAA85B212A /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = "../node_modules/native-base/Fonts/Roboto.ttf"; sourceTree = ""; }; 403 | 57BF1648BF3243BD940F0CE0 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/native-base/Fonts/MaterialIcons.ttf"; sourceTree = ""; }; 404 | 59F0F46CAE3048BB84C93EAF /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/native-base/Fonts/FontAwesome.ttf"; sourceTree = ""; }; 405 | 5AA273E82D834D44B5BAFEFF /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; }; 406 | 5B79805989EC441A9D15B66B /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = ""; }; 407 | 5E77B9CA24054FA98DB30B84 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; }; 408 | 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; 409 | 5ED13BFC6E2D4E27A12F683C /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; }; 410 | 63AC5B831A61464182686C0D /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Brands.ttf"; sourceTree = ""; }; 411 | 64814E24B5D545A081A5237B /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/native-base/Fonts/Foundation.ttf"; sourceTree = ""; }; 412 | 66C14F5206FE49359CB17036 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; }; 413 | 689D205EB0AA4149901FFDB1 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; }; 414 | 68B59322227E4479BC93C95E /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/native-base/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; }; 415 | 7792978A03B0473D8BE925EB /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; }; 416 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; 417 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; 418 | 879E2C44B76641D5B6F78BDC /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/native-base/Fonts/EvilIcons.ttf"; sourceTree = ""; }; 419 | 87FC50E2EA204265AABA73E9 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/native-base/Fonts/Ionicons.ttf"; sourceTree = ""; }; 420 | 93D293EDBB0144FD8779CAF0 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/native-base/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; }; 421 | 98E770B25AC14A0080DE444F /* rubicon-icon-font.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "rubicon-icon-font.ttf"; path = "../node_modules/native-base/Fonts/rubicon-icon-font.ttf"; sourceTree = ""; }; 422 | ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; 423 | B15CC06E544E4E5E98B3819F /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/native-base/Fonts/Feather.ttf"; sourceTree = ""; }; 424 | B33A80C8FB4F48CCBBD405CC /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; }; 425 | B4EB2940BFE1431ABA43BE4C /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; }; 426 | B8C334D68A0B4BE0BCE96C3B /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = ""; }; 427 | BB28C1AE8E81421A9794D18D /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; }; 428 | D02ABC56A2C141DDA4D6D36E /* libRNVectorIcons-tvOS.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = "libRNVectorIcons-tvOS.a"; sourceTree = ""; }; 429 | E30E01673A25421EBCD69A09 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = ""; }; 430 | E5D9AE05377946D9B5A31B66 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/native-base/Fonts/Zocial.ttf"; sourceTree = ""; }; 431 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; 432 | ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; 433 | FDB0738EB1C24D09AEB20273 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; }; 434 | FDE514346672401990D6DF85 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; }; 435 | /* End PBXFileReference section */ 436 | 437 | /* Begin PBXFrameworksBuildPhase section */ 438 | 00E356EB1AD99517003FC87E /* Frameworks */ = { 439 | isa = PBXFrameworksBuildPhase; 440 | buildActionMask = 2147483647; 441 | files = ( 442 | 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, 443 | ); 444 | runOnlyForDeploymentPostprocessing = 0; 445 | }; 446 | 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { 447 | isa = PBXFrameworksBuildPhase; 448 | buildActionMask = 2147483647; 449 | files = ( 450 | ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */, 451 | ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, 452 | 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, 453 | 146834051AC3E58100842450 /* libReact.a in Frameworks */, 454 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, 455 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, 456 | 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */, 457 | 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */, 458 | 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */, 459 | 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */, 460 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, 461 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, 462 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, 463 | BA79D2CE9B5A4A659923B4D0 /* libRNVectorIcons.a in Frameworks */, 464 | ); 465 | runOnlyForDeploymentPostprocessing = 0; 466 | }; 467 | 2D02E4781E0B4A5D006451C7 /* Frameworks */ = { 468 | isa = PBXFrameworksBuildPhase; 469 | buildActionMask = 2147483647; 470 | files = ( 471 | ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */, 472 | 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */, 473 | 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */, 474 | 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */, 475 | 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */, 476 | 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */, 477 | 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, 478 | 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, 479 | 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, 480 | D1437CF658AE48F7AAD9132B /* libRNVectorIcons-tvOS.a in Frameworks */, 481 | ); 482 | runOnlyForDeploymentPostprocessing = 0; 483 | }; 484 | 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = { 485 | isa = PBXFrameworksBuildPhase; 486 | buildActionMask = 2147483647; 487 | files = ( 488 | 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */, 489 | ); 490 | runOnlyForDeploymentPostprocessing = 0; 491 | }; 492 | /* End PBXFrameworksBuildPhase section */ 493 | 494 | /* Begin PBXGroup section */ 495 | 00C302A81ABCB8CE00DB3ED1 /* Products */ = { 496 | isa = PBXGroup; 497 | children = ( 498 | 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */, 499 | ); 500 | name = Products; 501 | sourceTree = ""; 502 | }; 503 | 00C302B61ABCB90400DB3ED1 /* Products */ = { 504 | isa = PBXGroup; 505 | children = ( 506 | 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */, 507 | ); 508 | name = Products; 509 | sourceTree = ""; 510 | }; 511 | 00C302BC1ABCB91800DB3ED1 /* Products */ = { 512 | isa = PBXGroup; 513 | children = ( 514 | 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */, 515 | 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */, 516 | ); 517 | name = Products; 518 | sourceTree = ""; 519 | }; 520 | 00C302D41ABCB9D200DB3ED1 /* Products */ = { 521 | isa = PBXGroup; 522 | children = ( 523 | 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */, 524 | 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */, 525 | ); 526 | name = Products; 527 | sourceTree = ""; 528 | }; 529 | 00C302E01ABCB9EE00DB3ED1 /* Products */ = { 530 | isa = PBXGroup; 531 | children = ( 532 | 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */, 533 | ); 534 | name = Products; 535 | sourceTree = ""; 536 | }; 537 | 00E356EF1AD99517003FC87E /* GithubTests */ = { 538 | isa = PBXGroup; 539 | children = ( 540 | 00E356F21AD99517003FC87E /* GithubTests.m */, 541 | 00E356F01AD99517003FC87E /* Supporting Files */, 542 | ); 543 | path = GithubTests; 544 | sourceTree = ""; 545 | }; 546 | 00E356F01AD99517003FC87E /* Supporting Files */ = { 547 | isa = PBXGroup; 548 | children = ( 549 | 00E356F11AD99517003FC87E /* Info.plist */, 550 | ); 551 | name = "Supporting Files"; 552 | sourceTree = ""; 553 | }; 554 | 139105B71AF99BAD00B5F7CC /* Products */ = { 555 | isa = PBXGroup; 556 | children = ( 557 | 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */, 558 | 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */, 559 | ); 560 | name = Products; 561 | sourceTree = ""; 562 | }; 563 | 139FDEE71B06529A00C62182 /* Products */ = { 564 | isa = PBXGroup; 565 | children = ( 566 | 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */, 567 | 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */, 568 | 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */, 569 | 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */, 570 | ); 571 | name = Products; 572 | sourceTree = ""; 573 | }; 574 | 13B07FAE1A68108700A75B9A /* Github */ = { 575 | isa = PBXGroup; 576 | children = ( 577 | 008F07F21AC5B25A0029DE68 /* main.jsbundle */, 578 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 579 | 13B07FB01A68108700A75B9A /* AppDelegate.m */, 580 | 13B07FB51A68108700A75B9A /* Images.xcassets */, 581 | 13B07FB61A68108700A75B9A /* Info.plist */, 582 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 583 | 13B07FB71A68108700A75B9A /* main.m */, 584 | ); 585 | name = Github; 586 | sourceTree = ""; 587 | }; 588 | 146834001AC3E56700842450 /* Products */ = { 589 | isa = PBXGroup; 590 | children = ( 591 | 146834041AC3E56700842450 /* libReact.a */, 592 | 3DAD3EA31DF850E9000B6D8A /* libReact.a */, 593 | 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, 594 | 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, 595 | 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, 596 | 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, 597 | 2DF0FFDF2056DD460020B375 /* libjsinspector.a */, 598 | 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */, 599 | 2DF0FFE32056DD460020B375 /* libthird-party.a */, 600 | 2DF0FFE52056DD460020B375 /* libthird-party.a */, 601 | 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */, 602 | 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */, 603 | 53F34239223D24BA0019BB82 /* libjsi.a */, 604 | 53F3423B223D24BA0019BB82 /* libjsiexecutor.a */, 605 | 53F3423D223D24BA0019BB82 /* libjsi-tvOS.a */, 606 | 53F3423F223D24BA0019BB82 /* libjsiexecutor-tvOS.a */, 607 | ); 608 | name = Products; 609 | sourceTree = ""; 610 | }; 611 | 284B94DA170B4D60B3A6CD7C /* Resources */ = { 612 | isa = PBXGroup; 613 | children = ( 614 | 02722405A5CE4608A09FBB73 /* AntDesign.ttf */, 615 | 43AB92D0B4E343EE873B56C3 /* Entypo.ttf */, 616 | 879E2C44B76641D5B6F78BDC /* EvilIcons.ttf */, 617 | B15CC06E544E4E5E98B3819F /* Feather.ttf */, 618 | 59F0F46CAE3048BB84C93EAF /* FontAwesome.ttf */, 619 | 63AC5B831A61464182686C0D /* FontAwesome5_Brands.ttf */, 620 | 1150F52F876A453CB8D38E14 /* FontAwesome5_Regular.ttf */, 621 | FDB0738EB1C24D09AEB20273 /* FontAwesome5_Solid.ttf */, 622 | 64814E24B5D545A081A5237B /* Foundation.ttf */, 623 | 87FC50E2EA204265AABA73E9 /* Ionicons.ttf */, 624 | 68B59322227E4479BC93C95E /* MaterialCommunityIcons.ttf */, 625 | 57BF1648BF3243BD940F0CE0 /* MaterialIcons.ttf */, 626 | 45D7AE772B444D7B93DDF928 /* Octicons.ttf */, 627 | 2EA2EABC49D64A77BA6F78F1 /* Roboto_medium.ttf */, 628 | 4D362644FDEB49EAA85B212A /* Roboto.ttf */, 629 | 98E770B25AC14A0080DE444F /* rubicon-icon-font.ttf */, 630 | 93D293EDBB0144FD8779CAF0 /* SimpleLineIcons.ttf */, 631 | E5D9AE05377946D9B5A31B66 /* Zocial.ttf */, 632 | B8C334D68A0B4BE0BCE96C3B /* AntDesign.ttf */, 633 | BB28C1AE8E81421A9794D18D /* Entypo.ttf */, 634 | B4EB2940BFE1431ABA43BE4C /* EvilIcons.ttf */, 635 | 28A65257380E4CF887219B59 /* Feather.ttf */, 636 | 5AA273E82D834D44B5BAFEFF /* FontAwesome.ttf */, 637 | E30E01673A25421EBCD69A09 /* FontAwesome5_Brands.ttf */, 638 | 4A8E7120DF10401C9E464660 /* FontAwesome5_Regular.ttf */, 639 | 489DA252015D4537AE839780 /* FontAwesome5_Solid.ttf */, 640 | FDE514346672401990D6DF85 /* Foundation.ttf */, 641 | B33A80C8FB4F48CCBBD405CC /* Ionicons.ttf */, 642 | 5ED13BFC6E2D4E27A12F683C /* MaterialCommunityIcons.ttf */, 643 | 3A66728DFB614EB89E9C1254 /* MaterialIcons.ttf */, 644 | 7792978A03B0473D8BE925EB /* Octicons.ttf */, 645 | 66C14F5206FE49359CB17036 /* SimpleLineIcons.ttf */, 646 | 5E77B9CA24054FA98DB30B84 /* Zocial.ttf */, 647 | ); 648 | name = Resources; 649 | sourceTree = ""; 650 | }; 651 | 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { 652 | isa = PBXGroup; 653 | children = ( 654 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, 655 | ED2971642150620600B7C4FE /* JavaScriptCore.framework */, 656 | 2D16E6891FA4F8E400B85C8A /* libReact.a */, 657 | ); 658 | name = Frameworks; 659 | sourceTree = ""; 660 | }; 661 | 53F34258223D52A70019BB82 /* Recovered References */ = { 662 | isa = PBXGroup; 663 | children = ( 664 | 5B79805989EC441A9D15B66B /* libRNVectorIcons.a */, 665 | D02ABC56A2C141DDA4D6D36E /* libRNVectorIcons-tvOS.a */, 666 | ); 667 | name = "Recovered References"; 668 | sourceTree = ""; 669 | }; 670 | 53F3427E223D52A80019BB82 /* Products */ = { 671 | isa = PBXGroup; 672 | children = ( 673 | 53F34283223D52A80019BB82 /* libRNVectorIcons.a */, 674 | 53F34285223D52A80019BB82 /* libRNVectorIcons-tvOS.a */, 675 | ); 676 | name = Products; 677 | sourceTree = ""; 678 | }; 679 | 5E91572E1DD0AC6500FF2AA8 /* Products */ = { 680 | isa = PBXGroup; 681 | children = ( 682 | 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */, 683 | 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */, 684 | ); 685 | name = Products; 686 | sourceTree = ""; 687 | }; 688 | 78C398B11ACF4ADC00677621 /* Products */ = { 689 | isa = PBXGroup; 690 | children = ( 691 | 78C398B91ACF4ADC00677621 /* libRCTLinking.a */, 692 | 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */, 693 | ); 694 | name = Products; 695 | sourceTree = ""; 696 | }; 697 | 832341AE1AAA6A7D00B99B32 /* Libraries */ = { 698 | isa = PBXGroup; 699 | children = ( 700 | 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */, 701 | 146833FF1AC3E56700842450 /* React.xcodeproj */, 702 | 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, 703 | ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */, 704 | 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */, 705 | 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */, 706 | 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */, 707 | 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */, 708 | 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */, 709 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, 710 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, 711 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, 712 | 689D205EB0AA4149901FFDB1 /* RNVectorIcons.xcodeproj */, 713 | ); 714 | name = Libraries; 715 | sourceTree = ""; 716 | }; 717 | 832341B11AAA6A8300B99B32 /* Products */ = { 718 | isa = PBXGroup; 719 | children = ( 720 | 832341B51AAA6A8300B99B32 /* libRCTText.a */, 721 | 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */, 722 | ); 723 | name = Products; 724 | sourceTree = ""; 725 | }; 726 | 83CBB9F61A601CBA00E9B192 = { 727 | isa = PBXGroup; 728 | children = ( 729 | 13B07FAE1A68108700A75B9A /* Github */, 730 | 832341AE1AAA6A7D00B99B32 /* Libraries */, 731 | 00E356EF1AD99517003FC87E /* GithubTests */, 732 | 83CBBA001A601CBA00E9B192 /* Products */, 733 | 2D16E6871FA4F8E400B85C8A /* Frameworks */, 734 | 284B94DA170B4D60B3A6CD7C /* Resources */, 735 | 53F34258223D52A70019BB82 /* Recovered References */, 736 | ); 737 | indentWidth = 2; 738 | sourceTree = ""; 739 | tabWidth = 2; 740 | usesTabs = 0; 741 | }; 742 | 83CBBA001A601CBA00E9B192 /* Products */ = { 743 | isa = PBXGroup; 744 | children = ( 745 | 13B07F961A680F5B00A75B9A /* Github.app */, 746 | 00E356EE1AD99517003FC87E /* GithubTests.xctest */, 747 | 2D02E47B1E0B4A5D006451C7 /* Github-tvOS.app */, 748 | 2D02E4901E0B4A5D006451C7 /* Github-tvOSTests.xctest */, 749 | ); 750 | name = Products; 751 | sourceTree = ""; 752 | }; 753 | ADBDB9201DFEBF0600ED6528 /* Products */ = { 754 | isa = PBXGroup; 755 | children = ( 756 | ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, 757 | 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */, 758 | ); 759 | name = Products; 760 | sourceTree = ""; 761 | }; 762 | /* End PBXGroup section */ 763 | 764 | /* Begin PBXNativeTarget section */ 765 | 00E356ED1AD99517003FC87E /* GithubTests */ = { 766 | isa = PBXNativeTarget; 767 | buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "GithubTests" */; 768 | buildPhases = ( 769 | 00E356EA1AD99517003FC87E /* Sources */, 770 | 00E356EB1AD99517003FC87E /* Frameworks */, 771 | 00E356EC1AD99517003FC87E /* Resources */, 772 | ); 773 | buildRules = ( 774 | ); 775 | dependencies = ( 776 | 00E356F51AD99517003FC87E /* PBXTargetDependency */, 777 | ); 778 | name = GithubTests; 779 | productName = GithubTests; 780 | productReference = 00E356EE1AD99517003FC87E /* GithubTests.xctest */; 781 | productType = "com.apple.product-type.bundle.unit-test"; 782 | }; 783 | 13B07F861A680F5B00A75B9A /* Github */ = { 784 | isa = PBXNativeTarget; 785 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Github" */; 786 | buildPhases = ( 787 | 13B07F871A680F5B00A75B9A /* Sources */, 788 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, 789 | 13B07F8E1A680F5B00A75B9A /* Resources */, 790 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 791 | ); 792 | buildRules = ( 793 | ); 794 | dependencies = ( 795 | ); 796 | name = Github; 797 | productName = "Hello World"; 798 | productReference = 13B07F961A680F5B00A75B9A /* Github.app */; 799 | productType = "com.apple.product-type.application"; 800 | }; 801 | 2D02E47A1E0B4A5D006451C7 /* Github-tvOS */ = { 802 | isa = PBXNativeTarget; 803 | buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Github-tvOS" */; 804 | buildPhases = ( 805 | 2D02E4771E0B4A5D006451C7 /* Sources */, 806 | 2D02E4781E0B4A5D006451C7 /* Frameworks */, 807 | 2D02E4791E0B4A5D006451C7 /* Resources */, 808 | 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */, 809 | ); 810 | buildRules = ( 811 | ); 812 | dependencies = ( 813 | ); 814 | name = "Github-tvOS"; 815 | productName = "Github-tvOS"; 816 | productReference = 2D02E47B1E0B4A5D006451C7 /* Github-tvOS.app */; 817 | productType = "com.apple.product-type.application"; 818 | }; 819 | 2D02E48F1E0B4A5D006451C7 /* Github-tvOSTests */ = { 820 | isa = PBXNativeTarget; 821 | buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Github-tvOSTests" */; 822 | buildPhases = ( 823 | 2D02E48C1E0B4A5D006451C7 /* Sources */, 824 | 2D02E48D1E0B4A5D006451C7 /* Frameworks */, 825 | 2D02E48E1E0B4A5D006451C7 /* Resources */, 826 | ); 827 | buildRules = ( 828 | ); 829 | dependencies = ( 830 | 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, 831 | ); 832 | name = "Github-tvOSTests"; 833 | productName = "Github-tvOSTests"; 834 | productReference = 2D02E4901E0B4A5D006451C7 /* Github-tvOSTests.xctest */; 835 | productType = "com.apple.product-type.bundle.unit-test"; 836 | }; 837 | /* End PBXNativeTarget section */ 838 | 839 | /* Begin PBXProject section */ 840 | 83CBB9F71A601CBA00E9B192 /* Project object */ = { 841 | isa = PBXProject; 842 | attributes = { 843 | LastUpgradeCheck = 940; 844 | ORGANIZATIONNAME = Facebook; 845 | TargetAttributes = { 846 | 00E356ED1AD99517003FC87E = { 847 | CreatedOnToolsVersion = 6.2; 848 | DevelopmentTeam = WWVRWM7AS6; 849 | TestTargetID = 13B07F861A680F5B00A75B9A; 850 | }; 851 | 13B07F861A680F5B00A75B9A = { 852 | DevelopmentTeam = WWVRWM7AS6; 853 | }; 854 | 2D02E47A1E0B4A5D006451C7 = { 855 | CreatedOnToolsVersion = 8.2.1; 856 | DevelopmentTeam = WWVRWM7AS6; 857 | ProvisioningStyle = Automatic; 858 | }; 859 | 2D02E48F1E0B4A5D006451C7 = { 860 | CreatedOnToolsVersion = 8.2.1; 861 | DevelopmentTeam = WWVRWM7AS6; 862 | ProvisioningStyle = Automatic; 863 | TestTargetID = 2D02E47A1E0B4A5D006451C7; 864 | }; 865 | }; 866 | }; 867 | buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Github" */; 868 | compatibilityVersion = "Xcode 3.2"; 869 | developmentRegion = English; 870 | hasScannedForEncodings = 0; 871 | knownRegions = ( 872 | en, 873 | Base, 874 | ); 875 | mainGroup = 83CBB9F61A601CBA00E9B192; 876 | productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; 877 | projectDirPath = ""; 878 | projectReferences = ( 879 | { 880 | ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */; 881 | ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; 882 | }, 883 | { 884 | ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */; 885 | ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; 886 | }, 887 | { 888 | ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */; 889 | ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; 890 | }, 891 | { 892 | ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */; 893 | ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; 894 | }, 895 | { 896 | ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */; 897 | ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; 898 | }, 899 | { 900 | ProductGroup = 78C398B11ACF4ADC00677621 /* Products */; 901 | ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; 902 | }, 903 | { 904 | ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */; 905 | ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; 906 | }, 907 | { 908 | ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */; 909 | ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; 910 | }, 911 | { 912 | ProductGroup = 832341B11AAA6A8300B99B32 /* Products */; 913 | ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; 914 | }, 915 | { 916 | ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */; 917 | ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; 918 | }, 919 | { 920 | ProductGroup = 139FDEE71B06529A00C62182 /* Products */; 921 | ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; 922 | }, 923 | { 924 | ProductGroup = 146834001AC3E56700842450 /* Products */; 925 | ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; 926 | }, 927 | { 928 | ProductGroup = 53F3427E223D52A80019BB82 /* Products */; 929 | ProjectRef = 689D205EB0AA4149901FFDB1 /* RNVectorIcons.xcodeproj */; 930 | }, 931 | ); 932 | projectRoot = ""; 933 | targets = ( 934 | 13B07F861A680F5B00A75B9A /* Github */, 935 | 00E356ED1AD99517003FC87E /* GithubTests */, 936 | 2D02E47A1E0B4A5D006451C7 /* Github-tvOS */, 937 | 2D02E48F1E0B4A5D006451C7 /* Github-tvOSTests */, 938 | ); 939 | }; 940 | /* End PBXProject section */ 941 | 942 | /* Begin PBXReferenceProxy section */ 943 | 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = { 944 | isa = PBXReferenceProxy; 945 | fileType = archive.ar; 946 | path = libRCTActionSheet.a; 947 | remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */; 948 | sourceTree = BUILT_PRODUCTS_DIR; 949 | }; 950 | 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = { 951 | isa = PBXReferenceProxy; 952 | fileType = archive.ar; 953 | path = libRCTGeolocation.a; 954 | remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */; 955 | sourceTree = BUILT_PRODUCTS_DIR; 956 | }; 957 | 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = { 958 | isa = PBXReferenceProxy; 959 | fileType = archive.ar; 960 | path = libRCTImage.a; 961 | remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */; 962 | sourceTree = BUILT_PRODUCTS_DIR; 963 | }; 964 | 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = { 965 | isa = PBXReferenceProxy; 966 | fileType = archive.ar; 967 | path = libRCTNetwork.a; 968 | remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */; 969 | sourceTree = BUILT_PRODUCTS_DIR; 970 | }; 971 | 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = { 972 | isa = PBXReferenceProxy; 973 | fileType = archive.ar; 974 | path = libRCTVibration.a; 975 | remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */; 976 | sourceTree = BUILT_PRODUCTS_DIR; 977 | }; 978 | 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = { 979 | isa = PBXReferenceProxy; 980 | fileType = archive.ar; 981 | path = libRCTSettings.a; 982 | remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */; 983 | sourceTree = BUILT_PRODUCTS_DIR; 984 | }; 985 | 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = { 986 | isa = PBXReferenceProxy; 987 | fileType = archive.ar; 988 | path = libRCTWebSocket.a; 989 | remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */; 990 | sourceTree = BUILT_PRODUCTS_DIR; 991 | }; 992 | 146834041AC3E56700842450 /* libReact.a */ = { 993 | isa = PBXReferenceProxy; 994 | fileType = archive.ar; 995 | path = libReact.a; 996 | remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; 997 | sourceTree = BUILT_PRODUCTS_DIR; 998 | }; 999 | 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = { 1000 | isa = PBXReferenceProxy; 1001 | fileType = archive.ar; 1002 | path = "libRCTBlob-tvOS.a"; 1003 | remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */; 1004 | sourceTree = BUILT_PRODUCTS_DIR; 1005 | }; 1006 | 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = { 1007 | isa = PBXReferenceProxy; 1008 | fileType = archive.ar; 1009 | path = libfishhook.a; 1010 | remoteRef = 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */; 1011 | sourceTree = BUILT_PRODUCTS_DIR; 1012 | }; 1013 | 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */ = { 1014 | isa = PBXReferenceProxy; 1015 | fileType = archive.ar; 1016 | path = "libfishhook-tvOS.a"; 1017 | remoteRef = 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */; 1018 | sourceTree = BUILT_PRODUCTS_DIR; 1019 | }; 1020 | 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = { 1021 | isa = PBXReferenceProxy; 1022 | fileType = archive.ar; 1023 | path = libjsinspector.a; 1024 | remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */; 1025 | sourceTree = BUILT_PRODUCTS_DIR; 1026 | }; 1027 | 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = { 1028 | isa = PBXReferenceProxy; 1029 | fileType = archive.ar; 1030 | path = "libjsinspector-tvOS.a"; 1031 | remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */; 1032 | sourceTree = BUILT_PRODUCTS_DIR; 1033 | }; 1034 | 2DF0FFE32056DD460020B375 /* libthird-party.a */ = { 1035 | isa = PBXReferenceProxy; 1036 | fileType = archive.ar; 1037 | path = "libthird-party.a"; 1038 | remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */; 1039 | sourceTree = BUILT_PRODUCTS_DIR; 1040 | }; 1041 | 2DF0FFE52056DD460020B375 /* libthird-party.a */ = { 1042 | isa = PBXReferenceProxy; 1043 | fileType = archive.ar; 1044 | path = "libthird-party.a"; 1045 | remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */; 1046 | sourceTree = BUILT_PRODUCTS_DIR; 1047 | }; 1048 | 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = { 1049 | isa = PBXReferenceProxy; 1050 | fileType = archive.ar; 1051 | path = "libdouble-conversion.a"; 1052 | remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */; 1053 | sourceTree = BUILT_PRODUCTS_DIR; 1054 | }; 1055 | 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = { 1056 | isa = PBXReferenceProxy; 1057 | fileType = archive.ar; 1058 | path = "libdouble-conversion.a"; 1059 | remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */; 1060 | sourceTree = BUILT_PRODUCTS_DIR; 1061 | }; 1062 | 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { 1063 | isa = PBXReferenceProxy; 1064 | fileType = archive.ar; 1065 | path = "libRCTImage-tvOS.a"; 1066 | remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */; 1067 | sourceTree = BUILT_PRODUCTS_DIR; 1068 | }; 1069 | 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = { 1070 | isa = PBXReferenceProxy; 1071 | fileType = archive.ar; 1072 | path = "libRCTLinking-tvOS.a"; 1073 | remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */; 1074 | sourceTree = BUILT_PRODUCTS_DIR; 1075 | }; 1076 | 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = { 1077 | isa = PBXReferenceProxy; 1078 | fileType = archive.ar; 1079 | path = "libRCTNetwork-tvOS.a"; 1080 | remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */; 1081 | sourceTree = BUILT_PRODUCTS_DIR; 1082 | }; 1083 | 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = { 1084 | isa = PBXReferenceProxy; 1085 | fileType = archive.ar; 1086 | path = "libRCTSettings-tvOS.a"; 1087 | remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */; 1088 | sourceTree = BUILT_PRODUCTS_DIR; 1089 | }; 1090 | 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = { 1091 | isa = PBXReferenceProxy; 1092 | fileType = archive.ar; 1093 | path = "libRCTText-tvOS.a"; 1094 | remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */; 1095 | sourceTree = BUILT_PRODUCTS_DIR; 1096 | }; 1097 | 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = { 1098 | isa = PBXReferenceProxy; 1099 | fileType = archive.ar; 1100 | path = "libRCTWebSocket-tvOS.a"; 1101 | remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; 1102 | sourceTree = BUILT_PRODUCTS_DIR; 1103 | }; 1104 | 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { 1105 | isa = PBXReferenceProxy; 1106 | fileType = archive.ar; 1107 | path = libReact.a; 1108 | remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; 1109 | sourceTree = BUILT_PRODUCTS_DIR; 1110 | }; 1111 | 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { 1112 | isa = PBXReferenceProxy; 1113 | fileType = archive.ar; 1114 | path = libyoga.a; 1115 | remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; 1116 | sourceTree = BUILT_PRODUCTS_DIR; 1117 | }; 1118 | 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = { 1119 | isa = PBXReferenceProxy; 1120 | fileType = archive.ar; 1121 | path = libyoga.a; 1122 | remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */; 1123 | sourceTree = BUILT_PRODUCTS_DIR; 1124 | }; 1125 | 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { 1126 | isa = PBXReferenceProxy; 1127 | fileType = archive.ar; 1128 | path = libcxxreact.a; 1129 | remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; 1130 | sourceTree = BUILT_PRODUCTS_DIR; 1131 | }; 1132 | 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = { 1133 | isa = PBXReferenceProxy; 1134 | fileType = archive.ar; 1135 | path = libcxxreact.a; 1136 | remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; 1137 | sourceTree = BUILT_PRODUCTS_DIR; 1138 | }; 1139 | 53F34239223D24BA0019BB82 /* libjsi.a */ = { 1140 | isa = PBXReferenceProxy; 1141 | fileType = archive.ar; 1142 | path = libjsi.a; 1143 | remoteRef = 53F34238223D24BA0019BB82 /* PBXContainerItemProxy */; 1144 | sourceTree = BUILT_PRODUCTS_DIR; 1145 | }; 1146 | 53F3423B223D24BA0019BB82 /* libjsiexecutor.a */ = { 1147 | isa = PBXReferenceProxy; 1148 | fileType = archive.ar; 1149 | path = libjsiexecutor.a; 1150 | remoteRef = 53F3423A223D24BA0019BB82 /* PBXContainerItemProxy */; 1151 | sourceTree = BUILT_PRODUCTS_DIR; 1152 | }; 1153 | 53F3423D223D24BA0019BB82 /* libjsi-tvOS.a */ = { 1154 | isa = PBXReferenceProxy; 1155 | fileType = archive.ar; 1156 | path = "libjsi-tvOS.a"; 1157 | remoteRef = 53F3423C223D24BA0019BB82 /* PBXContainerItemProxy */; 1158 | sourceTree = BUILT_PRODUCTS_DIR; 1159 | }; 1160 | 53F3423F223D24BA0019BB82 /* libjsiexecutor-tvOS.a */ = { 1161 | isa = PBXReferenceProxy; 1162 | fileType = archive.ar; 1163 | path = "libjsiexecutor-tvOS.a"; 1164 | remoteRef = 53F3423E223D24BA0019BB82 /* PBXContainerItemProxy */; 1165 | sourceTree = BUILT_PRODUCTS_DIR; 1166 | }; 1167 | 53F34283223D52A80019BB82 /* libRNVectorIcons.a */ = { 1168 | isa = PBXReferenceProxy; 1169 | fileType = archive.ar; 1170 | path = libRNVectorIcons.a; 1171 | remoteRef = 53F34282223D52A80019BB82 /* PBXContainerItemProxy */; 1172 | sourceTree = BUILT_PRODUCTS_DIR; 1173 | }; 1174 | 53F34285223D52A80019BB82 /* libRNVectorIcons-tvOS.a */ = { 1175 | isa = PBXReferenceProxy; 1176 | fileType = archive.ar; 1177 | path = "libRNVectorIcons-tvOS.a"; 1178 | remoteRef = 53F34284223D52A80019BB82 /* PBXContainerItemProxy */; 1179 | sourceTree = BUILT_PRODUCTS_DIR; 1180 | }; 1181 | 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { 1182 | isa = PBXReferenceProxy; 1183 | fileType = archive.ar; 1184 | path = libRCTAnimation.a; 1185 | remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; 1186 | sourceTree = BUILT_PRODUCTS_DIR; 1187 | }; 1188 | 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { 1189 | isa = PBXReferenceProxy; 1190 | fileType = archive.ar; 1191 | path = libRCTAnimation.a; 1192 | remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */; 1193 | sourceTree = BUILT_PRODUCTS_DIR; 1194 | }; 1195 | 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = { 1196 | isa = PBXReferenceProxy; 1197 | fileType = archive.ar; 1198 | path = libRCTLinking.a; 1199 | remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */; 1200 | sourceTree = BUILT_PRODUCTS_DIR; 1201 | }; 1202 | 832341B51AAA6A8300B99B32 /* libRCTText.a */ = { 1203 | isa = PBXReferenceProxy; 1204 | fileType = archive.ar; 1205 | path = libRCTText.a; 1206 | remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */; 1207 | sourceTree = BUILT_PRODUCTS_DIR; 1208 | }; 1209 | ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = { 1210 | isa = PBXReferenceProxy; 1211 | fileType = archive.ar; 1212 | path = libRCTBlob.a; 1213 | remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */; 1214 | sourceTree = BUILT_PRODUCTS_DIR; 1215 | }; 1216 | /* End PBXReferenceProxy section */ 1217 | 1218 | /* Begin PBXResourcesBuildPhase section */ 1219 | 00E356EC1AD99517003FC87E /* Resources */ = { 1220 | isa = PBXResourcesBuildPhase; 1221 | buildActionMask = 2147483647; 1222 | files = ( 1223 | ); 1224 | runOnlyForDeploymentPostprocessing = 0; 1225 | }; 1226 | 13B07F8E1A680F5B00A75B9A /* Resources */ = { 1227 | isa = PBXResourcesBuildPhase; 1228 | buildActionMask = 2147483647; 1229 | files = ( 1230 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 1231 | 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, 1232 | B2A5BD07412E4CF2AC47BC5B /* AntDesign.ttf in Resources */, 1233 | BA0C07F1C1FE4AFEAB0B96FD /* Entypo.ttf in Resources */, 1234 | 225C7B325307427CBCA20221 /* EvilIcons.ttf in Resources */, 1235 | 442A359D26384F5B8C6506D5 /* Feather.ttf in Resources */, 1236 | 86E4D249C31548E69A3883AC /* FontAwesome.ttf in Resources */, 1237 | 86D8D05F414C40CF9A92247E /* FontAwesome5_Brands.ttf in Resources */, 1238 | 0FFD15D83F5441F69C47F36A /* FontAwesome5_Regular.ttf in Resources */, 1239 | F2621E7BCDDC499A99AA5982 /* FontAwesome5_Solid.ttf in Resources */, 1240 | 9D3D8FBF1C614A6BB3C9C113 /* Foundation.ttf in Resources */, 1241 | 05DD9DB7C33C43589A64FDAC /* Ionicons.ttf in Resources */, 1242 | 31815F4A96B94CEB97BEA1C7 /* MaterialCommunityIcons.ttf in Resources */, 1243 | 4B4240BF2FA147E99F5D04A4 /* MaterialIcons.ttf in Resources */, 1244 | 144A17A544464C71B03DE892 /* Octicons.ttf in Resources */, 1245 | 38DF983D317D49B3AF6A539C /* Roboto_medium.ttf in Resources */, 1246 | D681E5ECF60D47A7B7CFB82D /* Roboto.ttf in Resources */, 1247 | FA998D40CC0C42808AB876D5 /* rubicon-icon-font.ttf in Resources */, 1248 | 4732FE08D3D74FDF874D7176 /* SimpleLineIcons.ttf in Resources */, 1249 | 35DF435C371642EBA70C0C3B /* Zocial.ttf in Resources */, 1250 | 6A4B3F9AD67F41FB87D08216 /* AntDesign.ttf in Resources */, 1251 | 3F1AF781F51B4390BAC516DB /* Entypo.ttf in Resources */, 1252 | 4A974406B6484492A47244CE /* EvilIcons.ttf in Resources */, 1253 | 8DDA716F3A3246E3ACDF2DF8 /* Feather.ttf in Resources */, 1254 | 13689FEB4E9F42DBAB4E8D74 /* FontAwesome.ttf in Resources */, 1255 | C3656E92F7DA4C2BB139F156 /* FontAwesome5_Brands.ttf in Resources */, 1256 | 804D9DF290BC4C3EA928B0F6 /* FontAwesome5_Regular.ttf in Resources */, 1257 | 9116E7646C314930A3B4252E /* FontAwesome5_Solid.ttf in Resources */, 1258 | 4C452DA48A5B4077AC77F18D /* Foundation.ttf in Resources */, 1259 | 60D0D487559B42D088C6AF6B /* Ionicons.ttf in Resources */, 1260 | E3D24C4358294DB08F072694 /* MaterialCommunityIcons.ttf in Resources */, 1261 | 02E262E44B704E3F9439C573 /* MaterialIcons.ttf in Resources */, 1262 | EC0B4BD98219429CBB6302EE /* Octicons.ttf in Resources */, 1263 | 3944284197DB4F51B6311B47 /* SimpleLineIcons.ttf in Resources */, 1264 | F70606567DAF4CCE8A6AAAB4 /* Zocial.ttf in Resources */, 1265 | ); 1266 | runOnlyForDeploymentPostprocessing = 0; 1267 | }; 1268 | 2D02E4791E0B4A5D006451C7 /* Resources */ = { 1269 | isa = PBXResourcesBuildPhase; 1270 | buildActionMask = 2147483647; 1271 | files = ( 1272 | 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */, 1273 | ); 1274 | runOnlyForDeploymentPostprocessing = 0; 1275 | }; 1276 | 2D02E48E1E0B4A5D006451C7 /* Resources */ = { 1277 | isa = PBXResourcesBuildPhase; 1278 | buildActionMask = 2147483647; 1279 | files = ( 1280 | ); 1281 | runOnlyForDeploymentPostprocessing = 0; 1282 | }; 1283 | /* End PBXResourcesBuildPhase section */ 1284 | 1285 | /* Begin PBXShellScriptBuildPhase section */ 1286 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { 1287 | isa = PBXShellScriptBuildPhase; 1288 | buildActionMask = 2147483647; 1289 | files = ( 1290 | ); 1291 | inputPaths = ( 1292 | ); 1293 | name = "Bundle React Native code and images"; 1294 | outputPaths = ( 1295 | ); 1296 | runOnlyForDeploymentPostprocessing = 0; 1297 | shellPath = /bin/sh; 1298 | shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; 1299 | }; 1300 | 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { 1301 | isa = PBXShellScriptBuildPhase; 1302 | buildActionMask = 2147483647; 1303 | files = ( 1304 | ); 1305 | inputPaths = ( 1306 | ); 1307 | name = "Bundle React Native Code And Images"; 1308 | outputPaths = ( 1309 | ); 1310 | runOnlyForDeploymentPostprocessing = 0; 1311 | shellPath = /bin/sh; 1312 | shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; 1313 | }; 1314 | /* End PBXShellScriptBuildPhase section */ 1315 | 1316 | /* Begin PBXSourcesBuildPhase section */ 1317 | 00E356EA1AD99517003FC87E /* Sources */ = { 1318 | isa = PBXSourcesBuildPhase; 1319 | buildActionMask = 2147483647; 1320 | files = ( 1321 | 00E356F31AD99517003FC87E /* GithubTests.m in Sources */, 1322 | ); 1323 | runOnlyForDeploymentPostprocessing = 0; 1324 | }; 1325 | 13B07F871A680F5B00A75B9A /* Sources */ = { 1326 | isa = PBXSourcesBuildPhase; 1327 | buildActionMask = 2147483647; 1328 | files = ( 1329 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, 1330 | 13B07FC11A68108700A75B9A /* main.m in Sources */, 1331 | ); 1332 | runOnlyForDeploymentPostprocessing = 0; 1333 | }; 1334 | 2D02E4771E0B4A5D006451C7 /* Sources */ = { 1335 | isa = PBXSourcesBuildPhase; 1336 | buildActionMask = 2147483647; 1337 | files = ( 1338 | 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */, 1339 | 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */, 1340 | ); 1341 | runOnlyForDeploymentPostprocessing = 0; 1342 | }; 1343 | 2D02E48C1E0B4A5D006451C7 /* Sources */ = { 1344 | isa = PBXSourcesBuildPhase; 1345 | buildActionMask = 2147483647; 1346 | files = ( 1347 | 2DCD954D1E0B4F2C00145EB5 /* GithubTests.m in Sources */, 1348 | ); 1349 | runOnlyForDeploymentPostprocessing = 0; 1350 | }; 1351 | /* End PBXSourcesBuildPhase section */ 1352 | 1353 | /* Begin PBXTargetDependency section */ 1354 | 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { 1355 | isa = PBXTargetDependency; 1356 | target = 13B07F861A680F5B00A75B9A /* Github */; 1357 | targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; 1358 | }; 1359 | 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { 1360 | isa = PBXTargetDependency; 1361 | target = 2D02E47A1E0B4A5D006451C7 /* Github-tvOS */; 1362 | targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; 1363 | }; 1364 | /* End PBXTargetDependency section */ 1365 | 1366 | /* Begin PBXVariantGroup section */ 1367 | 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = { 1368 | isa = PBXVariantGroup; 1369 | children = ( 1370 | 13B07FB21A68108700A75B9A /* Base */, 1371 | ); 1372 | name = LaunchScreen.xib; 1373 | path = Github; 1374 | sourceTree = ""; 1375 | }; 1376 | /* End PBXVariantGroup section */ 1377 | 1378 | /* Begin XCBuildConfiguration section */ 1379 | 00E356F61AD99517003FC87E /* Debug */ = { 1380 | isa = XCBuildConfiguration; 1381 | buildSettings = { 1382 | BUNDLE_LOADER = "$(TEST_HOST)"; 1383 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1384 | GCC_PREPROCESSOR_DEFINITIONS = ( 1385 | "DEBUG=1", 1386 | "$(inherited)", 1387 | ); 1388 | HEADER_SEARCH_PATHS = ( 1389 | "$(inherited)", 1390 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1391 | ); 1392 | INFOPLIST_FILE = GithubTests/Info.plist; 1393 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; 1394 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 1395 | LIBRARY_SEARCH_PATHS = ( 1396 | "$(inherited)", 1397 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1398 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1399 | ); 1400 | OTHER_LDFLAGS = ( 1401 | "-ObjC", 1402 | "-lc++", 1403 | ); 1404 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; 1405 | PRODUCT_NAME = "$(TARGET_NAME)"; 1406 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Github.app/Github"; 1407 | }; 1408 | name = Debug; 1409 | }; 1410 | 00E356F71AD99517003FC87E /* Release */ = { 1411 | isa = XCBuildConfiguration; 1412 | buildSettings = { 1413 | BUNDLE_LOADER = "$(TEST_HOST)"; 1414 | COPY_PHASE_STRIP = NO; 1415 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1416 | HEADER_SEARCH_PATHS = ( 1417 | "$(inherited)", 1418 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1419 | ); 1420 | INFOPLIST_FILE = GithubTests/Info.plist; 1421 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; 1422 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 1423 | LIBRARY_SEARCH_PATHS = ( 1424 | "$(inherited)", 1425 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1426 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1427 | ); 1428 | OTHER_LDFLAGS = ( 1429 | "-ObjC", 1430 | "-lc++", 1431 | ); 1432 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; 1433 | PRODUCT_NAME = "$(TARGET_NAME)"; 1434 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Github.app/Github"; 1435 | }; 1436 | name = Release; 1437 | }; 1438 | 13B07F941A680F5B00A75B9A /* Debug */ = { 1439 | isa = XCBuildConfiguration; 1440 | buildSettings = { 1441 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1442 | CURRENT_PROJECT_VERSION = 1; 1443 | DEAD_CODE_STRIPPING = NO; 1444 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1445 | HEADER_SEARCH_PATHS = ( 1446 | "$(inherited)", 1447 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1448 | ); 1449 | INFOPLIST_FILE = Github/Info.plist; 1450 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 1451 | OTHER_LDFLAGS = ( 1452 | "$(inherited)", 1453 | "-ObjC", 1454 | "-lc++", 1455 | ); 1456 | PRODUCT_BUNDLE_IDENTIFIER = com.github.apollo.graphql; 1457 | PRODUCT_NAME = Github; 1458 | VERSIONING_SYSTEM = "apple-generic"; 1459 | }; 1460 | name = Debug; 1461 | }; 1462 | 13B07F951A680F5B00A75B9A /* Release */ = { 1463 | isa = XCBuildConfiguration; 1464 | buildSettings = { 1465 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1466 | CURRENT_PROJECT_VERSION = 1; 1467 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1468 | HEADER_SEARCH_PATHS = ( 1469 | "$(inherited)", 1470 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1471 | ); 1472 | INFOPLIST_FILE = Github/Info.plist; 1473 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 1474 | OTHER_LDFLAGS = ( 1475 | "$(inherited)", 1476 | "-ObjC", 1477 | "-lc++", 1478 | ); 1479 | PRODUCT_BUNDLE_IDENTIFIER = com.github.apollo.graphql; 1480 | PRODUCT_NAME = Github; 1481 | VERSIONING_SYSTEM = "apple-generic"; 1482 | }; 1483 | name = Release; 1484 | }; 1485 | 2D02E4971E0B4A5E006451C7 /* Debug */ = { 1486 | isa = XCBuildConfiguration; 1487 | buildSettings = { 1488 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; 1489 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; 1490 | CLANG_ANALYZER_NONNULL = YES; 1491 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 1492 | CLANG_WARN_INFINITE_RECURSION = YES; 1493 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1494 | DEBUG_INFORMATION_FORMAT = dwarf; 1495 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1496 | ENABLE_TESTABILITY = YES; 1497 | GCC_NO_COMMON_BLOCKS = YES; 1498 | HEADER_SEARCH_PATHS = ( 1499 | "$(inherited)", 1500 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1501 | ); 1502 | INFOPLIST_FILE = "Github-tvOS/Info.plist"; 1503 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 1504 | LIBRARY_SEARCH_PATHS = ( 1505 | "$(inherited)", 1506 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1507 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1508 | ); 1509 | OTHER_LDFLAGS = ( 1510 | "-ObjC", 1511 | "-lc++", 1512 | ); 1513 | PRODUCT_BUNDLE_IDENTIFIER = com.github.apollo.graphql.tvOS; 1514 | PRODUCT_NAME = "$(TARGET_NAME)"; 1515 | SDKROOT = appletvos; 1516 | TARGETED_DEVICE_FAMILY = 3; 1517 | TVOS_DEPLOYMENT_TARGET = 9.2; 1518 | }; 1519 | name = Debug; 1520 | }; 1521 | 2D02E4981E0B4A5E006451C7 /* Release */ = { 1522 | isa = XCBuildConfiguration; 1523 | buildSettings = { 1524 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; 1525 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; 1526 | CLANG_ANALYZER_NONNULL = YES; 1527 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 1528 | CLANG_WARN_INFINITE_RECURSION = YES; 1529 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1530 | COPY_PHASE_STRIP = NO; 1531 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1532 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1533 | GCC_NO_COMMON_BLOCKS = YES; 1534 | HEADER_SEARCH_PATHS = ( 1535 | "$(inherited)", 1536 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1537 | ); 1538 | INFOPLIST_FILE = "Github-tvOS/Info.plist"; 1539 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 1540 | LIBRARY_SEARCH_PATHS = ( 1541 | "$(inherited)", 1542 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1543 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1544 | ); 1545 | OTHER_LDFLAGS = ( 1546 | "-ObjC", 1547 | "-lc++", 1548 | ); 1549 | PRODUCT_BUNDLE_IDENTIFIER = com.github.apollo.graphql.tvOS; 1550 | PRODUCT_NAME = "$(TARGET_NAME)"; 1551 | SDKROOT = appletvos; 1552 | TARGETED_DEVICE_FAMILY = 3; 1553 | TVOS_DEPLOYMENT_TARGET = 9.2; 1554 | }; 1555 | name = Release; 1556 | }; 1557 | 2D02E4991E0B4A5E006451C7 /* Debug */ = { 1558 | isa = XCBuildConfiguration; 1559 | buildSettings = { 1560 | BUNDLE_LOADER = "$(TEST_HOST)"; 1561 | CLANG_ANALYZER_NONNULL = YES; 1562 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 1563 | CLANG_WARN_INFINITE_RECURSION = YES; 1564 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1565 | DEBUG_INFORMATION_FORMAT = dwarf; 1566 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1567 | ENABLE_TESTABILITY = YES; 1568 | GCC_NO_COMMON_BLOCKS = YES; 1569 | HEADER_SEARCH_PATHS = ( 1570 | "$(inherited)", 1571 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1572 | ); 1573 | INFOPLIST_FILE = "Github-tvOSTests/Info.plist"; 1574 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 1575 | LIBRARY_SEARCH_PATHS = ( 1576 | "$(inherited)", 1577 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1578 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1579 | ); 1580 | OTHER_LDFLAGS = ( 1581 | "-ObjC", 1582 | "-lc++", 1583 | ); 1584 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Github-tvOSTests"; 1585 | PRODUCT_NAME = "$(TARGET_NAME)"; 1586 | SDKROOT = appletvos; 1587 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Github-tvOS.app/Github-tvOS"; 1588 | TVOS_DEPLOYMENT_TARGET = 10.1; 1589 | }; 1590 | name = Debug; 1591 | }; 1592 | 2D02E49A1E0B4A5E006451C7 /* Release */ = { 1593 | isa = XCBuildConfiguration; 1594 | buildSettings = { 1595 | BUNDLE_LOADER = "$(TEST_HOST)"; 1596 | CLANG_ANALYZER_NONNULL = YES; 1597 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 1598 | CLANG_WARN_INFINITE_RECURSION = YES; 1599 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1600 | COPY_PHASE_STRIP = NO; 1601 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1602 | DEVELOPMENT_TEAM = WWVRWM7AS6; 1603 | GCC_NO_COMMON_BLOCKS = YES; 1604 | HEADER_SEARCH_PATHS = ( 1605 | "$(inherited)", 1606 | "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", 1607 | ); 1608 | INFOPLIST_FILE = "Github-tvOSTests/Info.plist"; 1609 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 1610 | LIBRARY_SEARCH_PATHS = ( 1611 | "$(inherited)", 1612 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1613 | "\"$(SRCROOT)/$(TARGET_NAME)\"", 1614 | ); 1615 | OTHER_LDFLAGS = ( 1616 | "-ObjC", 1617 | "-lc++", 1618 | ); 1619 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Github-tvOSTests"; 1620 | PRODUCT_NAME = "$(TARGET_NAME)"; 1621 | SDKROOT = appletvos; 1622 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Github-tvOS.app/Github-tvOS"; 1623 | TVOS_DEPLOYMENT_TARGET = 10.1; 1624 | }; 1625 | name = Release; 1626 | }; 1627 | 83CBBA201A601CBA00E9B192 /* Debug */ = { 1628 | isa = XCBuildConfiguration; 1629 | buildSettings = { 1630 | ALWAYS_SEARCH_USER_PATHS = NO; 1631 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 1632 | CLANG_CXX_LIBRARY = "libc++"; 1633 | CLANG_ENABLE_MODULES = YES; 1634 | CLANG_ENABLE_OBJC_ARC = YES; 1635 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 1636 | CLANG_WARN_BOOL_CONVERSION = YES; 1637 | CLANG_WARN_COMMA = YES; 1638 | CLANG_WARN_CONSTANT_CONVERSION = YES; 1639 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 1640 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 1641 | CLANG_WARN_EMPTY_BODY = YES; 1642 | CLANG_WARN_ENUM_CONVERSION = YES; 1643 | CLANG_WARN_INFINITE_RECURSION = YES; 1644 | CLANG_WARN_INT_CONVERSION = YES; 1645 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 1646 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 1647 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 1648 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 1649 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 1650 | CLANG_WARN_STRICT_PROTOTYPES = YES; 1651 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1652 | CLANG_WARN_UNREACHABLE_CODE = YES; 1653 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 1654 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1655 | COPY_PHASE_STRIP = NO; 1656 | ENABLE_STRICT_OBJC_MSGSEND = YES; 1657 | ENABLE_TESTABILITY = YES; 1658 | GCC_C_LANGUAGE_STANDARD = gnu99; 1659 | GCC_DYNAMIC_NO_PIC = NO; 1660 | GCC_NO_COMMON_BLOCKS = YES; 1661 | GCC_OPTIMIZATION_LEVEL = 0; 1662 | GCC_PREPROCESSOR_DEFINITIONS = ( 1663 | "DEBUG=1", 1664 | "$(inherited)", 1665 | ); 1666 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; 1667 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 1668 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 1669 | GCC_WARN_UNDECLARED_SELECTOR = YES; 1670 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 1671 | GCC_WARN_UNUSED_FUNCTION = YES; 1672 | GCC_WARN_UNUSED_VARIABLE = YES; 1673 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; 1674 | MTL_ENABLE_DEBUG_INFO = YES; 1675 | ONLY_ACTIVE_ARCH = YES; 1676 | SDKROOT = iphoneos; 1677 | }; 1678 | name = Debug; 1679 | }; 1680 | 83CBBA211A601CBA00E9B192 /* Release */ = { 1681 | isa = XCBuildConfiguration; 1682 | buildSettings = { 1683 | ALWAYS_SEARCH_USER_PATHS = NO; 1684 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 1685 | CLANG_CXX_LIBRARY = "libc++"; 1686 | CLANG_ENABLE_MODULES = YES; 1687 | CLANG_ENABLE_OBJC_ARC = YES; 1688 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 1689 | CLANG_WARN_BOOL_CONVERSION = YES; 1690 | CLANG_WARN_COMMA = YES; 1691 | CLANG_WARN_CONSTANT_CONVERSION = YES; 1692 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 1693 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 1694 | CLANG_WARN_EMPTY_BODY = YES; 1695 | CLANG_WARN_ENUM_CONVERSION = YES; 1696 | CLANG_WARN_INFINITE_RECURSION = YES; 1697 | CLANG_WARN_INT_CONVERSION = YES; 1698 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 1699 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 1700 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 1701 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 1702 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 1703 | CLANG_WARN_STRICT_PROTOTYPES = YES; 1704 | CLANG_WARN_SUSPICIOUS_MOVE = YES; 1705 | CLANG_WARN_UNREACHABLE_CODE = YES; 1706 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 1707 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1708 | COPY_PHASE_STRIP = YES; 1709 | ENABLE_NS_ASSERTIONS = NO; 1710 | ENABLE_STRICT_OBJC_MSGSEND = YES; 1711 | GCC_C_LANGUAGE_STANDARD = gnu99; 1712 | GCC_NO_COMMON_BLOCKS = YES; 1713 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 1714 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 1715 | GCC_WARN_UNDECLARED_SELECTOR = YES; 1716 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 1717 | GCC_WARN_UNUSED_FUNCTION = YES; 1718 | GCC_WARN_UNUSED_VARIABLE = YES; 1719 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; 1720 | MTL_ENABLE_DEBUG_INFO = NO; 1721 | SDKROOT = iphoneos; 1722 | VALIDATE_PRODUCT = YES; 1723 | }; 1724 | name = Release; 1725 | }; 1726 | /* End XCBuildConfiguration section */ 1727 | 1728 | /* Begin XCConfigurationList section */ 1729 | 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "GithubTests" */ = { 1730 | isa = XCConfigurationList; 1731 | buildConfigurations = ( 1732 | 00E356F61AD99517003FC87E /* Debug */, 1733 | 00E356F71AD99517003FC87E /* Release */, 1734 | ); 1735 | defaultConfigurationIsVisible = 0; 1736 | defaultConfigurationName = Release; 1737 | }; 1738 | 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Github" */ = { 1739 | isa = XCConfigurationList; 1740 | buildConfigurations = ( 1741 | 13B07F941A680F5B00A75B9A /* Debug */, 1742 | 13B07F951A680F5B00A75B9A /* Release */, 1743 | ); 1744 | defaultConfigurationIsVisible = 0; 1745 | defaultConfigurationName = Release; 1746 | }; 1747 | 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Github-tvOS" */ = { 1748 | isa = XCConfigurationList; 1749 | buildConfigurations = ( 1750 | 2D02E4971E0B4A5E006451C7 /* Debug */, 1751 | 2D02E4981E0B4A5E006451C7 /* Release */, 1752 | ); 1753 | defaultConfigurationIsVisible = 0; 1754 | defaultConfigurationName = Release; 1755 | }; 1756 | 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Github-tvOSTests" */ = { 1757 | isa = XCConfigurationList; 1758 | buildConfigurations = ( 1759 | 2D02E4991E0B4A5E006451C7 /* Debug */, 1760 | 2D02E49A1E0B4A5E006451C7 /* Release */, 1761 | ); 1762 | defaultConfigurationIsVisible = 0; 1763 | defaultConfigurationName = Release; 1764 | }; 1765 | 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Github" */ = { 1766 | isa = XCConfigurationList; 1767 | buildConfigurations = ( 1768 | 83CBBA201A601CBA00E9B192 /* Debug */, 1769 | 83CBBA211A601CBA00E9B192 /* Release */, 1770 | ); 1771 | defaultConfigurationIsVisible = 0; 1772 | defaultConfigurationName = Release; 1773 | }; 1774 | /* End XCConfigurationList section */ 1775 | }; 1776 | rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; 1777 | } 1778 | -------------------------------------------------------------------------------- /ios/Github.xcodeproj/xcshareddata/xcschemes/Github-tvOS.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 29 | 35 | 36 | 37 | 43 | 49 | 50 | 51 | 52 | 53 | 58 | 59 | 61 | 67 | 68 | 69 | 70 | 71 | 77 | 78 | 79 | 80 | 81 | 82 | 92 | 94 | 100 | 101 | 102 | 103 | 104 | 105 | 111 | 113 | 119 | 120 | 121 | 122 | 124 | 125 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /ios/Github.xcodeproj/xcshareddata/xcschemes/Github.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 29 | 35 | 36 | 37 | 43 | 49 | 50 | 51 | 52 | 53 | 58 | 59 | 61 | 67 | 68 | 69 | 70 | 71 | 77 | 78 | 79 | 80 | 81 | 82 | 92 | 94 | 100 | 101 | 102 | 103 | 104 | 105 | 111 | 113 | 119 | 120 | 121 | 122 | 124 | 125 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /ios/Github/AppDelegate.h: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Facebook, Inc. and its affiliates. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | */ 7 | 8 | #import 9 | #import 10 | 11 | @interface AppDelegate : UIResponder 12 | 13 | @property (nonatomic, strong) UIWindow *window; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /ios/Github/AppDelegate.m: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Facebook, Inc. and its affiliates. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | */ 7 | 8 | #import "AppDelegate.h" 9 | 10 | #import 11 | #import 12 | #import 13 | 14 | @implementation AppDelegate 15 | 16 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 17 | { 18 | RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; 19 | RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge 20 | moduleName:@"Github" 21 | initialProperties:nil]; 22 | 23 | rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; 24 | 25 | self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; 26 | UIViewController *rootViewController = [UIViewController new]; 27 | rootViewController.view = rootView; 28 | self.window.rootViewController = rootViewController; 29 | [self.window makeKeyAndVisible]; 30 | return YES; 31 | } 32 | 33 | - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge 34 | { 35 | #if DEBUG 36 | return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; 37 | #else 38 | return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; 39 | #endif 40 | } 41 | 42 | @end 43 | -------------------------------------------------------------------------------- /ios/Github/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 21 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /ios/Github/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "20x20", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "20x20", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "29x29", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "29x29", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "40x40", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "40x40", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "idiom" : "iphone", 35 | "size" : "60x60", 36 | "scale" : "2x" 37 | }, 38 | { 39 | "idiom" : "iphone", 40 | "size" : "60x60", 41 | "scale" : "3x" 42 | }, 43 | { 44 | "idiom" : "ios-marketing", 45 | "size" : "1024x1024", 46 | "scale" : "1x" 47 | } 48 | ], 49 | "info" : { 50 | "version" : 1, 51 | "author" : "xcode" 52 | } 53 | } -------------------------------------------------------------------------------- /ios/Github/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ios/Github/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleDisplayName 8 | Github 9 | CFBundleExecutable 10 | $(EXECUTABLE_NAME) 11 | CFBundleIdentifier 12 | $(PRODUCT_BUNDLE_IDENTIFIER) 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | $(PRODUCT_NAME) 17 | CFBundlePackageType 18 | APPL 19 | CFBundleShortVersionString 20 | 0.0.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1 25 | LSRequiresIPhoneOS 26 | 27 | NSAppTransportSecurity 28 | 29 | NSAllowsArbitraryLoads 30 | 31 | NSExceptionDomains 32 | 33 | localhost 34 | 35 | NSExceptionAllowsInsecureHTTPLoads 36 | 37 | 38 | 39 | 40 | NSLocationWhenInUseUsageDescription 41 | 42 | UILaunchStoryboardName 43 | LaunchScreen 44 | UIRequiredDeviceCapabilities 45 | 46 | armv7 47 | 48 | UISupportedInterfaceOrientations 49 | 50 | UIInterfaceOrientationPortrait 51 | UIInterfaceOrientationLandscapeLeft 52 | UIInterfaceOrientationLandscapeRight 53 | 54 | UIViewControllerBasedStatusBarAppearance 55 | 56 | UIAppFonts 57 | 58 | AntDesign.ttf 59 | Entypo.ttf 60 | EvilIcons.ttf 61 | Feather.ttf 62 | FontAwesome.ttf 63 | FontAwesome5_Brands.ttf 64 | FontAwesome5_Regular.ttf 65 | FontAwesome5_Solid.ttf 66 | Foundation.ttf 67 | Ionicons.ttf 68 | MaterialCommunityIcons.ttf 69 | MaterialIcons.ttf 70 | Octicons.ttf 71 | Roboto_medium.ttf 72 | Roboto.ttf 73 | rubicon-icon-font.ttf 74 | SimpleLineIcons.ttf 75 | Zocial.ttf 76 | 77 | 78 | 79 | -------------------------------------------------------------------------------- /ios/Github/main.m: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Facebook, Inc. and its affiliates. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | */ 7 | 8 | #import 9 | 10 | #import "AppDelegate.h" 11 | 12 | int main(int argc, char * argv[]) { 13 | @autoreleasepool { 14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /ios/GithubTests/GithubTests.m: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) Facebook, Inc. and its affiliates. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | */ 7 | 8 | #import 9 | #import 10 | 11 | #import 12 | #import 13 | 14 | #define TIMEOUT_SECONDS 600 15 | #define TEXT_TO_LOOK_FOR @"Welcome to React Native!" 16 | 17 | @interface GithubTests : XCTestCase 18 | 19 | @end 20 | 21 | @implementation GithubTests 22 | 23 | - (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test 24 | { 25 | if (test(view)) { 26 | return YES; 27 | } 28 | for (UIView *subview in [view subviews]) { 29 | if ([self findSubviewInView:subview matching:test]) { 30 | return YES; 31 | } 32 | } 33 | return NO; 34 | } 35 | 36 | - (void)testRendersWelcomeScreen 37 | { 38 | UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; 39 | NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; 40 | BOOL foundElement = NO; 41 | 42 | __block NSString *redboxError = nil; 43 | RCTSetLogFunction(^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { 44 | if (level >= RCTLogLevelError) { 45 | redboxError = message; 46 | } 47 | }); 48 | 49 | while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { 50 | [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; 51 | [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; 52 | 53 | foundElement = [self findSubviewInView:vc.view matching:^BOOL(UIView *view) { 54 | if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { 55 | return YES; 56 | } 57 | return NO; 58 | }]; 59 | } 60 | 61 | RCTSetLogFunction(RCTDefaultLogFunction); 62 | 63 | XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); 64 | XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); 65 | } 66 | 67 | 68 | @end 69 | -------------------------------------------------------------------------------- /ios/GithubTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 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 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /metro.config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Metro configuration for React Native 3 | * https://github.com/facebook/react-native 4 | * 5 | * @format 6 | */ 7 | 8 | module.exports = { 9 | transformer: { 10 | getTransformOptions: async () => ({ 11 | transform: { 12 | experimentalImportSupport: false, 13 | inlineRequires: false, 14 | }, 15 | }), 16 | }, 17 | }; 18 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Github", 3 | "version": "0.0.1", 4 | "private": true, 5 | "scripts": { 6 | "start": "node node_modules/react-native/local-cli/cli.js start", 7 | "test": "jest" 8 | }, 9 | "dependencies": { 10 | "apollo-boost": "^0.3.1", 11 | "apollo-cache-inmemory": "^1.5.1", 12 | "apollo-client": "^2.5.1", 13 | "apollo-link-context": "^1.0.17", 14 | "apollo-link-http": "^1.5.14", 15 | "core-decorators": "^0.20.0", 16 | "graphql": "^14.1.1", 17 | "graphql-tag": "^2.10.1", 18 | "native-base": "^2.12.1", 19 | "react": "16.8.3", 20 | "react-apollo": "^2.5.2", 21 | "react-native": "0.59.1", 22 | "react-native-animatable": "^1.3.2", 23 | "react-native-image-header-scroll-view": "^0.10.1", 24 | "react-native-router-flux": "^4.0.6", 25 | "react-native-vector-icons": "^6.4.1" 26 | }, 27 | "devDependencies": { 28 | "@babel/core": "^7.3.4", 29 | "@babel/runtime": "^7.3.4", 30 | "babel-jest": "^24.5.0", 31 | "jest": "^24.5.0", 32 | "metro-react-native-babel-preset": "^0.53.1", 33 | "react-test-renderer": "16.8.3" 34 | }, 35 | "jest": { 36 | "preset": "react-native" 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /src/containers/Search/index.js: -------------------------------------------------------------------------------- 1 | // @Flow 2 | 3 | import React, { Component } from 'react'; 4 | import { StyleSheet, Dimensions } from 'react-native'; 5 | import { 6 | Container, 7 | Content, 8 | List, 9 | ListItem, 10 | Thumbnail, 11 | Text, 12 | Left, 13 | Body, 14 | Right, 15 | Button, 16 | Spinner, 17 | Input, 18 | Item, 19 | Form, 20 | } from 'native-base'; 21 | import gql from 'graphql-tag'; 22 | import { Query } from 'react-apollo'; 23 | import HeaderImageScrollView, { TriggeringView } from 'react-native-image-header-scroll-view'; 24 | import * as Animatable from 'react-native-animatable'; 25 | 26 | const styles = StyleSheet.create({ 27 | container: {}, 28 | listWrapper: {}, 29 | image: { 30 | width: Dimensions.get('window').width, 31 | alignSelf: 'stretch', 32 | resizeMode: 'cover', 33 | height: 150, 34 | }, 35 | fixedHeader: { 36 | backgroundColor: '#eee', 37 | height: 85, 38 | justifyContent: 'center', 39 | alignItems: 'center', 40 | paddingTop: 30, 41 | opacity: 0, 42 | }, 43 | headerTitle: { 44 | textAlign: 'center', 45 | fontSize: 18, 46 | color: '#333', 47 | }, 48 | result: { 49 | fontSize: 18, 50 | marginVertical: 10, 51 | marginHorizontal: 20, 52 | color: '#666', 53 | }, 54 | loading: {}, 55 | avatar: { 56 | backgroundColor: '#eee', 57 | }, 58 | searchInputWrapper: { 59 | width: '90%', 60 | marginTop: 80, 61 | alignSelf: 'center', 62 | backgroundColor: '#fff', 63 | }, 64 | searchInput: { 65 | height: 40, 66 | fontSize: 15, 67 | textAlign: 'center', 68 | }, 69 | searchButton: { 70 | borderBottomRightRadius: 50, 71 | borderTopRightRadius: 50, 72 | borderTopLeftRadius: 0, 73 | borderBottomLeftRadius: 0, 74 | }, 75 | searchButtonText: { 76 | fontSize: 15, 77 | }, 78 | }); 79 | 80 | const SEARCH_REPO = gql` 81 | query Search($query: String!) { 82 | search(query: $query, type: REPOSITORY, first: 20) { 83 | edges { 84 | node { 85 | ... on Repository { 86 | id 87 | name 88 | description 89 | owner { 90 | avatarUrl 91 | } 92 | } 93 | } 94 | } 95 | } 96 | } 97 | `; 98 | 99 | export default class Search extends Component { 100 | constructor(props) { 101 | super(props); 102 | this.state = { 103 | searchQuery: '', 104 | skipSearch: true, 105 | }; 106 | this.searchTimeout = null; 107 | } 108 | 109 | handleChangeSearchInput(value, refetch) { 110 | this.setState({ skipSearch: true, searchQuery: value }); 111 | 112 | if (this.searchTimeout) { 113 | clearTimeout(this.searchTimeout); 114 | } 115 | 116 | this.searchTimeout = setTimeout(() => { 117 | this.setState({ skipSearch: false }, () => { 118 | refetch(); 119 | }); 120 | }, 500); 121 | } 122 | 123 | render() { 124 | const { searchQuery, skipSearch } = this.state; 125 | return ( 126 | 131 | {({ loading, error, data, refetch }) => ( 132 | 133 | ( 143 | { 146 | this.navTitleView = navTitleView; 147 | }} 148 | useNativeDriver 149 | > 150 | { 151 | (!loading && data && data.search) && searchQuery.length > 0 && 152 | {`Results of search "${searchQuery}"`} 153 | } 154 | 155 | )} 156 | renderForeground={() => ( 157 | { 159 | this.navTitleVieww = navTitleVieww; 160 | }} 161 | useNativeDriver 162 | > 163 |
164 | 165 | this.handleChangeSearchInput(value, refetch)} 169 | value={searchQuery} 170 | autoCorrect={false} 171 | autoCapitalize="none" 172 | /> 173 | 174 |
175 |
176 | )} 177 | > 178 | { 181 | this.navTitleVieww.fadeOutUp(200); 182 | this.navTitleView.fadeInUp(200); 183 | }} 184 | onDisplay={() => { 185 | this.navTitleVieww.fadeInDown(200); 186 | this.navTitleView.fadeOutDown(200); 187 | }} 188 | > 189 | { 190 | (!loading && data && data.search) && searchQuery.length > 0 && 191 | {`Results of search "${searchQuery}"`} 192 | } 193 | 194 | 195 | {loading && } 196 | 197 | { 198 | (!loading && data && data.search) && 199 | data.search.edges.map(({ node: repo }) => ( 200 | 201 | 202 | 203 | 204 | 205 | {repo.name} 206 | {repo.description} 207 | 208 | 209 | 212 | 213 | 214 | )) 215 | } 216 | 217 | 218 |
219 |
220 | )} 221 |
222 | ); 223 | } 224 | } 225 | -------------------------------------------------------------------------------- /src/containers/User/index.js: -------------------------------------------------------------------------------- 1 | // @Flow 2 | 3 | import React, { Component } from 'react'; 4 | import { StyleSheet, Dimensions } from 'react-native'; 5 | import { 6 | Container, 7 | Content, 8 | Text, 9 | Thumbnail, 10 | Title, 11 | Subtitle, 12 | View, 13 | } from 'native-base'; 14 | import gql from 'graphql-tag'; 15 | import { Query } from 'react-apollo'; 16 | 17 | const styles = StyleSheet.create({ 18 | container: {}, 19 | listWrapper: {}, 20 | image: { 21 | width: Dimensions.get('window').width, 22 | alignSelf: 'stretch', 23 | resizeMode: 'cover', 24 | height: 150, 25 | }, 26 | fixedHeader: { 27 | backgroundColor: '#eee', 28 | height: 85, 29 | justifyContent: 'center', 30 | alignItems: 'center', 31 | paddingTop: 30, 32 | opacity: 0, 33 | }, 34 | headerTitle: { 35 | textAlign: 'center', 36 | fontSize: 18, 37 | color: '#333', 38 | }, 39 | result: { 40 | fontSize: 18, 41 | marginVertical: 10, 42 | marginHorizontal: 20, 43 | color: '#666', 44 | }, 45 | loading: {}, 46 | avatar: { 47 | backgroundColor: '#eee', 48 | }, 49 | searchInputWrapper: { 50 | width: '90%', 51 | marginTop: 80, 52 | alignSelf: 'center', 53 | backgroundColor: '#fff', 54 | }, 55 | searchInput: { 56 | height: 40, 57 | fontSize: 15, 58 | textAlign: 'center', 59 | }, 60 | searchButton: { 61 | borderBottomRightRadius: 50, 62 | borderTopRightRadius: 50, 63 | borderTopLeftRadius: 0, 64 | borderBottomLeftRadius: 0, 65 | }, 66 | searchButtonText: { 67 | fontSize: 15, 68 | }, 69 | }); 70 | 71 | const GET_USER = gql` 72 | query User($username: String!) { 73 | user(login: $username) { 74 | avatarUrl 75 | bio 76 | company 77 | email 78 | name 79 | location 80 | login 81 | websiteUrl 82 | followers { 83 | totalCount 84 | } 85 | following { 86 | totalCount 87 | } 88 | starredRepositories { 89 | totalCount 90 | } 91 | repositories { 92 | totalCount 93 | } 94 | organizations(last: 10) { 95 | nodes { 96 | name 97 | } 98 | } 99 | } 100 | } 101 | `; 102 | 103 | export default class Search extends Component { 104 | constructor(props) { 105 | super(props); 106 | this.state = {}; 107 | } 108 | 109 | render() { 110 | return ( 111 | 115 | {({ loading, error, data, refetch }) => ( 116 | 117 | 118 | { 119 | data && data.user && 120 | 121 | 122 | {data.user.name} 123 | {data.user.login} 124 | 125 | Repositories: {data.user.repositories.totalCount} 126 | Followers: {data.user.followers.totalCount} 127 | Following: {data.user.following.totalCount} 128 | Stars: {data.user.starredRepositories.totalCount} 129 | 130 | Bio: {data.user.bio} 131 | Company: {data.user.company} 132 | Email: {data.user.email} 133 | Website: {data.user.websiteUrl} 134 | Organizations: {JSON.stringify(data.user.organizations.nodes)} 135 | 136 | } 137 | 138 | 139 | )} 140 | 141 | ); 142 | } 143 | } 144 | -------------------------------------------------------------------------------- /src/graphql.js: -------------------------------------------------------------------------------- 1 | // @Flow 2 | 3 | import { ApolloClient } from 'apollo-client'; 4 | import { createHttpLink } from 'apollo-link-http'; 5 | import { InMemoryCache } from 'apollo-cache-inmemory'; 6 | import { setContext } from 'apollo-link-context'; 7 | 8 | const httpLink = createHttpLink({ 9 | uri: 'https://api.github.com/graphql', 10 | }); 11 | 12 | const authLink = setContext((_, { headers }) => { 13 | const token = 'cd5b6134ffd968ad4c93f36d78a5eafdf57c97a0'; 14 | return { 15 | headers: { 16 | ...headers, 17 | authorization: token ? `Bearer ${token}` : '', 18 | }, 19 | }; 20 | }); 21 | 22 | export default new ApolloClient({ 23 | link: authLink.concat(httpLink), 24 | cache: new InMemoryCache(), 25 | }); 26 | -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | // @Flow 2 | 3 | import React from 'react'; 4 | import { View } from 'react-native'; 5 | import { Router, Stack, Scene, Tabs } from 'react-native-router-flux'; 6 | import Icon from 'react-native-vector-icons/Ionicons'; 7 | import { ApolloProvider } from 'react-apollo'; 8 | import client from './graphql'; 9 | import Search from './containers/Search'; 10 | import User from './containers/User'; 11 | 12 | const TabIcon = ({ focused, tabBarLabel }) => { 13 | return ( 14 | 15 | 22 | 23 | ); 24 | }; 25 | 26 | export default () => ( 27 | 28 | 29 | 30 | 42 | 49 | 56 | 63 | 71 | 72 | 73 | 74 | 75 | ) 76 | --------------------------------------------------------------------------------