Skip to content

Commit

Permalink
Update UUID page with new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Nov 28, 2023
1 parent 5ed81ac commit e0dcfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/sdk/react-native/model-data/data-types/uuid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ objects. ``UUID`` is :ref:`indexable <react-native-indexes>`, and you can use it
.. tab::
:tabid: typescript

.. literalinclude:: /examples/generated/react-native/ts/Profile.snippet.ts-profile-schema.ts
.. literalinclude:: /examples/generated/react-native/ts/UuidProfile.snippet.uuid-profile-schema.ts
:language: typescript

.. tab::
:tabid: javascript

.. literalinclude:: /examples/generated/react-native/js/Profile.snippet.js-profile-schema.js
.. literalinclude:: /examples/generated/react-native/js/UuidProfile.snippet.uuid-profile-schema.js
:language: javascript

Usage
Expand Down

0 comments on commit e0dcfe7

Please sign in to comment.