-
### Description
We build a package for native modules, and we import a native SDK in iOS using cocoapods-art plugin for jfrog.
pod install fails with :
Unable to find a specification for `Socket…
-
### Summary
I'm using @expo/fingerprint CLI into the bare native project.
Trying to customize include/exclude patterns with `.fingerprintignore`.
As a result example from the [documentation](http…
-
I could not get the Example app to work on Android without making the following changes:
```
diff --git a/Example/android/build.gradle b/Example/android/build.gradle
index 90b9803..4a457d5 100644
…
-
## Issue
After building dev build for Android or iOS the app starts i get the error:
```
1 | import { firebase } from '..';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2 |
3 | /**
4 | * @type…
-
### Checklist
- [X] I have read the [contributing guidelines](https://github.com/klaviyo/klaviyo-react-native-sdk/blob/master/.github/CONTRIBUTING.md)
- [X] I have determined whether this bug is also…
-
I was trying to integrate onestack to an existing monorepo but it doesn't compile correctly. At first I thought it could be due to conflicts with my existing monorepo but even an empty one doesn't see…
-
Firstly, thanks for your work on this project, it's super helpful!
However, it does not build for Android currently (Gradle reports that `hasConstants()` overrides nothing), and is also missing a p…
-
I'm trying to add this library to my react native project, but I'm getting this error when I try to run on android:
```
Execution failed for task ':react-native-fast-tflite:buildCMakeDebug[arm64-v…
-
### Description
When created a Turbo Module with exact same steps as mention in [React Native Official Docs](https://reactnative.dev/docs/turbo-native-modules-introduction?platforms=android&android-l…
-
**Describe the bug**
Because the new react-native architecture lazy loads modules by default, `require('react-native').NativeModules` is an empty object at app startup time. Search for "Lazy module l…