react-native-unimodules
react-native-unimodules copied to clipboard
Core Unimodule infrastructure and a collection of Unimodules and interfaces that are commonly depended on by other Unimodules
`FAILURE: Build failed with an exception. * Where: **Settings file '/Users/bytefury/web/inmyblood-mobile/android/settings.gradle' line: 2** * What went wrong: A problem occurred evaluating settings 'Talisman'. > index 0,length 0 * Try: Run...
I have a react-native app, using bare workflow with ``` "react": "16.13.1", "react-native": "0.63.3", "react-native-unimodules": "^0.11.0", ``` I'm trying to upgrade to react-native 0.66.4 following the [upgrade guideline](https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.66.4) provided by...
I followed this link to install **react-native-unimodules** in my project: https://docs.expo.dev/bare/installing-unimodules/#configuration-for-android But terminal threw this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
react native: 0.64.0 ld: warning: directory not found for option '-L/Users/yokis/Library/Developer/Xcode/DerivedData/activity-admpjqpohnewnhbcejnubbtsqinq/Build/Intermediates.noindex/ArchiveIntermediates/activity/BuildProductsPath/Release-iphoneos/EXBlur' ld: warning: directory not found for option '-F/Users/yokis/Library/Developer/Xcode/DerivedData/activity-admpjqpohnewnhbcejnubbtsqinq/Build/Intermediates.noindex/ArchiveIntermediates/activity/BuildProductsPath/Release-iphoneos/XCFrameworkIntermediates/OpenSSL' ld: library not found for -lEXBlur clang: error: linker command failed...
I'm doing all the steps to install the package but after pod install, I got this error message on the terminal: ``` [!] C:/WINDOWS/system32/bash.exe -c set -e #!/bin/bash # Copyright...
Hi there !! I want to use Onesignal then type this command line: `"yarn add react-native-onesignal"` I got this error: `"Could not load RNOneSignal native module. Make sure native dependencies...
Hello, I configured unimodules to my bare react-native app using the instruction outlined [here](https://docs.expo.dev/bare/installing-unimodules). The only difference is that I added `@dynamic window;` to the AppDelegate.m to fix an error...
I'm using unimodules expo-local authentication library in my bare RN app. It builds & works well in debug mode. However if we build in release mode or if we archive...
My app starts to crash when I make an archive and send it to TestFlight. And when I open the app on a real device app waiting some time on...
I have recently updated my Xcode to v13. Since then when I tried to archive I am getting following error Undefined symbol: _OBJC_METACLASS_$_UMAppDelegateWrapper Undefined symbol: _OBJC_CLASS_$_UMAppDelegateWrapper Undefined symbol: _OBJC_CLASS_$_UMModuleRegistryProvider Undefined...