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
On line 77 of gradle.groovy, the findMainJavaApp def will throw an error if you have a more complex application structure. Right now I'm using the following patch on the node...
I am having two bugs with a fresh react native init bare install with unimodules. 1. Could not build 'ExpoModulesCore' inside ExPermissions.m related to ```#import ``` 2. Include of non-modular...
im getting this error while im running on android: `npx react-native run-android` `"react-native": "0.62.2"` ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies...
Hello trying to use `"react-native-unimodules": "0.7.0-rc.4", ` RN 0.60.6 Android Getting an error from ``` if (!(new File(project.rootProject.projectDir.parentFile, 'package.json').exists())) { // There's no package.json throw new GradleException( "'addUnimodulesDependencies()' is being...
This is for React Native version 0.62. The issue occurs in this repo (https://github.com/brentvatne/testwithsixtwo) on Android. First, when the app is built and launched on the device, app launches fine,...
Does this package support iOS 10+? [Limitations documented here](https://docs.expo.dev/introduction/why-not-expo/) suggest that Expo (and therefore Unimodules) supports iOS 10+. However, the [installation guide](https://docs.expo.dev/bare/installing-unimodules/) instructs dropping iOS 10 support.
Hello, after upgrading to react native 0.64, android target 30, and last libs versions, I'm getting the following error. I tried to clean project, deleted build folders, invalidate and restart...
I get this build time error after upgrading `react-native-unimodules` to 0.8.1 ``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RCTImageLoader", referenced from: objc-class-ref in EXImageLoader.o ld: symbol(s) not found for architecture x86_64...
error: constructor ReactModuleRegistryProvider in class ReactModuleRegistryProvider cannot be applied to given types; required: List,List found: List reason: actual and formal argument lists differ in length Please HELP!
With this changes https://github.com/unimodules/react-native-unimodules/pull/28/files#diff-3c3161ef96eeb66ea8060f56589c8437R104 file `BasePackageList` is generated under project `src/main` source set folder that leads to been committed to VCS. Every time when content of this file updated it...