-
If i am trying to sign in with wrong login and password, Meteor send error, this is the handler
``` javascript
handleSignIn() {
if (this.validInput(true)) {
const { username, password } = t…
-
## Version **0.42.2** of [react-native](https://github.com/facebook/react-native) just got published.
Branch
Build failing 🚨
Dependency
…
-
I don't have any animation in Android.
Also, why is there some spacing added below the dragged row when I start dragging?
Using Genymotion, react-native 0.27.0, react 15.1.0, react-native-sortable-li…
-
Hi,
does newest beta support Android for line charts?
-
example doesn't work in android.
-
The Projucer project contains ios/ReactDrumView.mm and .h
Cannot find any reference to them in online tutorial. Have followed it until open Xcode workspace and Build fails due to missing ReactDrum…
-
LayoutAnimation is really handy on react-native for iOS. It does not work here because some of the code is commented in RCTUIManager.m. I assume you commented the code because `NSView` has no animati…
-
Is there a plan for sorting animations?
-
**_scalajs code**_
``` scala
import scala.scalajs.js.Dynamic.{literal => json}
object ListViewPagingExample {
val LayoutAnimation = ReactNative.LayoutAnimation
val animations = json(
layout…
-
Would be cool to control `TabBar` appearance with Animated, so that I can animate it in / out. Unfortunately, LayoutAnimation does not work in my case, since there are quite a few other things going o…