| /expo/scripts/ |
| H A D | download-dependencies.sh | 12 require git-lfs 19 git submodule update --init 20 git submodule foreach --recursive git checkout . 23 git lfs pull
|
| /expo/.github/actions/expo-git-decrypt/ |
| H A D | action.yml | 2 description: 'Composite action to perform git secrets decryption.' 6 description: 'An encrypted git key.' 14 - name: Install git-crypt on Linux 17 run: sudo apt-get install git-crypt 18 - name: Install git-crypt on macOS 21 run: brew install git-crypt 28 echo 'git-crypt key not present in environment' 30 git crypt unlock <(echo $GIT_CRYPT_KEY_BASE64 | base64 --decode)
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | hermes-utils.rb | 33 def compute_hermes_source(build_from_source, hermestag_file, git, version, build_type, react_native… argument 40 build_from_tagfile(source, git, hermestag_file) 42 build_hermes_from_source(source, git) 49 build_hermes_from_source(source, git) 61 def build_from_tagfile(source, git, hermestag_file) argument 64 source[:git] = git 128 def build_hermes_from_source(source, git) argument 130 source[:git] = git 131 source[:commit] = `git ls-remote https://github.com/facebook/hermes main | cut -f 1`.strip
|
| /expo/apps/eas-expo-go/scripts/ |
| H A D | eas-build-pre-install.sh | 17 sudo apt-get -y install git-crypt 19 HOMEBREW_NO_AUTO_UPDATE=1 brew install git-crypt 21 git-crypt unlock $GIT_CRYPT_KEY 27 url = https://github.com/expo/react-native.git 32 git submodule update --init
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI47_0_0hermes-engine.podspec | 17 # We need to check the current git branch/remote to verify if 19 currentbranch, err = Open3.capture3("git rev-parse --abbrev-ref HEAD") 20 currentremote, err = Open3.capture3("git config --get remote.origin.url") 23 git = "https://github.com/facebook/hermes.git" 30 source[:git] = git 31 source[:commit] = `git ls-remote https://github.com/facebook/hermes main | cut -f 1`.strip 32 elsif currentremote.strip.end_with?("facebook/react-native.git") and currentbranch.strip.end_with?(… 36 source[:git] = git 71 if source[:git] then
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | process-podspecs.sh | 22 git init 23 git add . 24 git commit -m "init" 25 git remote add origin "https://example.com/$SPEC_REPO.git"
|
| H A D | update-ruby.sh | 62 IS_GIT_REPO=$(git rev-parse --is-inside-work-tree 2> /dev/null || true) 65 git add \
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | process-podspecs.sh | 22 git init 23 git add . 24 git commit -m "init" 25 git remote add origin "https://example.com/$SPEC_REPO.git"
|
| /expo/secrets/ |
| H A D | .gitattributes | 1 * filter=git-crypt diff=git-crypt
|
| /expo/scripts/git-hooks/ |
| H A D | post-checkout | 2 command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but '… 3 git lfs post-checkout "$@"
|
| H A D | post-merge | 2 command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but '… 3 git lfs post-merge "$@"
|
| /expo/packages/expo-dev-menu/scripts/ |
| H A D | reset-dev-menu-packager-host.sh | 3 git update-index --no-skip-worktree $HOST_FILE 4 git checkout HEAD -- $HOST_FILE
|
| /expo/bin/ |
| H A D | unlock | 4 KEYFILE=$HOME/.expo-internal/expo-git-crypt-key 11 git-crypt unlock "$KEYFILE"
|
| /expo/docs/pages/build-reference/ |
| H A D | git-submodules.mdx | 3 description: Learn how to configure EAS Build to use git submodules. 33 # git remote set-url origin git@github.com:example/repo.git 40 # add your git provider to the list of known hosts 43 git submodule update --init
|
| /expo/ |
| H A D | .gitmodules | 3 url = git@github.com:expo/react-native.git
|
| H A D | .envrc | 30 for path in scripts/git-hooks/*; do 32 ln -sf "../../scripts/git-hooks/$filename" ".git/hooks/$filename"
|
| /expo/packages/expo-auth-session/src/__tests__/ |
| H A D | QueryParams-test.ts | 5 expect(results.params).toStrictEqual({ foo: 'bar', git: 'hub' }); 17 const results = QueryParams.buildQueryString({ foo: 'bar', git: 'hub , ' });
|
| /expo/docs/scripts/ |
| H A D | versionpatch.sh | 25 for f in $(git ls-files -o --exclude-standard); do 33 git diff -- ../$src_version | patch -p5
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ |
| H A D | ABI47_0_0React.podspec | 11 source = { :git => 'https://github.com/facebook/ABI47_0_0react-native.git' } 14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ |
| H A D | ABI49_0_0React.podspec | 11 source = { :git => 'https://github.com/facebook/ABI49_0_0react-native.git' } 14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ |
| H A D | ABI48_0_0React.podspec | 11 source = { :git => 'https://github.com/facebook/ABI48_0_0react-native.git' } 14 source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
| /expo/packages/expo-sensors/ios/ |
| H A D | ExpoSensors.podspec | 15 s.source = { git: 'https://github.com/expo/expo.git' }
|
| /expo/packages/expo/ |
| H A D | Expo.podspec | 14 s.source = { git: 'https://github.com/expo/expo.git' }
|
| /expo/packages/expo-video/ios/ |
| H A D | ExpoVideo.podspec | 15 s.source = { git: 'https://github.com/expo/expo.git' }
|
| /expo/packages/expo-in-app-purchases/ios/ |
| H A D | EXInAppPurchases.podspec | 14 s.source = { git: 'https://github.com/expo/expo.git' }
|