Skip to content

Commit d182b02

Browse files
committed
Merged in release/17.1.0 (pull request #92)
Release/17.1.0
2 parents f395e2e + cc9ccc2 commit d182b02

187 files changed

Lines changed: 21583 additions & 44494 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
indent_style = space
10+
indent_size = 2
11+
12+
end_of_line = lf
13+
charset = utf-8
14+
trim_trailing_whitespace = true
15+
insert_final_newline = true

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pbxproj -text
2+
# specific for windows script files
3+
*.bat text eol=crlf

.gitignore

Lines changed: 59 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
#
33
.DS_Store
44

5-
# node.js
6-
#
7-
node_modules/
8-
npm-debug.log
9-
yarn-error.log
5+
# XDE
6+
.expo/
7+
8+
# VSCode
9+
.vscode/
10+
jsconfig.json
1011

1112
# Xcode
1213
#
@@ -26,35 +27,61 @@ DerivedData
2627
*.hmap
2728
*.ipa
2829
*.xcuserstate
29-
ios/.xcode.env.local
3030
project.xcworkspace
3131

32-
# Android/IntelliJ
32+
# Android/IJ
3333
#
34-
.idea
34+
.classpath
35+
.cxx
3536
.gradle
37+
.idea
38+
.project
39+
.settings
3640
local.properties
37-
*.iml
38-
*.hprof
39-
.cxx/
40-
*.keystore
41-
!debug.keystore
42-
43-
# Fastlane
44-
**/fastlane/report.xml
45-
**/fastlane/Preview.html
46-
**/fastlane/screenshots
47-
**/fastlane/test_output
48-
49-
# Bundle artifact
50-
*.jsbundle
51-
52-
# Ruby / CocoaPods
53-
/ios/Pods/
54-
/vendor/bundle/
55-
56-
# Temporary files created by Metro to check the health of the file watcher
57-
.metro-health-check*
58-
59-
**/google-services.json
60-
**/GoogleService-Info.plist
41+
android.iml
42+
43+
# Cocoapods
44+
#
45+
example/ios/Pods
46+
47+
# Ruby
48+
example/vendor/
49+
50+
# node.js
51+
#
52+
node_modules/
53+
npm-debug.log
54+
yarn-debug.log
55+
yarn-error.log
56+
57+
# BUCK
58+
buck-out/
59+
\.buckd/
60+
android/app/libs
61+
android/keystores/debug.keystore
62+
63+
# Yarn
64+
.yarn/*
65+
!.yarn/patches
66+
!.yarn/plugins
67+
!.yarn/releases
68+
!.yarn/sdks
69+
!.yarn/versions
70+
71+
# Expo
72+
.expo/
73+
74+
# Turborepo
75+
.turbo/
76+
77+
# generated by bob
78+
lib/
79+
80+
# React Native Codegen
81+
ios/generated
82+
android/generated
83+
84+
google-services.json
85+
GoogleService-Info.plist
86+
87+
main.jsbundle

.gitmodules

Whitespace-only changes.

.npmignore

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

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

.watchmanconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

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

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

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

.yarn/releases/yarn-3.6.1.cjs

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

0 commit comments

Comments
 (0)