xxxxxxxxxx
first create your expo app using npx create-expo-app MyExpoApp
then cd MyExpoApp
Then type the following commands.
expo install expo-dev-client
expo install realm
expo install @realm/react
Important: start your app with the follow two commands and NOT npm start unless you change the scripts in your package.json file.
expo run:ios
#or
expo run:android
This is all you need to dothe rest is noise. You can now begin setting up your Realm code(E.g. your schemas/database stuff)