Skip to content

Commit b334dc4

Browse files
committed
format
1 parent 79132b0 commit b334dc4

19 files changed

+4716
-4373
lines changed

.eslintrc

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
{
2-
"extends": "eslint-config-rallycoding",
2+
"extends": "@react-native-community/eslint-config",
33
"parser": "babel-eslint",
44
"rules": {
5+
"prettier/prettier": 0,
56
"semi": 0,
67
"global-require": 0,
78
"arrow-body-style": 0,
89
"max-len": 0,
910
"import/no-unresolved": 0,
1011
"import/imports-first": 0,
11-
"no-underscore-dangle": 0
12+
"no-underscore-dangle": 0,
13+
"quotes": 0,
14+
"react/jsx-first-prop-new-line": 0,
15+
"react/jsx-closing-bracket-location": 0,
16+
"react/jsx-curly-spacing": 0,
17+
"no-return-assign": 0,
18+
"no-else-return": 0,
19+
"no-unused-expressions": 0,
20+
"no-nested-ternary": 0,
21+
"object-shorthand": 0,
22+
"camelcase": 0,
23+
"react/sort-comp": 0,
24+
"no-lonely-if": 0,
25+
"comma-dangle": 0,
26+
"jsx-quotes": 0,
27+
"react-native/no-inline-styles": 0
1228
}
1329
}

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ PODS:
235235
- React-jsinspector (0.62.2)
236236
- react-native-safe-area-context (1.0.0):
237237
- React
238+
- react-native-webview (9.4.0):
239+
- React
238240
- React-RCTActionSheet (0.62.2):
239241
- React-Core/RCTActionSheetHeaders (= 0.62.2)
240242
- React-RCTAnimation (0.62.2):
@@ -345,6 +347,7 @@ DEPENDENCIES:
345347
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
346348
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
347349
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
350+
- react-native-webview (from `../node_modules/react-native-webview`)
348351
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
349352
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
350353
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -409,6 +412,8 @@ EXTERNAL SOURCES:
409412
:path: "../node_modules/react-native/ReactCommon/jsinspector"
410413
react-native-safe-area-context:
411414
:path: "../node_modules/react-native-safe-area-context"
415+
react-native-webview:
416+
:path: "../node_modules/react-native-webview"
412417
React-RCTActionSheet:
413418
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
414419
React-RCTAnimation:
@@ -469,6 +474,7 @@ SPEC CHECKSUMS:
469474
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
470475
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
471476
react-native-safe-area-context: a346c75f2288147527365ce27b59ca6d38c27805
477+
react-native-webview: cf5527893252b3b036eea024a1da6996f7344c74
472478
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
473479
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
474480
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71

ios/Pods/Manifest.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 4408 additions & 4203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests-acknowledgements.markdown

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests-acknowledgements.plist

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests/Pods-DLReactNativeArchitecture-DLReactNativeArchitectureTests.debug.xcconfig

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)