Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

mongodb-university/realm-tutorial-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d321952 · Nov 30, 2022

History

47 Commits
Sep 30, 2020
Oct 19, 2021
May 25, 2022
Nov 30, 2021
May 25, 2022
Aug 25, 2021
Sep 30, 2020
Sep 30, 2020
Sep 30, 2020
Nov 30, 2022
Sep 30, 2020
Sep 30, 2020
Sep 30, 2020
Sep 30, 2020
Aug 9, 2022
Aug 9, 2022
May 25, 2022
May 25, 2022
Sep 30, 2020

Repository files navigation

⚠️ Archived

Please see https://www.mongodb.com/docs/atlas/app-services/tutorial/react-native/ for the new tutorial!

Original README below:

Troubleshooting

The most common issue is schema mismatch due to frequent little tweaks to the schema as you develop your app.

  • Be sure to check the logs in Realm UI for more information as well as the console in your app.
  • Delete the app from the simulator to purge local data.
  • Restart Sync in the Realm UI by clicking "Delete Synced Data" on the Sync page.
  • Be sure to deploy your changes in the Realm UI.
  • If your schema does not match the server, compare the class definitions from the SDKs tab in the Realm UI with those in the client code.
  • When creating objects, make sure the partition value of your new object matches the partition value you opened the Realm with.

Issues & Pull Requests

If you find an issue or have a suggestion, please let us know using the feedback widget on the docs site.

This repo is automatically derived from our main docs repo. If you'd like to submit a pull request -- thanks! -- please feel free to do so at https://github.com/mongodb/docs-realm/ (see the tutorial/ subdirectory).