-
See https://reactnative.dev/docs/new-architecture-library-intro
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
-
### Description
After upgrading from 3.6 to 3.15, variables named window seem to be treated differently. In examples where I had a variable named window. I got the following error: `ReanimatedError: …
-
See https://reactnative.dev/docs/new-architecture-library-intro
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
-
### Description
https://github.com/user-attachments/assets/19dcec91-5b45-4f19-a29b-22cf4868cb7d
It's hard to see exactly what is happening here because doesn't show my touches, sorry!
I nav…
-
### Description
Unable to detect panning gestures for the Webview(`react-native-webview`) component.
Only onFinalize event is triggered in vertical panning.
Horizontal panning works normally.
Exam…
-
### Description
basically what I have is a single Stack that has a single tabbar screen, the first tab's scrollview pushes the large title as expected but not the others. also I'm having weird issues…
a-eid updated
2 months ago
-
### Description
```jsx
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
*/
import React from 'react';
import {
SafeAreaView,
ScrollView,
…
-
See https://reactnative.dev/docs/new-architecture-library-intro
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
-
### Version
6.1.2
### What platforms are you having the problem on?
Android
### System Version
All android
### On what device are you experiencing the issue?
Real device
### Architecture
Old …
-
### Description
I have two screens in my app: a color wheel screen and a settings screen. I have observed that when switching between the color wheel and the settings screen multiple times, the appli…