-
Notifications
You must be signed in to change notification settings - Fork 0
feat: replace with OMS React Native SDK #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0fe8f31
feat: replace with OMS React Native SDK wrapper
tolgahan-arikan 34e8053
chore: update Swift SDK pod dependency
tolgahan-arikan dc2b57f
feat: expose session state
tolgahan-arikan 5b0250a
chore: show session details in example
tolgahan-arikan 68ffaf4
fix: prevent android example auto-scroll
tolgahan-arikan ab47b04
chore: organize sdk example workspace
tolgahan-arikan 345ac97
feat: add trails actions example app
tolgahan-arikan abc61d4
ci: limit workflow token permissions
tolgahan-arikan 6674cde
feat: align react native sdk with native auth APIs
tolgahan-arikan 1c6e6ce
feat: update react native example apps
tolgahan-arikan 5059049
ci: align workflows with master
tolgahan-arikan 8e29167
fix: align react native sdk parity details
tolgahan-arikan 35ca5a1
docs: add npm publishing steps
tolgahan-arikan 9669989
chore: align package prerelease version
tolgahan-arikan 326ea0f
docs: clarify npm publishing prerequisites
tolgahan-arikan b43a27e
docs: label alpha publishing steps
tolgahan-arikan 016792a
docs: add consumer app requirements
tolgahan-arikan fd9ebcb
docs: simplify redirect auth requirement
tolgahan-arikan 1fb268c
ci: update example bundler lockfiles
tolgahan-arikan 1fa7027
ci: limit native builds to master
tolgahan-arikan 574fd09
docs: clarify alpha publishing flow
tolgahan-arikan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| name: Quick Checks | ||
|
|
||
| on: | ||
| push: | ||
| branches-ignore: | ||
| - master | ||
| workflow_dispatch: | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| lint-typecheck: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||
|
|
||
| - name: Setup | ||
| uses: ./.github/actions/setup | ||
|
|
||
| - name: Lint files | ||
| run: yarn lint | ||
|
|
||
| - name: Typecheck files | ||
| run: yarn typecheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| v20.19.0 | ||
| v24.13.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,45 +1,4 @@ | ||
| nodeLinker: node-modules | ||
| nmHoistingLimits: workspaces | ||
|
|
||
| plugins: | ||
| - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
| spec: "@yarnpkg/plugin-interactive-tools" | ||
| - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
| spec: "@yarnpkg/plugin-workspace-tools" | ||
|
|
||
| yarnPath: .yarn/releases/yarn-3.6.1.cjs | ||
|
|
||
| packageExtensions: | ||
| "@commitlint/load@*": | ||
| peerDependencies: | ||
| "@types/node": "*" | ||
| "typescript": "*" | ||
| "@commitlint/cli@*": | ||
| peerDependencies: | ||
| "@types/node": "*" | ||
| "typescript": "*" | ||
| "commitlint@*": | ||
| peerDependencies: | ||
| "@types/node": "*" | ||
| "typescript": "*" | ||
| "@react-native/eslint-config@*": | ||
| peerDependencies: | ||
| "typescript": "*" | ||
| "eslint-plugin-jest@*": | ||
| peerDependencies: | ||
| "typescript": "*" | ||
| "babel-plugin-transform-flow-enums@*": | ||
| peerDependencies: | ||
| "@babel/core": "*" | ||
| "babel-preset-expo@*": | ||
| peerDependencies: | ||
| "@babel/core": "*" | ||
| "expo-linking@*": | ||
| peerDependencies: | ||
| "expo": "*" | ||
| "expo@*": | ||
| peerDependencies: | ||
| "@babel/core": "*" | ||
| "react-native@*": | ||
| peerDependencies: | ||
| "@babel/core": "*" | ||
| yarnPath: .yarn/releases/yarn-4.11.0.cjs |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.