react-native-unimodules icon indicating copy to clipboard operation
react-native-unimodules copied to clipboard

Core Unimodule infrastructure and a collection of Unimodules and interfaces that are commonly depended on by other Unimodules

Results 51 react-native-unimodules issues
Sort by recently updated
recently updated
newest added

Thread: https://www.reddit.com/r/reactnative/comments/avwr6w/you_can_now_use_expo_apis_in_any_react_native_app/ehielm1

I get error while running pod install. RN0.59 -"react": "16.8.3", -"react-native": "0.59.5", ``` # Uncomment the next line to define a global platform for your project platform :ios, '10.0' require_relative...

Hello, this package is increasing 5Mb of my app size, this is because we are installing many modules with this ??? i dont need all the unimodules in this packages,...

I tried unimodules in iOS App, it works well. Now, I want to install it into App Extension(such as Share Extension). But, when I call `LocalAuthentication.authenticateAsync(...)`, it failed ``` auth...

While updating from 32 to expoSDK 33 found a issue that ' cannot find symbol class ModuleRegistryConsumer ' in all expo modules Example : expo - ads - facebook. (...

Hey! I am using the `FileSystem` and `expo-document-picker`. Both are working in `debug` mode but they fail to work in `release` when Proguard is enabled. What's the recommended config for...

I am getting error during ios build node_modules/expo-facebook/ios/EXFacebook/EXFacebook.m:9: /ios/Pods/Headers/Private/../Private/FBSDKCoreKit/FBSDKInternalUtility.h:22:9: fatal error: '../Basics/Internal/FBSDKBasicUtility+Internal.h' file not found #import "../Basics/Internal/FBSDKBasicUtility+Internal.h" expo-facebook version 5.0.0-rc.0 "react-native": "0.59.8" pod version 1.7 and 1.6 tried with pod...

Hey all :) I am basically just trying to use expo's permissions with a bare project which led me to this [documentation](https://github.com/expo/expo/tree/master/packages/expo-permissions) which pointed me to the [unimodule docs](https://github.com/unimodules/react-native-unimodules) which...

It's unclear to people that "interface" refers to something like "abstract class interface" and it's easy to confuse with "user interface". So when someone sees "unimodules-camera-interface" they may think they...