-
# Task: Improve Microsoft.ReactNative.dll Instance management API
## Summary
Currently IReactNativeHost exposes only rudimentary API to reload ReactNative instance. It does not even allow to obser…
-
Hi, thank you for build this library.
Currently, don't have any library good enough to use MQTT in ReactNative. Some libraries are using native libraries (Object-C/Java) to implement then wrap APIs…
-
# Task: Split up the Microsoft.ReactNative.dll into two DLLs: Core and UWP
## Summary
Introduce a new Microsoft.ReactNative.Uwp.dll that has all the UWP specific code. It includes the ReactApplica…
-
- What went wrong: Execution failed for task ':zego-express-engine-reactnative:processDebugManifest'.
A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$Proc…
-
### Version
v2.0.0
### Which operating systems have you used?
- [X] Android
- [ ] iOS
### Environment that reproduces the issue
Pixel 7 - Android 14
Samsung S10 - Android 10
### Is it reproduci…
-
I hope you're doing well! I recently came across your project titled "Aria-ReactNative" on your profile, and I noticed that it lacks detailed information about the project. As a potential collaborator…
-
Hello, I understand that the library works fine with normal Javascript applications, but there is an issue when using the library in ReactNative. Please Assist!, Thank you.
![photo62515083464273859…
-
Great timing @arunoda, I was beginning to worry about the state of Meteor.
Do you have plans to support React Native with Mantra? Any idea what that might look like?
Chris
-
## official
* even official scaffold tool [create-react-native-app](https://facebook.github.io/react-native/docs/getting-started.html) generates code containing `expo`.
- all the `on device`deploy…
-
### Problem Description
Point of failure (`index` is 1)
```c++
void PopupShadowNode::AddView(ShadowNode &child, int64_t index) {
if (index != 0) {
assert(false);
return;
}
```
…