Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c7db0fd
Update .gitattributes
sybarisdev Apr 13, 2020
0ad6340
Update .gitattributes
sybarisdev Apr 13, 2020
d5013c4
Update Readme.md
sybarisdev Apr 14, 2020
26f7004
Merge branch 'master' of github.com:finogeeks/mop-react-native-demo
sybarisdev Apr 22, 2020
209ba82
packagingOptions libsdkcore
monkey1992 Sep 3, 2020
40329a4
fix: so
sybarisdev Sep 3, 2020
f656401
merge
sybarisdev Sep 3, 2020
aac1763
chore: 更新项目 demo
Elric-pp Aug 31, 2021
ecbaf71
Merge pull request #8 from finogeeks/fix/sdk-init
Elric-pp Aug 31, 2021
0e92433
chore: update dependency
Elric-pp Aug 31, 2021
bfeb177
Merge pull request #10 from finogeeks/fix/sdk-init
Elric-pp Aug 31, 2021
58d2b48
Update Readme.md
wangzi0218 Sep 22, 2021
ec201cc
Update Readme.md
wangzi0218 Nov 14, 2021
29d6371
Create issue.yml
Elric-pp Feb 8, 2022
58b2116
Create pull_request.yml
Elric-pp Feb 8, 2022
c252fba
Bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Feb 8, 2022
7a8a76d
Merge pull request #11 from finogeeks/dependabot/npm_and_yarn/tmpl-1.0.5
Elric-pp Feb 8, 2022
4197018
Bump node-fetch from 2.6.1 to 2.6.7
dependabot[bot] Feb 8, 2022
e495250
Merge pull request #12 from finogeeks/dependabot/npm_and_yarn/node-fe…
Elric-pp Feb 8, 2022
a177d7e
feat: new demo init
Jimmy-Chung Apr 21, 2022
a5a1e26
Merge pull request #14 from Jimmy-Chung/feat/new-demo
Elric-pp Apr 21, 2022
c56e48a
feat: 更新文档;更新 ID
Jimmy-Chung Apr 21, 2022
5728011
Merge pull request #16 from Jimmy-Chung/feat/readme
Elric-pp Apr 21, 2022
23b4a66
Update README.md
wangzi0218 Jun 9, 2022
d6814ed
feat: lock iOS version
Jimmy-Chung Sep 22, 2022
2483ecf
feat: update rn sdk version
Jimmy-Chung Sep 22, 2022
c9e62f0
Merge pull request #19 from Jimmy-Chung/feat/update-sdk-version
Elric-pp Sep 22, 2022
a406cdb
chore(deps): bump json5 from 2.2.1 to 2.2.3
dependabot[bot] Jan 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Windows files
[*.bat]
end_of_line = crlf
15 changes: 2 additions & 13 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
; Ignore polyfills
node_modules/react-native/Libraries/polyfills/.*

; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/warning')
node_modules/warning/.*

; Flow doesn't support platforms
.*/Libraries/Utilities/LoadingView.js

Expand All @@ -27,8 +23,7 @@ node_modules/react-native/flow/
[options]
emoji=true

esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable
exact_by_default=true

module.file_ext=.js
module.file_ext=.json
Expand All @@ -44,10 +39,6 @@ suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState

suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

[lints]
sketchy-null-number=warn
sketchy-null-mixed=warn
Expand All @@ -56,10 +47,8 @@ untyped-type-import=warn
nonstrict-import=warn
deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
signature-verification-failure=warn
deprecated-utility=error

[strict]
deprecated-type
Expand All @@ -71,4 +60,4 @@ untyped-import
untyped-type-import

[version]
^0.113.0
^0.149.0
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.pbxproj -text
# Windows files should use crlf line endings
# https://help.github.com/articles/dealing-with-line-endings/
*.bat text eol=crlf
13 changes: 13 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Notify
on:
issues:
types: [opened]
issue_comment:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Notify
run: curl --location --request POST 'https://api.finogeeks.club/api/v1/finstore/webhooks/61b331d79b3dad0001f72fa2/postreceive?nonce=jhd2QyrArsc' --header "Content-Type:application/json" --data-raw '{"msg":"仓库 ${{github.repository}} 有新的 issue"}'
11 changes: 11 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Notify
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Notify
run: curl --location --request POST 'https://api.finogeeks.club/api/v1/finstore/webhooks/61b331d79b3dad0001f72fa2/postreceive?nonce=jhd2QyrArsc' --header "Content-Type:application/json" --data-raw '{"msg":"仓库 ${{github.repository}} 有新的 PR ${{ github.event.pull_request._links.html.href }}"}'
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};
Loading