#minhphan-react-native
1 messages · Page 1 of 1 (latest)
hello @acoustic elbow! The most common source of this error is missing the step of installing the native dependencies for iOS as described in the docs [1]. You can do this by navigating into your ios/ directory and running pod install. Can you try this and see if it fixes the issue for you?