-
React Native version:
```
System:
OS: Linux 4.15 Linux Mint 19.1 (Tessa)
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 5.34 GB / 15.51 GB
Shell: 2.7.1 - /usr/bin…
-
[INFO:CONSOLE(849)] "Uncaught (in promise) TypeError: fullscreen error", source: https://m.youtube.com/yts/jsbin/mobile-c3-vflW8m0pe/mobile-c3.js (849)
"FULLSCREEN FOR YOUTUBE.COM NOT WORKING"
-
### Description
I tried running my code and I got this error:
npm start -- --reset-cache
### Steps to reproduce
1. npm start
2. npm run android
3. the error occurs
### Snack or a link to a repo…
-
### Description
Hi,
In Android the app randomly crashing with the below error. Got this in firebase crashlytics dashboard and there is no log to debug and reproduce. and We see this crash mostl…
-
Hi,
I'm currently using the latest release of cryptopp (8.6.0) in react-native-cryptopp (see https://github.com/JiriHoffmann/react-native-cryptopp/issues/17).
I need to make RSA-PSS-SHA256 signa…
tex0l updated
2 years ago
-
(This is based on an email sent to public-webapps)
The Gamepad API is the only web platform input API that relies on passively polling the input state. Gamepads should fire events like "gamepadbutton…
-
**The problem**
In 5.1.0, styled-components introduced [transient props](https://styled-components.com/releases#v5.1.0). Props prefixed with a dollar sign (`$`) are "mark[ed] as transient and style…
-
### How were you trying to build the app?
i tried to build with react native vision camera. but there. are build error at line codes in xcode
if #available(iOS 17.0, *),
let userPreferr…
-
@dmitriz
> > Don't use virtual DOM. Instead, the created view listens directly to streams and updates the DOM accordingly. This avoids the overhead of virtual DOM and allows for a very natural styl…
-
**Describe the bug**
When the TextInput is multiline and scrollEnabled={false}, and there is no height restriction, the start and end values are incorrect when a line break occurs. For more details, …