Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/config-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 75
sidebar_class_name: sponsor-heart
---

# Configuration Doctor (beta)
# Configuration Doctor

A command-line tool designed to help with Android signing configuration issues and quickly resolve the infamous `DEVELOPER_ERROR`, or potentially [other errors](#when-to-use) too.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Why paid? According to the [State of React Native Survey](https://results.2024.s
- iOS & macOS: Powered by the [Google Sign-In SDK](https://developers.google.com/identity/sign-in/ios/start)

- **Licensed:** see [pricing](https://universal-sign-in.com/#pricing) and [license](https://universal-sign-in.com/license).
- **Trusted**: A total of over 400k npm package downloads.
- **Trusted**: A total of over 600k npm package downloads.
- **Faster Sign-Ups**: Reduce sign-up and sign-in times on Android by up to 50%, according to [Google](https://developer.android.com/identity/sign-in/legacy-gsi-migration#authentication).
- **See the UI**: [screenshots](screenshots) of the features.
- **Widely compatible & stable:** Both old and [new architecture](https://reactnative.dev/architecture/landing-page) of React Native are supported. See version [compatibility table](#requirements) below.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"prettier:check": "prettier --list-different 'docs/**/*.{md,mdx}'"
},
"dependencies": {
"@docusaurus/core": "^3.9.1",
"@docusaurus/plugin-ideal-image": "^3.9.1",
"@docusaurus/preset-classic": "^3.9.1",
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-ideal-image": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "^3.6.1",
Expand All @@ -28,10 +28,10 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@docusaurus/faster": "^3.9.1",
"@docusaurus/module-type-aliases": "^3.9.1",
"@docusaurus/tsconfig": "^3.9.1",
"@docusaurus/types": "^3.9.1",
"@docusaurus/faster": "^3.9.2",
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@types/react": "^19.2.2",
"docusaurus-plugin-typedoc": "^1.4.2",
"prettier": "^3.6.2",
Expand Down
Loading