Vikram B
Vikram B
@javaxiu have you able to solve your issue. ? Works seamlessly on "react-native": "^0.29.1"
Also Change ``` var React = require('react-native'); var {AppRegistry, StyleSheet,Text,View} = React; ``` to ``` import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View } from...
I have a Sent a Pull-Request to this
Looks like under the debug mode, the transition is bit late and triggering the _renderScene() twice before the first trigger is executed. It is not occurring while debug mode is...