Skip to content

Commit

Permalink
Fix include in list
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Nov 6, 2023
1 parent 60ea261 commit 3ce6db5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ to determine encryption behavior.
To encrypt App metadata:

#. Import ``MetadataMode`` from ``Realm`` and other dependencies.

.. include:: /examples/generated/react-native/v12/EncryptMetadata.snippet.imports.tsx.rst

#. Create an App configuration object that contains the ``metadata`` property.
#. Set ``metadata.mode`` to a value from the ``MetadataMode`` enum.
#. Set ``metadata.encryptionKey`` to the key you want to use for encryption.
Expand Down

0 comments on commit 3ce6db5

Please sign in to comment.