Skip to content

Commit

Permalink
Merge pull request #1 from AtB-AS/jorelosorio/sync-fork
Browse files Browse the repository at this point in the history
update: Sync fork
  • Loading branch information
jorelosorio authored Sep 29, 2023
2 parents cb67624 + ea97783 commit d230be3
Show file tree
Hide file tree
Showing 181 changed files with 28,171 additions and 21,406 deletions.
3 changes: 0 additions & 3 deletions .circleci/Brewfile.ios

This file was deleted.

298 changes: 0 additions & 298 deletions .circleci/config.yml

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions .config/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": ["@react-native-community"],
"rules": {
"no-console": "error",
"quotes": "off"
}
}
8 changes: 5 additions & 3 deletions tsconfig.json → .config/tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"exclude": [
"../node_modules"
],
"compilerOptions": {
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
Expand All @@ -7,7 +10,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"moduleResolution": "Node",
"moduleResolution": "node",
"resolveJsonModule": true,
"allowJs": true,
"checkJs": true,
Expand All @@ -16,6 +19,5 @@
"jsx": "react",
"target": "ESNext",
"skipLibCheck": true
},
"include": ["src"]
}
}
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto
*.pbxproj -text
/.yarn/releases/* binary
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Expo managed workflow supported native backend
/src/RCTAsyncStorage.expo.js @brentvatne
* @krizzu @tido64
4 changes: 2 additions & 2 deletions CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ When you're sending a pull request:

## Commits and versioning

All PRs are squashed into `master` branch and wrapped up in a single commit,
All PRs are squashed into `main` branch and wrapped up in a single commit,
following
[conventional commit message](https://www.conventionalcommits.org/en/v1.0.0-beta.3).
Combined with [semantic versioning](https://semver.org/), this allows us to have
Expand All @@ -66,7 +66,7 @@ Most notably prefixes you'll see:
## Release process

We use [Semantic Release](http://semantic-release.org) to automatically release
new versions of the library when changes are merged into `master` branch, which
new versions of the library when changes are merged into `main` branch, which
we plan to keep stable. Bug fixes take priority in the release order.

## Reporting issues
Expand Down
Loading

0 comments on commit d230be3

Please sign in to comment.