-
-
Are you planning to support useNativeDriver for react-native? Which perform the animation on the UI thread without having to go through the bridge on every frame.
-
### Description
When navigating from one screen to another in a stack where the second screen has a text input with autofocus, the transition animation between the screens becomes laggy.
The issue…
-
I am currently working with
"react-native": "0.61.3" and "react-native-shimmer": "^0.6.0".
I have a Shimmer with a nested flatlist inside. For android it works like a charm but for iOS it is not…
-
This is a tracking issue. There has been some discussion of removing Framer Motion (the use of `motion` especially), citing a few arguments:
- It's chunky: just the `motion` component [is 40.2kb](h…
-
### Description
When setting pointerEvents='none' on a ``````, tap events *do* work but not scroll events. I'm using a Canvas that sits on top the whole app (absolute position) to display firework/…
-
I'm using webpack 5 for bundling and trying to load a rive file into my React app. I'm getting the following error.
![Screenshot 2023-03-18 at 12 03 46 AM](https://user-images.githubusercontent.com…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/eloquent-kirch-m4cgrw?file=%2Fapp%2F%28main%29%2Fwritings%2Fpage.tsx%3A1%2C1-31%2C1
### To Reproduce
open the codesan…
-
The [ReactCSSTransitionGroup example](https://github.com/reagent-project/reagent-cookbook/tree/master/recipes/ReactCSSTransitionGroup) says it's for when "You want to use ReactCSSTransitionGroup in yo…
-
Hi!
Currently I’m trying to figure out the reasons of FPS drop in my game, so here I got several questions about it.
- I know that GameEngine handles update itself - I never call setState in compon…