karhatsu / react-native-animated-value-bug-2

This simple app demonstrates another bug with React Native's Animated.Value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Animated.Value Bug (II)

This repo demonstrates the bug in React Native Animated.Value when

  1. You use native driver in animations (useNativeDriver: true).
  2. Make the app go to the background (by opening a share dialog).
  3. And re-render the component that uses Animated.Value.

Usage

Connect your phone to your computer, then run:

react-native run-android

More instructions inside the app.

Issue

facebook/react-native#27202

About

This simple app demonstrates another bug with React Native's Animated.Value


Languages

Language:Objective-C 27.3%Language:JavaScript 24.1%Language:Ruby 18.6%Language:Java 17.3%Language:Starlark 12.6%