Skip to content

Commit

Permalink
Apply feedback from Cory
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Jan 9, 2024
1 parent 0d26337 commit 545a3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/sdk/react-native/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ to set up context and providers from ``@realm/react``. To learn more, refer to
#. Import ``RealmProvider`` from ``@realm/react``.
#. Pass your object models to the ``schema`` prop.
#. Add other :realm-react-sdk:`Configuration object <types/Realm.BaseConfiguration.html>`
properties as props to ``RealmProvider``. For example, make the realm read
only or add Atlas Device Sync.
properties as props to ``RealmProvider``.

.. include:: /examples/generated/react-native/v12/RealmWrapper.snippet.qs-realm-provider.tsx.rst

Expand Down Expand Up @@ -122,7 +121,8 @@ As part of ``useQuery()``, you can filter or sort the results using

.. include:: /examples/generated/react-native/v12/Read.snippet.qs-find-sort-filter.tsx.rst

To learn more, refer to :ref:`Query Data <react-native-query-data>`.
To learn more, refer to :ref:`CRUD - Read <react-native-query-data>` and
:ref:`Query Data <react-native-query-data>`.

Read Operations Outside of hooks
````````````````````````````````
Expand Down

0 comments on commit 545a3c2

Please sign in to comment.