-
I was able to create a reproducible example in a test build where I added 20 swimlanes of which 2 out of 3 randomly animate, the screen is quite heavy but if you navigate a few times the app eventuall…
-
See API description here:
https://facebook.github.io/react/docs/animation.html#animate-initial-mounting
-
Links
- http://facebook.github.io/react-native/releases/0.42/docs/navigation.html#react-navigation
- http://stackoverflow.com/questions/32505190/is-it-possible-to-change-transitions-in-react-native-…
-
### Problem Description
If you set an initial non-zero `Animated.Value()` for an Animated component's animation value property, such as `{ translateY: initialValue }`, future `Animated.timing` call…
-
Hey,
I have route with a `react-native-video` component, the route is not currently focused, when unmounting the route the app crashes with the following error.
```
02-13 14:53:42.879 3774 3774…
-
Versions:
`Android 7`
```
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-textinput-effects": "^0.4.1"
```
First exception:
```
Exception in native call
com.facebook.reac…
-
Hi,
We use Fresco in our app and notice a lot of crashes in our production app related to SoLoader, mostly on Samsung devices running Android 12.
Here's the crash report:
```
Fatal Exception…
-
Need to figure out what to do with i.e. panel collapse animations.
Similar problems/threads:
https://github.com/facebook/react/issues/13042
https://github.com/reactjs/rfcs/pull/34#issuecomment-372493…
-
Hello again, I managed to setup the package which is working as intended, thanks for the work. However now my sentry server registers some weird errors. I don't know if it comes from the ViewTooltip l…
badaz updated
4 years ago
-
This will improve scrollbar animation performance with content-heavy elements. Facebook's ticker suffers from this.
Steal the feature detection from modernizr for it (if it has one)