Skip to content

Commit ab41e07

Browse files
authored
Merge pull request #272 from doo/qa
v5.1.0
2 parents 99a9598 + c87bf0a commit ab41e07

File tree

241 files changed

+14201
-52079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+14201
-52079
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BUNDLE_PATH: "vendor/bundle"
2+
BUNDLE_FORCE_RUBY_PLATFORM: 1

.eslintrc.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
module.exports = {
2+
root: true,
3+
extends: '@react-native',
4+
rules: {
5+
'prettier/prettier': [
6+
'error',
7+
{
8+
arrowParens: 'avoid',
9+
bracketSameLine: true,
10+
bracketSpacing: false,
11+
singleQuote: true,
12+
trailingComma: 'all',
13+
printWidth: 100,
14+
},
15+
],
16+
},
17+
};

latest/.gitignore renamed to .gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DerivedData
2020
*.hmap
2121
*.ipa
2222
*.xcuserstate
23-
ios/.xcode.env.local
23+
**/.xcode.env.local
2424

2525
# Android/IntelliJ
2626
#
@@ -39,7 +39,6 @@ local.properties
3939
node_modules/
4040
npm-debug.log
4141
yarn-error.log
42-
*.tgz
4342

4443
# fastlane
4544
#
@@ -57,11 +56,20 @@ yarn-error.log
5756
*.jsbundle
5857

5958
# Ruby / CocoaPods
60-
/ios/Pods/
59+
**/Pods/
6160
/vendor/bundle/
6261

6362
# Temporary files created by Metro to check the health of the file watcher
6463
.metro-health-check*
6564

6665
# testing
6766
/coverage
67+
68+
# Yarn
69+
!.yarn/patches
70+
!.yarn/plugins
71+
!.yarn/releases
72+
!.yarn/sdks
73+
!.yarn/versions
74+
.yarn/cache
75+
.yarn/*

latest/.prettierrc.js renamed to .prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module.exports = {
44
bracketSpacing: false,
55
singleQuote: true,
66
trailingComma: 'all',
7+
printWidth: 100,
78
};
File renamed without changes.

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.6.4.cjs

0.64.4/.buckconfig

Lines changed: 0 additions & 6 deletions
This file was deleted.

0.64.4/.eslintrc.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0.64.4/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)