forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes clear what the JS is and differentiates it from other JS that will land in the repo. Updated references to the "js" directory, and verified the generated Podfile can be compiled. Also verified Android compiles. fbshipit-source-id: a15a3fb
- Loading branch information
Showing
117 changed files
with
118 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
expo: { | ||
name: "expo-home", | ||
description: "", | ||
slug: "home", | ||
privacy: "unlisted", | ||
|
||
// When publishing the sdkVersion needs to be set to the target sdkVersion. | ||
// The Exponent client will load it as UNVERSIONED, but the server uses this field | ||
// to know which clients to serve the bundle to. | ||
sdkVersion: "29.0.0", | ||
|
||
// Update this each time you publish so you're able to relate published | ||
// bundles to specific commits in the repo | ||
version: "29.0.0", | ||
|
||
orientation: "portrait", | ||
platforms: [ | ||
"ios", | ||
"android" | ||
], | ||
primaryColor: "#cccccc", | ||
icon: "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png", | ||
updates: { | ||
checkAutomatically: "ON_LOAD", | ||
fallbackToCacheTimeout: 0 | ||
}, | ||
ios: { | ||
supportsTablet: true, | ||
bundleIdentifier: "host.exp.exponent", | ||
publishBundlePath: "../ios/Exponent/Supporting/kernel.ios.bundle" | ||
}, | ||
android: { | ||
package: "host.exp.exponent", | ||
publishBundlePath: "../android/app/src/main/assets/kernel.android.bundle" | ||
}, | ||
scheme: "exp", | ||
extra: { | ||
amplitudeApiKey: "081e5ec53f869b440b225d5e40ec73f9" | ||
}, | ||
isKernel: true, | ||
kernel: { | ||
iosManifestPath: "../ios/Exponent/Supporting/kernel-manifest.json", | ||
androidManifestPath: "../android/app/src/main/assets/kernel-manifest.json" | ||
} | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"name": "@expo/home", | ||
"main": "node_modules/expo/AppEntry.js", | ||
"private": true, | ||
"description": "The Expo client app", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"author": "650 Industries", | ||
"license": "MIT", | ||
"jest": { | ||
"preset": "jest-expo" | ||
}, | ||
"powertools": { | ||
"group": "client" | ||
}, | ||
"dependencies": { | ||
"@expo/react-native-action-sheet": "^0.3.0", | ||
"@expo/react-native-fade-in-image": "^1.1.1", | ||
"@expo/react-native-navigator": "0.5.2", | ||
"@expo/react-native-responsive-image": "^1.2.1", | ||
"@expo/react-native-touchable-native-feedback-safe": "^1.1.1", | ||
"apollo-client": "~1.0.3", | ||
"autobind-decorator": "^1.3.2", | ||
"dedent": "^0.7.0", | ||
"es6-error": "^4.0.1", | ||
"expo": "29.0.0-rc.2", | ||
"graphql-tag": "^1.2.1", | ||
"immutable": "^3.8.1", | ||
"jwt-decode": "^2.1.0", | ||
"lodash": "^4.17.4", | ||
"prop-types": "^15.5.10", | ||
"querystring": "^0.2.0", | ||
"react": "^16.3.1", | ||
"react-apollo": "~1.0.1", | ||
"react-mixin": "^3.0.4", | ||
"react-native": "expo/react-native#sdk-29", | ||
"react-native-deprecated-custom-components": "^0.1.0", | ||
"react-native-infinite-scroll-view": "^0.4.2", | ||
"react-navigation": "2.3.1", | ||
"react-navigation-material-bottom-tabs": "^0.3.0", | ||
"react-redux": "^5.0.1", | ||
"react-timer-mixin": "^0.13.3", | ||
"redux": "^3.5.1", | ||
"redux-thunk": "^2.2.0", | ||
"sha1": "^1.1.1", | ||
"url": "^0.11.0" | ||
}, | ||
"devDependencies": { | ||
"hashids": "^1.1.1", | ||
"jest-expo": "^27.0.0", | ||
"jsc-android": "^216113.0.0", | ||
"node-fetch": "^2.0.0", | ||
"uuid": "^3.0.1" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
{ | ||
"name": "@exponent/exponent", | ||
"name": "@expo/expo", | ||
"version": "1.4.0", | ||
"exp": { | ||
"sdkVersion": "29.0.0" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"lint": "eslint js" | ||
} | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters