react-native-ios-utilities icon indicating copy to clipboard operation
react-native-ios-utilities copied to clipboard

WIP

Results 8 react-native-ios-utilities issues
Sort by recently updated
recently updated
newest added

Thanks for build a great lib, but looks like it explicitly uses ExpoModulesCore which is not available in bare RN project. Other mentions of this issue https://github.com/nandorojo/zeego/issues/77

Good morning @dominicstop, I'm creating an issue here for you to review, but really it stemmed from a Zeego error. I first created a Github issue there: https://github.com/nandorojo/zeego/issues/156 And then...

I am encountering an issue after upgrading to React Native 0.78.0. The following import statement is causing a build error: #import Error Message: 'ReactCommon/RCTHost.h' file not found Steps to Reproduce:...

Hi! Thanks for working on the lib; I'm updating my app from React Native 0.76 to React Native 0.77, and it crashes because of react-native-ios-context-menu and reat-native-ios-utilities First opened an...

Created a fresh Expo 54 app and set iOS`useFrameworks` setting to `static` via `expo-build-properties`, linked [here](https://github.com/pushkartar/Expo-54-static-useframeworks-ios-utilities/tree/react-native-ios-utilities). The `"useFrameworks": "static"` setting is required to use [rnfirebase](https://rnfirebase.io/). Errors regardless of new architecture...

I am attempting to add Zeego and `[email protected]` to my vanilla react native app (version 0.81.4) and am getting the following error when building in Xcode: ``` react-native-ios-utilities/ios/Sources/ObjcHelpers/RNIObjcUtils.mm:103:37: error: no...

› Compiling react-native-ios-utilities Pods/react-native-ios-utilities » UIApplication+RNIHelpers.mm ❌ (/Users/innei/Library/Developer/Xcode/DerivedData/Folo-dtqltpwzjnyxzeeeuvortyjqrpno/Build/Products/Debug-iphonesimulator/React-jsinspector/jsinspector_modern.framework/Headers/jsinspector-modern/RuntimeAgentDelegate.h:10:10) 8 | #pragma once 9 | > 10 | #include | ^ 'jsinspector-modern/cdp/CdpJson.h' file not found 11 | 12 | namespace facebook::react::jsinspector_modern...