Skip to content

Commit

Permalink
Fix a couple litnealIncludes I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Jul 5, 2024
1 parent 3836cc6 commit ab34b16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/sdk/react-native/manage-users/manage-user-api-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ client accessed with an authenticated user's :js-sdk:`User.apiKeys
If you are using ``@realm/react``, you can access a user's ``ApiKeyAuth`` client
with the ``useUser()`` hook in a component wrapped by ``UserProvider``.

.. literalinclude:: /examples/generated/react-native/v12/Step1.snippet.user-api-key-imports.tsx.rst
:language: typescript
.. include:: /examples/generated/react-native/v12/Step1.snippet.user-api-key-imports.tsx.rst

.. literalinclude:: /examples/generated/react-native/v12/Step1.snippet.user-api-key.tsx.rst
:language: typescript
.. include:: /examples/generated/react-native/v12/Step1.snippet.user-api-key.tsx.rst

.. _react-native-create-a-user-api-key:

Expand Down

0 comments on commit ab34b16

Please sign in to comment.