Skip to content

Commit bec19a1

Browse files
committed
docs: fix layout issues
- Fix broken table formatting in 'What is RNQC?' introduction page.
1 parent 1ad1dcf commit bec19a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/content/docs/introduction/what-is-rnqc.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@ Unlike the legacy Bridge, which relies on asynchronous JSON message passing (slo
6565
| **Web3 / Blockchain** | <Check className="text-green-500" /> | Essential for wallet generation, signing transactions, and hashing (Keccak/SHA) securely and quickly. |
6666
| **Auth (JWT/Jose)** | <Check className="text-green-500" /> | Drastically speeds up token verification and signing compared to JS-only implementations. |
6767
| **End-to-End Encryption** | <Check className="text-green-500" /> | Using standard algorithms (AES-GCM, RSA) on the native thread prevents UI jank. |
68-
| **Simple Random Strings** | <HelpCircle className="text-yellow-500" /> | If you only need random numbers, consider [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values) for a lighter
69-
70-
alternative. Use RNQC if you need other crypto operations too. |
68+
| **Simple Random Strings** | <HelpCircle className="text-yellow-500" /> | If you only need random numbers, consider [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values) for a lighter alternative. Use RNQC if you need other crypto operations too. |
7169
| **UI-Only Apps** | <X className="text-red-500" /> | If your app has zero security or hashing requirements, you probably don't need this. |

0 commit comments

Comments
 (0)