-
### Description
I'm using react-native-firebase messaging to receive firebase push notifications using this line:
```JavaScript
messaging().setBackgroundMessageHandler(onMessageReceived);
```
…
-
### Stack trace
Android build is crash when setting `config.firstPartyHosts = ['example.com'];`, but it work well on IOS.
In my `gradle.properties`
```
newArchEnabled=false
hermesEnabled=false
```
…
-
- Voiceover
(for ppl with vision impairment)
- Should behave like a black square (element highlight) that goes from element to element on screen
(it reads out loud what the element says, what it is…
-
I'm trying to build my reactNative app for the Android platform, but I get this error "Deprecated Gradle features were used in this build, making them incompatible with Gradle 8.0."
![image](https://…
-
When I try to run app after installation facing this issue. Does any one have idea how to solve it?
Thanks in advance 😄
![Screenshot 2024-01-25 at 4 58 43 PM](https://github.com/midival/core/a…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
The List component will put the `divider` element in bet…
-
Hi @terrylinla ,
I installed the package, and automatically linked it. However, when I try to run the example code in my project, I get the error
Unhandled JS Exception: Error: Requiring module "no…
-
## onPanResponderTerminate 이벤트는 언제 발생하나요?
![image](https://user-images.githubusercontent.com/35516239/89704039-90b9d200-d98b-11ea-8de4-9a16c54a83a6.png)
참고한 api 문서: https://reactnative.dev/docs/p…
-
Main purpose is to bring aframe to native apps and download assets into local storage.
Combining three.js/webgl with react native is not a new idea at all.
https://discuss.reactjs.org/t/webgl-in-re…
-
看到一个提示:
```
Seems you're trying to access 'ReactNative.createClass' from the 'react-native' package. Perhaps you meant to access 'React.createClass' from the 'react' package instead?
For example, in…