Uploaded image for project: 'Realm JavaScript SDK'
  1. Realm JavaScript SDK
  2. RJS-2505

Flipper causing expo to be stuck at 100% and give a black screen

      How frequently does the bug occur?

      Always

      Description

      Flipper causing expo to be stuck at 100% and give a black screen, this only happens when flipper is open when connecting the metro bundler, this wont happen if you first open app and then flipper
      I reproduced this as well: https://github.com/Acetyld/realm-test-expo

      Stacktrace & log output

      No response

      Can you reproduce the bug?

      Always

      Reproduction Steps

      npx create-expo-app test
      cd test
      npm install -D expo-dev-client
      npm install realm@12.0.0-rc.3 or latest (11...)
      npx expo install expo-build-properties
      add to app.json

       {
      "plugins": [
            [
              "expo-build-properties",
              {
                "ios": {
                  "flipper": true
                }
              }
            ]
          ],
      }
      

      open flipper 0210.0
      npx expo run:ios

      Version

      12/11

      What services are you using?

      Local Database only

      Are you using encryption?

      No

      Platform OS and version(s)

      Expo 49

      Build environment

      Which debugger for React Native: ..
      Flipper

      Cocoapods version

      No response

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: