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

I wanted to describe an error i encountered and its solution, in order to help anyone who may need it. I was trying to run a React Native iOS application...

Hello. I need to use expo in rare react native project so installed react-native-unimodules. When I build the project and run on simulator, all things working fine. But when I...

After following this guide : https://docs.expo.io/bare/installing-unimodules/#configuration-for-android I have the following error in Android Studio when I try to Gradle Sync : ``` Gradle DSL method not found: 'unimodule()' Possible causes:...

I am trying to install this library but got this error when building for iOS. I followed the instructions and modified my `Podfile` and `AppDelegate.m` `AppDelegate.h` accordingly but still couldn't...

Hello!! After installing `[email protected]`. I get the following error: `Type-error: null is not an object (evaluating 'NativeUnimoduleProxy.viewManagersNames')` I have followed this https://www.npmjs.com/package/react-native-unimodules ![Screenshot_20200720-114249](https://user-images.githubusercontent.com/46159757/87923674-792dae80-ca9b-11ea-984c-fae23b5d85dc.png)

This is the environment ``` "react-native": "^0.62.2", "@unimodules/core": "^5.3.0", "@unimodules/react-native-adapter": "^5.4.0", ``` This is the error ``` * Where: Build file ~/App/node_modules/@unimodules/react-native-adapter/android/build.gradle' line: 68 * What went wrong: A problem...

**PackageList.java** inside package **com.facebook.react** (which is auto-generated) has method getPackages() which calls ModuleRegistryAdapter() which expects a parameter. But this file somehow doesn't get generated properly. public ArrayList getPackages() { return...

## 🐛 Bug Report ### Summary of Issue When syncing the project in bare workflow I get the following errors : ``` Failed to resolve: fragment-1.0.0 Affected Modules: expo-image-loader ```...

after update to "^0.9.1" get this error on build app stage Console: C:\Users\IvanovichDev\Documents\check-dev-geo\mobile\node_modules\@unimodules\react-native-adapter\android\src\main\java\org\unimodules\adapters\react\ReactAdapterPackage.java:10: error: package org.unimodules.adapters.react.apploader does not exist import org.unimodules.adapters.react.apploader.RNHeadlessAppLoader; ^ C:\Users\IvanovichDev\Documents\check-dev-geo\mobile\node_modules\@unimodules\react-native-adapter\android\src\main\java\org\unimodules\adapters\react\ReactAdapterPackage.java:20: error: package org.unimodules.apploader does not exist import...

I am ejecting expo app to bare react native app. But I am getting error `TypeError: null is not an object (evaluating 'unimodulesPermissionsInterface.PermissionStatus')` My package.json includes: "react-native": "~0.61.4", "react-native-unimodules": "0.7.0-rc.4",...